Posted 2 November 2021, 7:42 am EST
Hi,
I faced the same issue few months back…
This usually occurs on Windows Vista (and also on other operating systems) when the VBScript runtime is not properly registered with the operating system.
Check the steps below which will help you.
Register the vbscript.dll:
- Open a Command Prompt window as Administrator (Start > All Programs > Accessories > Command Prompt). Right-click the shortcut and choose to run as Administrator.
- Run command: cd C:\Windows\System32. on command prompt.
- Run the command: regsvr32 vbscript.dll.
Greetings,
J. Wick