3 lines
144 B
PowerShell
3 lines
144 B
PowerShell
Get-PackageProvider -name nuget -force
|
|
Install-Module PSWindowsUpdate -confirm:$false -force
|
|
Get-WindowsUpdate -Install -acceptall -IgnoreReboot |