Windows Update Error – Being prepared…

  1. Knowledge Base
  2. Systems Administration
  3. Windows Update Error – Being prepared…

Fixed by performing these actions:

Net stop Wuauserv

Net stop cryptsvc

Net stop bits

Try running:


ren %systemroot%\System32\Catroot2 Catroot2.old

ren %systemroot%\SoftwareDistribution SoftwareDistribution.old

If above rename commands do not work, manually go to %systemroot% and rename the SoftwareDistribution folder and \System32\Catroot2 folders with a .old or .bak extension. Sometimes you have to re-run the net stop cryptsvc again and immediately perform the rename.

Then, restart the service.

Net start cryptsvc

Net start bits

Net start wuauserv

Your software update should now resolve correctly:

Reference URLs:

https://answers.microsoft.com/en-us/windows/forum/all/cant-rename-catroot2-and-softwaredistribution/ac10e0ba-9ead-4284-91e5-31acc430bd08
https://social.technet.microsoft.com/Forums/en-US/8cf144db-6dbf-4513-832d-26976ffc08f2/windows-updates-fail?forum=w7itproinstall

Leave a Reply

Your email address will not be published. Required fields are marked *