1/30/14

Repair Corrupt Windows Image

Here's a great way to fix a corrupt Windows Image. It may or may not work, but it's still worth the effort than installing the software all over again.

Open the command prompt and copy and paste the following commands one by one, then reboot your computer and try to restore.

Commands

net stop wuauserv
cd %systemroot%\SoftwareDistribution
ren Download Download.old
net start wuauserv
net stop bits
net start bits
net stop cryptsvc
cd %systemroot%\system32
ren catroot2 catroot2old
net start cryptsvc

Link