forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: guoyanyan <guoyanyan3@huawei.com> Co-committed-by: guoyanyan <guoyanyan3@huawei.com>
5.2 KiB
5.2 KiB
(Optional) Configuring Automatic Windows Update
You can manually configure Windows Server so that you will be reminded about important Windows updates.
Windows Server 2012 R2 and Windows Server 2016
Windows Server 1709
- Log in to the Windows VM.
- In the CLI, enter regedit to open the registry.
- Modify registry entries.
- In the Registry Editor window, choose HKEY_LOCAL_MACHINE > SOFTWARE > Policies > Microsoft > Windows > WindowsUpdate > AU and add the following information:
[HKEY_LOCAL_MACHINE/SOFTWARE/Policies/Microsoft/Windows/WindowsUpdate/AU] "NoAutoUpdate"=dword:00000000 "AUOptions"=dword:00000002 "ScheduledInstallDay"=dword:00000000 "UseWUServer"=dword:00000001
- In the Registry Editor window, choose HKEY_LOCAL_MACHINE > SOFTWARE > Policies > Microsoft > Windows > WindowsUpdate and add the following information:
[HKEY_LOCAL_MACHINE/SOFTWARE/Policies/Microsoft/Windows/WindowsUpdate] "WUServer"="http://winupdate.otc-service.com" "WUStatusServer"="http://winupdate.otc-service.com" "TargetGroupEnabled"=dword:00000001 "TargetGroup"="reg"
- In the Registry Editor window, choose HKEY_LOCAL_MACHINE > SOFTWARE > Policies > Microsoft > Windows > WindowsUpdate > AU and add the following information:
Parent topic: Windows