-
Notifications
You must be signed in to change notification settings - Fork 5
windows_update_access_restore.ps1
Corey Watson edited this page Dec 1, 2025
·
1 revision
Removes the SetDisableUXWUAccess registry key to restore user access to Windows Update settings in the Settings app.
This script restores user access to Windows Update settings by removing the registry key that blocks access. It is designed for unattended execution in RMM environments.
Removes the SetDisableUXWUAccess registry key to restore user access to Windows Update settings in the Settings app.
- Windows 10/11
- Administrator privileges
None
- Checks for SetDisableUXWUAccess registry key
- Removes it if present
- Reports result
- No secrets in logs
- Modifies Windows Update policy registry
- 0 = Success (key removed or didn't exist)
- 1 = Failure
[ CHECKING REGISTRY ]
--------------------------------------------------------------
Registry Path : HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
Key Name : SetDisableUXWUAccess
Current State : Key exists (value: 1)
[ REMOVING KEY ]
--------------------------------------------------------------
Result : Key removed successfully
[ FINAL STATUS ]
--------------------------------------------------------------
Users can now access Windows Update settings.
SCRIPT SUCCEEDED
[ SCRIPT COMPLETED ]
--------------------------------------------------------------
- 2024-12-01 v1.0.0 - Initial release - migrated from SuperOps
- View Script Source
- Scripts - Back to script index