Skip to main content
  1. Posts/

Windows Update error 0x800f020b

·52 words·1 min·

Reset Windows Update #

PowerShell #

Open Command Prompt as Administrator then run these commands:

net stop wuauserv
rd /s /q %windir%\SoftwareDistribution
net start wuauserv

Then reboot.

Repair System Files #

PowerShell #

Open Command Prompt as Administrator then run these commands:

sfc /scannow
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-image /Checkhealth
DISM /Online /Cleanup-Image /RestoreHealth