About 872,000 results
Open links in new tab
  1. How to tell what program is using Windows Based Script Host?

    Sep 21, 2020 · wscript.exe is also known as Windows Script Host, a service that provides the Windows system with scripting abilities ,generally VBscript and JScript. In Powershell, you can run this to see …

  2. How to make the wscript.exe popup stop showing up?

    Mar 11, 2023 · How to make the wscript.exe popup stop showing up? Ask Question Asked 2 years, 9 months ago Modified 2 years, 9 months ago

  3. What are the .wsf , .wsh, and .wsc files? - Super User

    Oct 23, 2020 · A .wsh file is a "Windows Script Host control file": Text document that contains properties and parameters for a certain script, i.e. a .VB or .VBS file; used for customizing the execution of …

  4. How to end VBScript on Windows 10? - Super User

    May 18, 2016 · I accidently did a cd-drive vbs prank on myself on windows 10 and I can't find the wscript.exe file.. Is there any way to end this program?

  5. VBS script execution blocked on Windows 10 - Super User

    Aug 22, 2020 · Verified wscript's existence by having him run wscript from the run dialog, and the "Windows Script Host Settings" dialog popped up. Right clicking the script file and checking Open …

  6. telnet - SendKeys Method in Powershell - Super User

    Sep 13, 2017 · I have batch file for telnet a server automatically, I want to do the same thing with PowerShell Batch File named Script.bat : :: Open a Telnet window start telnet.exe 10.84.10.85 :: Run …

  7. windows - Force 64bit WScript to run .vbs - Super User

    I'm trying to run a .vbs script under 64Bit. When I run this script manually it will execute properly, but when launched by something else, it will run under 32bit and won't execute properly. Her...

  8. windows - How to run vbscript command from cmd - Super User

    Jul 5, 2021 · C:\>wscript script.vbs but I must have the command in another file. I want to run it from the command prompt. How could I do it? Thank you for the answers, Andrew

  9. How to remove shortcut and wscript.exe viruses - Super User

    Mar 3, 2018 · wscript.exe is not a virus, and removing it is useless, because of cscript.exe, which is a wscript.exe alternative. What you can do is remove any file that cause it to trigger.

  10. VBA Syntax error calling Shell object - Super User

    Dec 12, 2021 · The syntax error is because of the quotes around the Wscript.shell. I get a syntax error that says "use a list separator or )" with "Wscript.Shell" highlighted.