Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Windows update error -- solution

Status
Not open for further replies.

mpf1838

Programmer
Aug 16, 2011
1
US
thread329-747572

I saw on the previoous thread a lot of discussion about scripts etc failing while trying to CreateObject("Scripting.FileSystemObject"). For me, this was causing the most recent (on my machine) Windows Update script to fail.

For some reason, scrrun.dll (the scripting dll) gets unregistered on my machine from time to time, probably because some software I uninstall has references to it.

All I do is:
regsvr32 scrrun.dll
in the Run window. So far has worked every time.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top