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

13,439

Let's try this first.

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.

regsvr32 %systemroot%\system32\vbscript.dll

You should see the following message:

DllRegisterServer in vbscript.dll succeeded.

Now see if the problem persists.

Share:
13,439

Related videos on Youtube

Chris0089
Author by

Chris0089

Updated on September 17, 2022

Comments

  • Chris0089
    Chris0089 over 1 year

    I keep getting it in command prompt, any idea why and how I may resolve the issue?

    Windows 7 Ultimate 32-Bit

    • JJ_Australia
      JJ_Australia almost 14 years
      Operating System?
    • Vaijnath Polsane
      Vaijnath Polsane over 13 years
      try running it this way cscript sript.vbs if there is a different error please post that one too.
    • goblinbox
      goblinbox over 12 years
      Did this start after you installed some software? If so, try reinstalling it.
    • Joe Larson
      Joe Larson over 10 years
      this is a similar question to superuser.com/questions/223728/… There are other answers in that thread that are not mentioned here.
  • Bat_Programmer
    Bat_Programmer over 7 years
    Hi, I don't see any wsh.inf file. What could I do in this scenario?
  • ojchase
    ojchase almost 3 years
    File associations is a good guess. In my case it was that Notepad++ was trying to handle .js files.