On Win2008R2 x64 I get
Input Error: There is no script engine for file extension ".vbs".
when starting a .vbs
file.
On Win2008R2 x64 I get
Input Error: There is no script engine for file extension ".vbs".
when starting a .vbs
file.
Here are a couple of possible solutions from this blog:
Open a command prompt and type (make sure you have admin privileges in the console):
regsvr32 %systemroot%\system32\vbscript.dll
Or if that doesn't work.
Locate the file %windir%\inf\wsh.inf (inf is a hidden folder)
right click and select “Install”.
You can register a default scripting host:
cscript.exe //H:WScript
You may also want to try adding these registry keys:
http://www.winhelponline.com/articles/105/1/File-association-fixes-for-Windows-Vista.html or http://www.nilpo.com/2009/07/windows-xp/error-there-is-no-script-engine-for-file-extension/
But I believe the .REG files provided are the same
the HKR\Vbscript registry entry was missing on mine
previous entry worked https://serverfault.com/a/100630/402397