November 10th, 2012

PowerTip: Start a Process in a Minimized Window by Using PowerShell

Doctor Scripto
Scripter

Summary: Learn how to start a process in a minimized window by using Windows PowerShell.

Hey, Scripting Guy! Question How can I start a new process in a minimized window?

                    Hey, Scripting Guy! Answer Use the Start-Process cmdlet and specify a window style of minimized, as shown here.

                                                 Start-Process notepad -WindowStyle Minimized

 

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.