Windows 7 Update hanging forever

  • Thread starter Thread starter shadysjunk
  • Start date Start date
S

shadysjunk

Guest
Windows 7 update hangs forever. I've even tried disconnecting from the internet, and it still just hangs, oblivious to the disconnection. Shouldn't it be aware of a broken connection?

This was from a fresh windows 7 x64 reinstall. I got a new SSD and want to use that as my boot drive, but the new install won't get past windows update. I initially tried to update BEFORE activating windows. I don't know if that's the source of my trouble. Since then I've activated Windows, but update still hangs.


This seems like a very VERY common problem here on the boards, but the suite of solutions I've encountered haven't worked so far. I've tried the following to no avail. For such a fundamental feature of the software I'm shocked this is so common a problem:


-try the window update trouble shooter

-run CMD as an admin, and then type the following commands, one at a time in order:


net stop wuauserv
net stop bits

net stop cryptsvc



ren %systemroot%\System32\Catroot2 Catroot2.old
ren %systemroot%\SoftwareDistribution SoftwareDistribution.old


regsvr32 c:\windows\system32\vbscript.dll /s
regsvr32 c:\windows\system32\mshtml.dll /s
regsvr32 c:\windows\system32\msjava.dll /s
regsvr32 c:\windows\system32\jscript.dll /s
regsvr32 c:\windows\system32\msxml.dll /s
regsvr32 c:\windows\system32\actxprxy.dll /s
regsvr32 c:\windows\system32\shdocvw.dll /s
regsvr32 wuapi.dll /s
regsvr32 wuaueng1.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wucltui.dll /s
regsvr32 wups2.dll /s
regsvr32 wups.dll /s
regsvr32 wuweb.dll /s
regsvr32 Softpub.dll /s
regsvr32 Mssip32.dll /s
regsvr32 Initpki.dll /s
regsvr32 softpub.dll /s
regsvr32 wintrust.dll /s
regsvr32 initpki.dll /s
regsvr32 dssenh.dll /s
regsvr32 rsaenh.dll /s
regsvr32 gpkcsp.dll /s
regsvr32 sccbase.dll /s
regsvr32 slbcsp.dll /s
regsvr32 cryptdlg.dll /s
regsvr32 Urlmon.dll /s
regsvr32 Shdocvw.dll /s
regsvr32 Msjava.dll /s
regsvr32 Actxprxy.dll /s
regsvr32 Oleaut32.dll /s
regsvr32 Mshtml.dll /s
regsvr32 msxml.dll /s
regsvr32 msxml2.dll /s
regsvr32 msxml3.dll /s
regsvr32 Browseui.dll /s
regsvr32 shell32.dll /s
regsvr32 wuapi.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wuaueng1.dll /s
regsvr32 wucltui.dll /s
regsvr32 wups.dll /s
regsvr32 wuweb.dll /s
regsvr32 jscript.dll /s
regsvr32 atl.dll /s
regsvr32 Mssip32.dll /s



net start wuauserv
net start bits
net start cryptsvc

Continue reading...
 
Back
Top