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

PowerTip: Start Hidden Process with PowerShell

$
0
0

Summary: Use a Windows PowerShell cmdlet to start a hidden process.

Hey, Scripting Guy! Question How can I launch a hidden process by using a Windows PowerShell cmdlet?

Hey, Scripting Guy! Answer Use the Start-Process cmdlet and specify a window style of hidden:

Start-Process -WindowStyle hidden -FilePath notepad.exe


Viewing all articles
Browse latest Browse all 3333

Trending Articles



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