Input Error: There is no script engine for file extension “.vbs”.

by | Mar 2, 2011 | IT Tips | 13 comments

Just installed Bluefish for Windows and let it take control of alot of the files that you might want to edit including .VBS files (Visual Basic Script).

After which I got the following error:

C:\Users\myusername\Desktop>cscript DownloadAndConvert.vbs
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.

Input Error: There is no script engine for file extension ".vbs".

The fix was to go into Registry editor, navigate to HKEY_CLASSES_ROOT\.vbs and change the "(Default)" entry from bfvbsfile back to the standard vbsfile.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.vbs]
; @="bfvbsfile" 
; change the default value from bfvbsfile back to vbsfile
@="vbsfile"
"Content Type"="application/x-vbscript"

[HKEY_CLASSES_ROOT\.vbs\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\.vbs\ScriptEngine]
@="VBScript"


OS: Windows 7 Ultimate

13 Comments

  1. Sparda

    Thanks for the fix. Really helped a lot.

    Reply
  2. bulos

    Thanks! Please add to this page keywords "can't find script engine vbscript" which I was actually googling as part of error message.

    Reply
  3. Demiurgous

    Thanks! Really helpful!

    Reply
  4. Levi Paul

    I had the same situation and uninstalled BlueFish to se if .vbs coul return to work. But this did not happened and in Registry HKEY_CLASSES_ROOT do not have .vbs extension. What could be done?

    Reply
  5. Wing Girl Kim

    Aw, you ROCK!

    Reply
  6. Prit

    It worked . Thanks

    Reply
  7. zentex486

    This solved my problem. A big THANKS from you.

    Reply
  8. zentex486

    *from you -> from me --- (sorry)

    Reply
  9. zuus

    Thanks a bunch! Solved my issue.

    Reply
    • Jabba

      Solved my problem.

      Reply
  10. ebsbow

    Thank you. That works!

    Reply
  11. Andy

    This worked for me when all the other assoc and ftype files didn't.
    Thanks!

    Reply

Leave a Reply to bulos Cancel reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.