Tuesday, January 3, 2017

Windows 8.1 Windows update hangs forever and never updates.

I have ran into this problem on just about every computer i run windows 8.1 on. Here are all the methods I've found for fixing the issue:

1. Run this script in safemode:

"net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc

pause

Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
Ren %systemroot%\system32\catroot2 catroot2.bak

pause

sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)

pause

regsvr32.exe atl.dll
regsvr32.exe urlmon.dll
regsvr32.exe mshtml.dll
regsvr32.exe shdocvw.dll
regsvr32.exe browseui.dll
regsvr32.exe jscript.dll
regsvr32.exe vbscript.dll
regsvr32.exe scrrun.dll
regsvr32.exe msxml.dll
regsvr32.exe msxml3.dll
regsvr32.exe msxml6.dll
regsvr32.exe actxprxy.dll
regsvr32.exe softpub.dll
regsvr32.exe wintrust.dll
regsvr32.exe dssenh.dll
regsvr32.exe rsaenh.dll
regsvr32.exe gpkcsp.dll
regsvr32.exe sccbase.dll
regsvr32.exe slbcsp.dll
regsvr32.exe cryptdlg.dll
regsvr32.exe oleaut32.dll
regsvr32.exe ole32.dll
regsvr32.exe shell32.dll
regsvr32.exe initpki.dll
regsvr32.exe wuapi.dll
regsvr32.exe wuaueng.dll
regsvr32.exe wuaueng1.dll
regsvr32.exe wucltui.dll
regsvr32.exe wups.dll
regsvr32.exe wups2.dll
regsvr32.exe wuweb.dll
regsvr32.exe qmgr.dll
regsvr32.exe qmgrprxy.dll
regsvr32.exe wucltux.dll
regsvr32.exe muweb.dll
regsvr32.exe wuwebv.dll

pause

netsh winsock reset

pause

netsh winhttp reset proxy

pause

net start bits
net start wuauserv
net start appidsvc
net start cryptsvc

pause

sfc /scannow

pause"

2.  You could install these 2 updates (they install an newer version of the windows update client):

https://www.microsoft.com/en-us/download/details.aspx?id=53334

https://support.microsoft.com/en-us/kb/3138615

3. Or you can try your luck with the troubleshooter utility built into windows 8.1:

Press the windows key and type "Troubleshooting" and press enter

Then click "Fix problems with Windows Update"

Click "Advanced" and then "Run as administrator"

and follow the prompt

No comments:

Post a Comment