Wednesday 17 May 2017

Windows 10 There were some problems installing updates


1) Press Windows Key + X , select “Command Prompt (Admin)” from the menu.
2) run the following commands
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
3) Rename the SoftwareDistribution and Catroot2 folder.
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
4) Run the following commands in the Command Prompt.
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
5) Type Exit in the Command Prompt to close it.

Search