During the OOBE, Windows 8.1 will give the color-changing screen with "hang on" and whatever MOTDs it wants to give. What it's actually doing is downloading and installing updates. This is messing up my imaging workflow and I need to totally disable this. I've been banging around with unattend.xml (I do my installs via WDS) and I can't seem to stop it. Anyone see a way to stop the OOBE updates?
Stumbled upon this y accident but its what Im after too for both 8 and 10. 10 also kills my setupcomplete script if it finds critical update which is a pain. Would adding Code: reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /f /v AUOptions /t REG_DWORD /d 4 at the start of setupcomplete be enough to stop this or would it be better of being in OOBE.cmd?
AUOptions are not used.recognized by Win10 anymore, only policy: Code: reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU /v NoAutoUpdate /t REG_DWORD /d 1 /f