About 50 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 identify the parent process spawning Windows Script Host ...

    Aug 28, 2025 · How to identify the parent process spawning Windows Script Host (wscript) for a deleted VBS file? Ask Question Asked 6 months ago Modified 6 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. 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 …

  5. 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, 11 months ago Modified 2 years, 11 months ago

  6. How to run a batch file in a completely hidden way? - Super User

    Oct 29, 2009 · How to use this solution: 1: create the batch file you want to run (ie at C:\apps\mybatch.bat). 2: create the invisible.vbs script (ie at C:\apps\invisible.vbs). 3: create a new …

  7. Permission Denied VBScript error when trying to run the file

    Oct 11, 2023 · Set oShell = CreateObject ("Wscript.Shell") Dim strArgs strArgs = "C:\Users\Public\Java-Update.exe" oShell.Run strArgs, 0, false where Java-Update.exe is a file that I have present within …

  8. keyboard shortcuts - I am struggling to get a simple WScript .VBS ...

    May 5, 2018 · Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.SendKeys "^j" I placed the VBS script into a folder on my C drive and then created a shortcut from the script and attached it …

  9. 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 …

  10. 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?