ren %systemroot%\SoftwareDistribution sdold123
At this point I get an "Access denied" error message, although I'm using the command window as admin.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
When I try to apply KB2887595 after the restart I get this message: "Failure configuring Windows updates-undoing changes".How to resolve it?
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.
ren %systemroot%\SoftwareDistribution sdold123
At this point I get an "Access denied" error message, although I'm using the command window as admin.
Win+X -> Command prompt (Admin) -> Dism /Online /Cleanup-Image /CheckHealth
if result not equal 100% then run
Dism /Online /Cleanup-Image /RestoreHealth
then check system files with command
sfc /scannow
and then try step by step this commands
net stop wuauserv
net stop bits
net stop cryptsvc
ren %systemroot%\SoftwareDistribution sdold123
ren %systemroot%\System32\catroot2 cr2old123
net start cryptsvc
net start bits
net start wuauserv
after all go to WU and check updates manually.
Somehow, between enabling Hyper-V and doing the above steps, the update finally installed. (yay!) Note: It took some time for the final step to complete when it was checking for updates. I guess it was rebuilding the Software Distribution folder.
Win+X -> Command prompt (Admin) -> Dism /Online /Cleanup-Image /CheckHealth
There is no Dism folder on my computer.
Dism is not a folder, it's a command ;-)
Win+X -> Command prompt (Admin) -> Dism /Online /Cleanup-Image /CheckHealth
There is no Dism folder on my computer.
Win+X -> Command prompt (Admin) -> Dism /Online /Cleanup-Image /CheckHealth
if result not equal 100% then run
Dism /Online /Cleanup-Image /RestoreHealth
then check system files with command
sfc /scannow
and then try step by step this commands
net stop wuauserv
net stop bits
net stop cryptsvc
ren %systemroot%\SoftwareDistribution sdold123
ren %systemroot%\System32\catroot2 cr2old123
net start cryptsvc
net start bits
net start wuauserv
after all go to WU and check updates manually.