PowerShell, Windows

Circument Windows Update GPO Policies

If for whatever reason you want to get (the Windows 10 Anniversary Edition) updates directly from the online Windows Updates repository, but you are forced to go through your domain WSUS server then if you have local admin privileges execute the following on-liners either in PowerShell ISE or PowerShell console:

# Stop the Windows Update service
Stop-Service -Name wuauserv
# Remove the registry key
Remove-Item HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate -Recurse
# Start the Windows Update service
Start-Service -name wuauserv

 

twitterredditpinterestlinkedinmail

Leave a Comment

Your email address will not be published. Required fields are marked *