Enum WindowsUpdateMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Windows update mode.
public enum WindowsUpdateMode
Fields
AdminDisabled = 8
Windows update is disabled using group policy and cannot before configured.
DownloadNotify = 3
Updates are automatically downloaded and the user is notified when they are ready to be installed.
DownloadNotifyInstallRestart = 7
Updates are automatically downloaded and the user is notified when they are ready to be installed or the server requires a restart. This setting only applies to Server operating systems Windows Server 2016 and above.
InstallAutomatically = 4
Updates are automatically downloaded scheduled for installation.
NeverCheck = 1
Windows update is configured never check for or install updates.
NotSpecified = 0
The Windows update mode is not specified.
Notify = 2
The user is notified when there are updates to be downloaded and installed.
Unknown = 9
The Windows update mode is unknown.