Problem: You keep try to upgrade to 16199, but it failed.
Solution:
1. Stop the service "UsoSvc" (You need to wait for it status change to stop before you move to step 2:
2. Open a notepad copy the following command and save it into "Reset_Windows_Update_History.bat"
net stop wuauserv
rmdir %windir%\softwaredistribution /s /q
regsvr32 /s wuaueng.dll
regsvr32 /s wuaueng1.dll
regsvr32 /s atl.dll
regsvr32 /s wups.dll
regsvr32 /s wups2.dll
regsvr32 /s wuweb.dll
regsvr32 /s wucltui.dll
net start wuauserv
3. Run the "Reset_Windows_Update_History.bat" under administrator privilege
4. Reboot the machine
5. Issue resolved.
Reference:
http://clubtech.ro/viewtopic.php?f=86&t=1400
No comments:
Post a Comment