Új hozzászólás Aktív témák

  • brd

    nagyúr

    válasz mhorvat #30009 üzenetére

    Csinálni batchfile-t, és lefuttatni:

    net stop bits
    net stop wuauserv
    regsvr32 /u wuaueng.dll /s
    del /f /s /q %windir%\SoftwareDistribution\*.*
    del /f /s /q %windir%\windowsupdate.log
    %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
    net start bits
    net start wuauserv
    wuauclt.exe /resetauthorization /detectnow
    pause

    The only real valuable thing is intuition.

Új hozzászólás Aktív témák