If VBScript module is not registered correctly or .vbs file class settings are broken, you may receive one of the following errors when running a VBScript (.vbs) file in your system:
This error can be fixed using the steps listed below.
Step 1: Registering the vbscript.dll file
Open an elevated Command Prompt window. To do so, click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator. Type the following command in the Command Prompt window, and press {ENTER}:
You should see the following message:
Step 2: Fixing the .VBS file association settings
Then, download and apply the .vbs association fix from our File association Fixes for Windows Vista page.
Editor’s note: If you experience this error in Windows XP system, see this article for instructions.
SEE ALSO
Error "There is no script engine for file extension" when running .js files in Windows XP/Vista
Related Posts
- Can I Install Windows Script 5.6 in Windows Vista
- How to Run .BAT Files Invisibly, Without Displaying the Command Prompt Window
- Clear Recent Documents History in a Single Click in Windows XP, Windows Vista and Windows 7
- Restore .EXE File Association in Windows 7/Vista After Incorrectly Associating It With Another Program
- Copy Title and URL Menu Extension for Internet Explorer
If you enjoyed this post, make sure you subscribe to our RSS feed! We feature Tips, Troubleshooting information, Scripts and Utilities for Microsoft Windows Operating Systems!
Prefer an E-mail subscription?




Thanks Bill H. This worked great!
That didn’t work for me. I did find another solution:
1. Locate the file %windir%\inf\wsh.inf (inf is a hidden
folder)
2.right click and select “Install”.
Thanks for this solution. It fixed my problem for uninstalling the xampp.
Excellent! I issued the regsvr32 command using the “start —-> run” path.
And it worked!
Though it is a mystery how both vbscript and jscript dlls had got de-registered.
I tried to uninstall an Opera widget and got the error message “There is no script engine for file extension “.vbs”. Your solution above fixed my problem. Thank you. Really appreciated.