Welcome to the Microsoft Script Center. We are dedicated to the system administrator scripters of the world. At the Microsoft Script Center, we focus on teaching people how to use Windows PowerShell to reduce time spent performing mundane tasks.
Â
What's new?
Check out the Hey, Scripting Guy! blog to catch all the latest news, events, and, of course, scripts!
PowerTip: Start Hidden Process with PowerShell Summary: Use a Windows PowerShell cmdlet to start a hidden process.
How can I launch a hidden process by using a Windows PowerShell cmdlet?
Use the Start-Process cmdlet and specify a window style of hidden:
Start-Process -WindowStyle hidden -FilePath notepad.exe
Sunday, Feb 16