There is no script engine for file extension vbs
If you received an error saying There is no script engine for file extension ".vbs" then you may have an incorrectly registered VBScript dll.
This is easily fixed by re-registering the VBScript DLL file, by loading the Run box (Press WINDOWS KEY + R to access this) and running the following command:
regsvr32 %systemroot%\system32\vbscript.dll
If this is completed successfully, you'll receive the following message:
"DllRegisterServer in C:\Windows\system32\vbscript.dll succeeded."
You should now be able to run VBScript (.vbs) files without a problem.
Post a Comment