<?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>Jorink.nl &#187; WSUS</title>
	<atom:link href="http://www.jorink.nl/tag/wsus/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jorink.nl</link>
	<description>Just for documentation</description>
	<lastBuildDate>Thu, 15 Dec 2011 09:36:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Force the update detection from Automatic Update Client</title>
		<link>http://www.jorink.nl/2010/03/force-the-update-detection-from-automatic-update-client/</link>
		<comments>http://www.jorink.nl/2010/03/force-the-update-detection-from-automatic-update-client/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 22:53:33 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Batch files]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[WSUS]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=243</guid>
		<description><![CDATA[When deploying a new Windows XP installation your first task is installing the countless Windows updates. When you wait for Windows XP to check for updates you&#8217;ll need a lot of time. To accelerate this process just run the following batch file. @echo on net stop wuauserv REG DELETE &#8220;HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update&#8221; /v LastWaitTimeout /f REG [...]]]></description>
			<content:encoded><![CDATA[<p>When deploying a new Windows XP installation your first task is installing the countless Windows updates.<br />
When you wait for Windows XP to check for updates you&#8217;ll need a lot of time. To accelerate this process just run the following batch file.</p>
<blockquote><p>@echo on<br />
net stop wuauserv<br />
REG DELETE  &#8220;HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto  Update&#8221; /v LastWaitTimeout /f<br />
REG DELETE  &#8220;HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto  Update&#8221; /v DetectionStartTime /f<br />
Reg Delete  &#8220;HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto  Update&#8221; /v NextDetectionTime /f<br />
net start wuauserv<br />
wuauclt  /detectnow<br />
@echo off<br />
Echo This AU client will now check  for updates on the Local WSUS Server.</p></blockquote>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/03/force-the-update-detection-from-automatic-update-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

