[GUIDE] Windows Update Fixes


Did this guide fix your windows update?  

3 members have voted

  1. 1. Did this guide fix your windows update?

    • Yes
      2
    • No
      1


Recommended Posts

The errors can occur before SP2 or After SP2 it has been at random with some laptops\PC's.

Create a batch file called wu5_fix.bat and add the contents below.

------------------------------------

net.exe stop wuauserv

cd /d %windir%

rd /s softwaredistribution

REGSVR32 C:\WINDOWS\system32\wuapi.dll

REGSVR32 C:\WINDOWS\system32\wuaueng.dll

REGSVR32 C:\WINDOWS\system32\wucltui.dll

REGSVR32 C:\WINDOWS\system32\wups.dll

REGSVR32 C:\WINDOWS\system32\msxml3.dll

net.exe start wuauserv

------------------------------------

This is what the batch file does:

Stops the Automatic Updates Service

Removes C:\windows\SoftwareDistribution

Registers some DLL's provided for Windows Update.

then starts Automatic Updates Service.

This will fix most windows update errors.

More Soon......

Link to comment
https://www.neowin.net/forum/topic/273591-guide-windows-update-fixes/
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.