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.
http://technet.microsoft.com/en-us/library/cc766314.aspx
thanks.
Windows Server > Setup Deployment
Comments
Post a Comment