Skip to main content

Windows Update UI Enable-Disable

Purpose

This solution provides the option to enable/disable the Windows Update UI and also facilitates the Notification level settings with the auditing feature.

Associated Content

ContentTypeFunction
Windows Updates - Enable or Disable SettingsScriptManages Windows Update user interface access and notification behavior using local policy settings. This script controls two Windows Update behaviors by configuring supported registry policy keys under HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate.
cPVAL Windows Update ButtonCustom FieldThis custom field is used to configure the Windows Updates notification based on the selected options.
cPVAL Windows Update Notification LevelCustom FieldThis custom field is used to configure the Windows Updates notification based on the selected options.
cPVAL Enable Windows Update ManagementCustom FieldThis custom field allows the option to run the Windows Update UI management to be enabled or disabled based on the OS type selection.
cPVAL Windows Update UI StateCustom FieldThis stores the Windows Update UI state audit from the script Script - Windows Updates - Enable or Disable Settings.
cPVAL Windows Update Notification SettingCustom FieldThis stores the Windows Update (Check for Updates) notification level state that is fetched from Script - Windows Updates - Enable or Disable Settings
Windows Update UI Settings - WorkstationsCompound ConditionThis compound conditions applied to the Windows Workstation Policy and it checks for the Windows agent where the cPVAL Enable Windows Update Management custom field is set at the Organization, Locations, or Device level.
Windows Update UI Settings - ServersCompound ConditionThis compound conditions applied to the Windows Server Policy and it checks for the Windows agent where the cPVAL Enable Windows Update Management custom field is set at the Organization, Locations, or Device level.
Windows Update UI AuditGroupThis group shows the status of the custom fields cPVAL Windows Update UI State and cPVAL Windows Update Notification Setting gathered by the script Windows Updates - Enable or Disable Settings.

Implementation

Changelog

2026-04-22

  • Initial version of the document