Share via

HOW to reset windows update components in windows

Anonymous
2020-11-12T16:03:46+00:00

HOW to reset windows update components in windows

Windows for home | Windows 10 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2020-11-12T16:06:27+00:00

    Hi, SHAMSEER

    My name is Pablo E, I am an Independent Advisor. I would love to help you today.

    Reset Windows update components:

    Right click on the start button and select Powershell (admin) or Command Prompt (admin)

    Write the next hit enter after each line.

    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

    70+ people found this answer helpful.
    0 comments No comments
  2. Brink 16,560 Reputation points Volunteer Moderator
    2020-11-12T17:22:45+00:00

    Hello SHAMSEER,

    If you like, you can use the BAT file from the tutorial below to make it easy to completely reset Windows Update.

    https://www.tenforums.com/tutorials/24742-reset-windows-update-windows-10-a.html

    10+ people found this answer helpful.
    0 comments No comments