Use SMS to Fix Common WSH and IE errors
Posted
Tuesday, August 02, 2005 8:43 PM
by
Anonymous
Unless your application packagers are really really careful, chances are that they will overwrite DLL registration settings in the registry that could break certain features of IE or Windows Scripting Host (WSH). When this happens use a batch file with the following command and send it out to your PCs. This fixes about 90% of the errors associated with bad DLL references. You can set this up as a recurring task or just make it non-mandatory and have your users run it if they are experiencing problems.
regsvr32 /s oleaut32.dll
regsvr32 /s shdocvw.dll
regsvr32 /s actxprxy.dll
regsvr32 /s mshtml.dll
regsvr32 /s vbscript.dll
regsvr32 /s Urlmon.dll
regsvr32 /s Shell32.dll
regsvr32 /s Msjava.dll
regsvr32 /s Browseui.dll
regsvr32 /s Scrrun.dll
regsvr32 /s Jscript.dll
regsvr32 /s activeds.dll