Windows Update error 0x800f020b

Table of Contents
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