Last active 1761682930

dszubov revised this gist 1761682930. Go to revision

1 file changed, 3 insertions

windows-update.ps1(file created)

@@ -0,0 +1,3 @@
1 + Register-PSRepository -Default
2 + install-module -name PSWindowsUpdate -Force
3 + ECHO 'y' | powershell.exe -executionpolicy bypass Get-WUInstall -acceptall -autoreboot -install
Newer Older