Fix Update Error 8024200D

From MS Computech
Revision as of 23:27, 16 February 2019 by Snifer (talk | contribs) (Created page with "Start CMD and copy paste all command <Pre> net stop wuauserv net stop cryptSvc net stop bits net stop msiserver ren C:\Windows\SoftwareDistribution SoftwareDistribution.old r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Start CMD and copy paste all command

net stop wuauserv
net stop cryptSvc
net stop bits

net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
pause