Quantcast
Channel: Active questions tagged windows - Super User
Viewing all articles
Browse latest Browse all 9687

Why is start process minimized not working for some applications?

$
0
0

PowerShell code.

I tried these and they work properly:

Start-Process notepad -WindowStyle MinimizedStart-Process cmd -WindowStyle Minimized

But these do not work:

Start-Process control -WindowStyle MinimizedStart-Process calc -WindowStyle MinimizedStart-Process explorer -WindowStyle MinimizedStart-Process chrome -WindowStyle Minimized

why start minimized not work in some apps ?


Viewing all articles
Browse latest Browse all 9687

Trending Articles