Jump to content

After sysprep and deployment Windows update is off? Help please.


Recommended Posts


There are the registry tweaks to apply the configuration you want.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"AUOptions"=dword:00000004
"IncludeRecommendedUpdates"=dword:00000001
"ElevateNonAdmins"=dword:00000001
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000006
"NoAutoUpdate"=dword:00000000
"AutoInstallMinorUpdates"=dword:00000000
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"AutoInstallMinorUpdates"=dword:00000000
"RebootRelaunchTimeout"=dword:00000030
"RebootRelaunchTimeoutEnabled"=dword:00000001

Link to comment
Share on other sites

are you sure you have saved those tweaks in a file .reg and them execute them as administrator in a running windows, tehy work well.

in an unattended windows, you can add a command (regedit /s %path%\file.reg) in the file setupcomplete.cmd, they will work well as those regsistry tweaks are for HKLM. anyway i attach you the .reg file

AutoUpdate.reg

Edited by Major
Link to comment
Share on other sites

are you sure you have saved those tweaks in a file .reg and them execute them as administrator in a running windows, tehy work well.

in an unattended windows, you can add a command (regedit /s %path%\file.reg) in the file setupcomplete.cmd, they will work well as those regsistry tweaks are for HKLM. anyway i attach you the .reg file

Thank you SIR! IT WORKS GREAT.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...