Created
December 9, 2019 16:06
-
-
Save Torxsmind/54b1a391f06b7c3b48d934365c448bc0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Stop-Service -Name wuauserv | |
| Remove-Item HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate -Recurse | |
| Start-Service -name wuauserv | |
| Get-WindowsCapability -Online | | |
| ? {$_.Name -like "*RSAT*" -and $_.State -eq "NotPresent"} | | |
| Add-WindowsCapability -Online |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment