Difference between revisions of "Fix Update Error 8024200D"

From MS Computech
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 23:27, 16 February 2019

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