PowerTip: Start Hidden Process with PowerShell

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon