Open Powershell as administrator and paste the following into the window:
Set-ExecutionPolicy -ExecutionPolicy Bypass
Install-Module PSWindowsUpdate -Force
Import-Module PSWindowsUpdate
Get-WindowsUpdate -AcceptAll -Install -AutoReboot
Modified on: Mon, Dec 23, 2024 at 2:50 PM
Open Powershell as administrator and paste the following into the window:
Set-ExecutionPolicy -ExecutionPolicy Bypass
Install-Module PSWindowsUpdate -Force
Import-Module PSWindowsUpdate
Get-WindowsUpdate -AcceptAll -Install -AutoReboot
Did you find it helpful? Yes No
Send feedback