Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

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

$
0
0

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

 


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>