Have a question about VBS: How can i start a new window (e.g. of firefox.exe) hidden, so it won't be shown in taskbar and you won't see the window? I know its possible but I don't know how anymore...
thanks for help
Use the WshShell.Run method with the intWindowStyle parameter set to 0:
Set oShell = CreateObject("WScript.Shell")
oShell.Run "notepad", 0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With