Windows update doesn't work after WIN 7 sp1 installation

Discussion in 'Windows 7' started by Bosssus, Sep 25, 2015.

  1. Bosssus

    Bosssus MDL Novice

    Sep 21, 2015
    2
    2
    0
    Hi!
    I followed this 3d Windows-7-Installation-Guide
    and this 3d for download Windows-7-ultimate-x86-x64-ISO-Download
    And activation with win loader, it is all ok, but windows update is always locked in checking update.
    Microsoft solutions didn't work.
    Any advices?
    Thanks in advance.:worthy:
     
  2. LatinMcG

    LatinMcG Bios Borker

    Feb 27, 2011
    5,711
    1,606
    180
    try google dns in the ipv4 properties. primary 8.8.8.8 secondary 8.8.4.4
     
  3. Bosssus

    Bosssus MDL Novice

    Sep 21, 2015
    2
    2
    0
    Thank you very much to all!!!
    In my pc with DNS changed it didn't work.
    With di solution, now it works:
    -create a new notes file
    -paste these instructions
    net stop bits
    net stop wuauserv
    net stop cryptsvc
    ren %systemroot%\System32\Catroot2 oldcatroot2
    net start cryptsvc
    del /f /q %windir%\WindowsUpdate.log
    del /f /s /q %windir%\SoftwareDistribution\*.*
    %windir%\system32\regsvr32.exe /s %windir%\system32\atl.dll
    %windir%\system32\regsvr32.exe /s %windir%\system32\jscript.dll
    %windir%\system32\regsvr32.exe /s %windir%\system32\msxml3.dll
    %windir%\system32\regsvr32.exe /s %windir%\system32\softpub.dll
    %windir%\system32\regsvr32.exe /s %windir%\system32\wuapi.dll
    %windir%\system32\regsvr32.exe /s %windir%\system32\wuaueng.dll
    %windir%\system32\regsvr32.exe /s %windir%\system32\wuaueng1.dll
    %windir%\system32\regsvr32.exe /s %windir%\system32\wucltui.dll
    %windir%\system32\regsvr32.exe /s %windir%\system32\wups.dll
    %windir%\system32\regsvr32.exe /s %windir%\system32\wups2.dll
    %windir%\system32\regsvr32.exe /s %windir%\system32\wuweb.dll
    regsvr32 /u wintrust.dll
    regsvr32 /u initpki.dll
    regsvr32 /u dssenh.dll
    regsvr32 /u rsaenh.dll
    regsvr32 /u gpkcsp.dll
    regsvr32 /u sccbase.dll
    regsvr32 /u slbcsp.dll
    regsvr32 /u mssip32.dll
    regsvr32 /u cryptdlg.dll
    regsvr32 wintrust.dll
    regsvr32 initpki.dll
    regsvr32 dssenh.dll
    regsvr32 rsaenh.dll
    regsvr32 gpkcsp.dll
    regsvr32 sccbase.dll
    regsvr32 slbcsp.dll
    regsvr32 mssip32.dll
    regsvr32 cryptdlg.dll
    %windir%\system32\regsvr32.exe /s %windir%\system32\quartz.dll
    REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v AccountDomainSid /f
    REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v PingID /f
    REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f
    net start bits
    net start wuauserv
    wuauclt /resetauthorization /detectnow

    -save the file as WU.bat please take car about the right extension as .bat and not .txt
    -run the file as adminstrator.
    -reboot the system
    -search updates.