scripts wip revert windows update to default settings
This commit is contained in:
parent
673687341c
commit
0edbb13d48
|
@ -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"
|
Loading…
Reference in New Issue