Disable Windows Update after sysprep of 2008


 i'm attempting deploy windows 2008 sysprep , unattended.xml file. below section unattended.xml

 
<oobe> 
<hideeulapage>true</hideeulapage> 
<networklocation>work</networklocation> 
<protectyourpc>3</protectyourpc> 
<skipuseroobe>true</skipuseroobe> 
</oobe> 
 

the above works fine on vista fails disable automatic updates on 2008.

i installed fresh copy of windows 2008 , disabled updates. then, ran sysprep /generalize /oobe /reboot (without unattend file). upon rebooting, automatic updates again enabled!

any suggestion on getting stay disabled?

found work-around now. i'm using setupcomplete.cmd file disable update service , set registry keys.
http://technet.microsoft.com/en-us/library/cc766314.aspx

thanks.


Windows Server  >  Setup Deployment



Comments

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Can no longer user MS Update - Files required to use Microsoft Update are no longer registered

How do a find data in one file, search for it in another file and if not found, write a custom message to another file