diff --git a/scripts_wip/Win_Windows_Update_RevertToDefault.ps1 b/scripts_wip/Win_Windows_Update_RevertToDefault.ps1 new file mode 100644 index 00000000..da2ae44c --- /dev/null +++ b/scripts_wip/Win_Windows_Update_RevertToDefault.ps1 @@ -0,0 +1,4 @@ +# Tactical RMM Patch management disables Windows Automatic Update settings by setting the registry key below to 1. +# Run this to revert back to default + +Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" -Name "AUOptions" -Value "0" \ No newline at end of file