3
I keep getting it in command prompt, any idea why and how I may resolve the issue?
Windows 7 Ultimate 32-Bit
3
I keep getting it in command prompt, any idea why and how I may resolve the issue?
Windows 7 Ultimate 32-Bit
2
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.
0
Have you checked the file associations?
http://www.nilpo.com/2009/07/windows-xp/restoring-vbs-vbscript-script-file-file-associations/
0
Check to see if Windows remote management is installed, and reinstall the WSH configuration settings:
%windir%\inf
into the run, command-line, or Explorer address field and press Enter (this directory is commonly located at C:\WINDOWS\inf
)Hi, I don't see any wsh.inf file. What could I do in this scenario? – Bat_Programmer – 2016-08-15T00:45:59.820
this is a similar question to http://superuser.com/questions/223728/windows-script-host-error-dialog-popups-in-the-morning There are other answers in that thread that are not mentioned here.
– Brtrnd – 2013-09-17T08:18:58.723Operating System? – Hello71 – 2010-06-23T21:37:55.823
try running it this way cscript sript.vbs if there is a different error please post that one too. – KutscheraIT – 2010-12-21T00:03:16.783
Did this start after you installed some software? If so, try reinstalling it. – goblinbox – 2011-08-24T02:36:38.250