Getting VBScript Error


If you are getting VBScript error while running any application, that is because some of the dlls would have not been registered correctly. You need to register those.

1. Open NotePad and paste the following :

regsvr32 Shdocvw.dll
regsvr32 Msjava.dll
regsvr32 Actxprxy.dll
regsvr32 Oleaut32.dll
regsvr32 Mshtml.dll
regsvr32 Browseui.dll
regsvr32 Shell32.dll
regsvr32 jscript.dll
regsvr32 vbscript.dll

2. Save the Notepad with extension <filename>.bat
3. Double click on the file created and click on Ok for messages multiple times.
4. Restart the computer

This should fix the issue.



***Share your comments about this post***

No comments:

Post a Comment