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.
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.