Sunday, June 11, 2017

How to resolve stuck in the Windows Update loop for 16199? (It cause you cannot upgrade to 16215)

Problem: You keep try to upgrade to 16199, but it failed.

image

Solution:

1. Stop the service "UsoSvc" (You need to wait for it status change to stop before you move to step 2:

image


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

image


3. Run the "Reset_Windows_Update_History.bat" under administrator privilege


4. Reboot the machine


5. Issue resolved.

image


Reference:

http://clubtech.ro/viewtopic.php?f=86&t=1400

Print Friendly and PDF
Share/Bookmark

No comments:

Post a Comment