Advertisement
Androxilogin

Reset Windows 10 Updates

May 20th, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. Press Windows Key + X on the keyboard and then select “Command Prompt (Admin)” from the menu.
  2.  
  3. Stop the BITS, Cryptographic, MSI Installer and the Windows Update Services. To do this, type the following commands at a command prompt. Press the “ENTER” key after you type each command.
  4.  
  5. net stop wuauserv
  6.  
  7. net stop cryptSvc
  8.  
  9. net stop bits
  10.  
  11. net stop msiserver
  12.  
  13. Now rename the SoftwareDistribution and Catroot2 folder. You can do this by typing the following commands in the Command Prompt. Press the “ENTER” key after you type each command.
  14. ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
  15.  
  16. ren C:\Windows\System32\catroot2 Catroot2.old
  17.  
  18. Now, let’s restart the BITS, Cryptographic, MSI Installer and the Windows Update Services. Typethe following commands in the Command Prompt for this. Press the ENTER key after you type each command.
  19. net start wuauserv
  20.  
  21. net start cryptSvc
  22.  
  23. net start bits
  24.  
  25. net start msiserver
  26.  
  27. Type Exit in the Command Prompt to close it and then restart the computer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement