scripts wip revert windows update to default settings

This commit is contained in:
silversword411 2021-11-10 11:00:44 -05:00
parent 673687341c
commit 0edbb13d48
1 changed files with 4 additions and 0 deletions

View File

@ -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"