<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DanJay.co.uk &#187; Windows</title>
	<atom:link href="http://www.danjay.co.uk/wordpress/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danjay.co.uk/wordpress</link>
	<description>Tips and Tricks from an IT guy...</description>
	<lastBuildDate>Sun, 13 Jun 2010 19:37:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows Vista/7: Blank screen after logon</title>
		<link>http://www.danjay.co.uk/wordpress/2010/01/windows-vista7-blank-screen-after-logon/</link>
		<comments>http://www.danjay.co.uk/wordpress/2010/01/windows-vista7-blank-screen-after-logon/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 10:32:38 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[blank screen]]></category>
		<category><![CDATA[log on]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Vsita]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.danjay.co.uk/wordpress/?p=212</guid>
		<description><![CDATA[Recently had this problem at work after I had modified the log on script to add a new printer. You may have noticed in Windows Vista &#38; 7 when you add a network printer a message box pops up asking you to confirm to install the printer driver.
Well our log on script is set to [...]]]></description>
			<content:encoded><![CDATA[<p>Recently had this problem at work after I had modified the log on script to add a new printer. You may have noticed in Windows Vista &amp; 7 when you add a network printer a message box pops up asking you to confirm to install the printer driver.</p>
<p>Well our log on script is set to run and complete before the desktop loads, so because the desktop hasn&#8217;t loaded yet you never see the pop up message asking you to confirm to install the printer driver. So the PC just sits there with a blank screen waiting for you to click yes or no on a pop up box that you can&#8217;t see!</p>
<p>The solution? Log onto the PC using a local account or a network account that doesn&#8217;t have a log on script (maybe the network administrator), add all the network printers you need. Log back off and log on as normal. Solved!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danjay.co.uk/wordpress/2010/01/windows-vista7-blank-screen-after-logon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2003: Windows update registry settings</title>
		<link>http://www.danjay.co.uk/wordpress/2009/12/windows-server-2003-windows-update-registry-settings/</link>
		<comments>http://www.danjay.co.uk/wordpress/2009/12/windows-server-2003-windows-update-registry-settings/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 10:47:21 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Update]]></category>

		<guid isPermaLink="false">http://www.danjay.co.uk/wordpress/?p=210</guid>
		<description><![CDATA[Want to change the Windows Update settings on your Windows Server 2003 but the options are greyed out? You can change them in the registry.
Go to Start&#62; Run&#62; regedit
Go to HKLM&#62; Software&#62; Policies&#62; Microsoft&#62; Windows&#62; WindowsUpdate&#62; AU
To turn off Windows Updates completely, change NoAutoUpdate to 1.
To select one of the other 3 options change AUOptions [...]]]></description>
			<content:encoded><![CDATA[<p>Want to change the Windows Update settings on your Windows Server 2003 but the options are greyed out? You can change them in the registry.</p>
<p>Go to Start&gt; Run&gt; regedit</p>
<p>Go to HKLM&gt; Software&gt; Policies&gt; Microsoft&gt; Windows&gt; WindowsUpdate&gt; AU</p>
<p>To turn off Windows Updates completely, change NoAutoUpdate to 1.</p>
<p>To select one of the other 3 options change AUOptions to either 2, 3 or 4 (Notify=2, Download=3, Automatic=4).</p>
<p>Close and you&#8217;re done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danjay.co.uk/wordpress/2009/12/windows-server-2003-windows-update-registry-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows domain force user log off</title>
		<link>http://www.danjay.co.uk/wordpress/2009/10/windows-domain-force-user-log-off/</link>
		<comments>http://www.danjay.co.uk/wordpress/2009/10/windows-domain-force-user-log-off/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 10:45:17 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[log off]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.danjay.co.uk/wordpress/?p=138</guid>
		<description><![CDATA[An easy way to do this is to set a log on  hours restriction in Active Directory then set the default domain security policy to force log off when user log on hour expires.
You can find the policy setting in Administrative Tools&#62; Domain Security Policy&#62; Local Policies&#62; Security Options&#62; Network security: Force logoff when logon hours [...]]]></description>
			<content:encoded><![CDATA[<p>An easy way to do this is to set a log on  hours restriction in Active Directory then set the default domain security policy to force log off when user log on hour expires.</p>
<p>You can find the policy setting in Administrative Tools&gt; Domain Security Policy&gt; Local Policies&gt; Security Options&gt; Network security: Force logoff when logon hours expire</p>
<p>Alternatively you can set it from GPO: \Computer Configuration\ Windows Settings\ Security Settings\ Local<br />
Policies\  Security Options\ Network Security: Force logoff when logon hours<br />
expire</p>
<p>I&#8217;m not sure which takes preference though so you&#8217;ll just have to try it and find out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danjay.co.uk/wordpress/2009/10/windows-domain-force-user-log-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Exchange: Spam &amp; SPF records</title>
		<link>http://www.danjay.co.uk/wordpress/2009/10/windows-exchange-spam-spf-records/</link>
		<comments>http://www.danjay.co.uk/wordpress/2009/10/windows-exchange-spam-spf-records/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 11:08:49 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[SPF]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.danjay.co.uk/wordpress/?p=89</guid>
		<description><![CDATA[Just thought I&#8217;d do a quick post on one of two things I&#8217;ve just been looking at for Windows Exchange 2003; SPF records.
Sender Policy Framework (SPF) is basically an email validation system used to prevent spam. If you own a domain, you create an SPF record in your DNS records detailing which machines are allowed [...]]]></description>
			<content:encoded><![CDATA[<p>Just thought I&#8217;d do a quick post on one of two things I&#8217;ve just been looking at for Windows Exchange 2003; SPF records.</p>
<p><a href="http://en.wikipedia.org/wiki/Sender_Policy_Framework" target="_blank">Sender Policy Framework</a> (SPF) is basically an email validation system used to prevent spam. If you own a domain, you create an SPF record in your DNS records detailing which machines are allowed to send mail as your domain (i.e. your exchange server and possibly your ISP too). Then, when an email server receives an email, it can check on the DNS records of the domain and see if the computer who sent the email is really allowed to send email as that domain. If it&#8217;s not, the the email will be marked as spam. It will help cut down the amount of spam you get that&#8217;s addresses from yourself!</p>
<p>If you need help creating an SPF record, check out this excellent <a href="http://old.openspf.org/wizard.html" target="_blank">SPF wizard</a>.</p>
<p>I&#8217;ve also just been looking at Windows Exchange Server 2003 possibly being an open relay. Will do a post on that soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danjay.co.uk/wordpress/2009/10/windows-exchange-spam-spf-records/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows VPN Ports &#8211; PPTP and GRE</title>
		<link>http://www.danjay.co.uk/wordpress/2009/09/windows-vpn-ports-pptp-and-gre/</link>
		<comments>http://www.danjay.co.uk/wordpress/2009/09/windows-vpn-ports-pptp-and-gre/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 14:44:26 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[GRE]]></category>
		<category><![CDATA[PPTP]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.danjay.co.uk/wordpress/?p=55</guid>
		<description><![CDATA[So I&#8217;ve set up a VPN server at work. Great for connecting from home to access the network. I&#8217;m using just the built in VPN server in Windows Server 2003 and creating a VPN connection from Windows Network and Sharing Centre. It&#8217;s a piece of cake to set up.
The only extra thing you need to [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve set up a VPN server at work. Great for connecting from home to access the network. I&#8217;m using just the built in VPN server in Windows Server 2003 and creating a VPN connection from Windows Network and Sharing Centre. It&#8217;s a <a href="http://articles.techrepublic.com.com/5100-10878_11-5805260.html" target="_blank">piece of cake to set up</a>.</p>
<p>The only extra thing you need to do is open the ports in the firewall to allow the connection. Windows VPN by default uses PPTP, which uses port 1723. We have a Juniper firewall which comes set up with lots of predefined services so you can quickly and easily open all the right ports for the application you are using. Great. So I allowed the PPTP service for the mapped IP address the server uses. Done. Or so I thought.</p>
<p>It just wouldn&#8217;t connect. I turned off the firewall, tried it again, and it worked straight away. So why wasn&#8217;t it working?! After a quick search on the internet I read that you also need to pass <a href="http://en.wikipedia.org/wiki/Generic_Routing_Encapsulation" target="_blank">GRE</a>. Quick check on the Juniper, GRE was listed on predefined services, added that to the policy for the VPN server. Bingo, it works!</p>
<p>Not sure if that applies to other firewalls. I&#8217;ve set this up before and never encountered this problem. Maybe it&#8217;s just on the Junipers?</p>
<p>If your firewall doesn&#8217;t have predefined services, for GRE you need to open protocol 47 on any port, or ports 0-65535 (all ports).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danjay.co.uk/wordpress/2009/09/windows-vpn-ports-pptp-and-gre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 32bit 4GB RAM Shared Graphics</title>
		<link>http://www.danjay.co.uk/wordpress/2009/09/windows-32bit-4gb-ram-shared-graphics/</link>
		<comments>http://www.danjay.co.uk/wordpress/2009/09/windows-32bit-4gb-ram-shared-graphics/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 12:18:58 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.danjay.co.uk/wordpress/?p=46</guid>
		<description><![CDATA[I know that 32bit x86 versions of Windows can&#8217;t use more than about 3GB of RAM, but I&#8217;ve often wondered, if you install more than the OS can use, can the rest be used by the shared graphics that is common on most laptops and a lot desktops these days? Well I just came across [...]]]></description>
			<content:encoded><![CDATA[<p>I know that 32bit x86 versions of Windows can&#8217;t use more than about 3GB of RAM, but I&#8217;ve often wondered, if you install more than the OS can use, can the rest be used by the shared graphics that is common on most laptops and a lot desktops these days? Well I just <a href="http://www.howtofixcomputers.com/forums/hp/4gb-memory-my-32-bit-cpu-230226.html" target="_blank">came across the answer</a>. No. Bummer.</p>
<p>However, I also found out that if your 32bit CPU has <a href="http://en.wikipedia.org/wiki/Physical_Address_Extension" target="_blank">PAE</a>, you could possibly have up to 64GB RAM. Sweet <img src='http://www.danjay.co.uk/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.danjay.co.uk/wordpress/2009/09/windows-32bit-4gb-ram-shared-graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
