<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>My personal blog about pre-installation and other topics : Windows Update</title><link>http://blogs.technet.com/svengruenitz/archive/tags/Windows+Update/default.aspx</link><description>Tags: Windows Update</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Windows Vista: Start Windows Update via script in Audit Mode</title><link>http://blogs.technet.com/svengruenitz/archive/2008/06/30/windows-vista-start-windows-update-via-script-in-audit-mode.aspx</link><pubDate>Mon, 30 Jun 2008 17:01:26 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3080901</guid><dc:creator>svengru</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/svengruenitz/comments/3080901.aspx</comments><wfw:commentRss>http://blogs.technet.com/svengruenitz/commentrss.aspx?PostID=3080901</wfw:commentRss><description>&lt;p&gt;Windows Update is not enabled by default in Audit Mode.&lt;/p&gt;  &lt;p&gt;This CMD script will enable it and check for updates:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#000080"&gt;NET STOP &amp;quot;Windows Update&amp;quot;       &lt;br /&gt;REG ADD &amp;quot;HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update&amp;quot; /v AUOptions /t REG_DWORD /d 00000004        &lt;br /&gt;REG ADD &amp;quot;HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update&amp;quot; /v ScheduledInstallDay /t REG_DWORD /d 00000000        &lt;br /&gt;REG ADD &amp;quot;HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update&amp;quot; /v ScheduledInstallTime /t REG_DWORD /d 00000003        &lt;br /&gt;NET START &amp;quot;Windows Update&amp;quot;        &lt;br /&gt;WUAUCLT /DETECTNOW&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3080901" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/svengruenitz/archive/tags/OPK/default.aspx">OPK</category><category domain="http://blogs.technet.com/svengruenitz/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.technet.com/svengruenitz/archive/tags/Windows+Update/default.aspx">Windows Update</category></item></channel></rss>