Error - "There is no script engine for file extension .vbs" when using "Git Bash Here" in Windows 7

mkasberg picture mkasberg · Jul 20, 2013 · Viewed 43.7k times · Source

I have the latest release version of git for windows installed. When I use the context menu option Git Bash Here, I get the following error.

There is no script engine for file extension .vbs

Any ideas how to fix it?

Answer

mkasberg picture mkasberg · Jul 20, 2013

The problem is caused by associating .vbs files with a program other than Microsoft Windows Based Script Host (the default). In my case, I had associated the files with Notepad++. I was able to solve it by running Notepad++ as an administrator and removing the file association for .vbs files.

If you're not sure which program is causing the problem, you can find out by searching for "Change the file type associated with a file extension" from the start menu. To fix the problem from there, make sure that .vbs files have Microsoft Windows Based Script Host set as the current default program.