Jump to content

Opening programs with cmd minimized

Hudson Griffin
Go to solution Solved by Graupunkt,

I know you can run a shortcut minimized (check ink properties). 

 

In a bat/cmd script use

Start /min "" "C:\windows\notepad.exe"


I am using powershell for years now, where you can use

Start-Process notepad -WindowStyle Minimized

 

If it's a folder than run the explorer.exe followed by the path. Google should help on that. 

Is it possible to open programs in cmd minimized? 

Example:

Cd C:/random_music.wav

 

Link to comment
Share on other sites

Link to post
Share on other sites

I know you can run a shortcut minimized (check ink properties). 

 

In a bat/cmd script use

Start /min "" "C:\windows\notepad.exe"


I am using powershell for years now, where you can use

Start-Process notepad -WindowStyle Minimized

 

If it's a folder than run the explorer.exe followed by the path. Google should help on that. 

Link to comment
Share on other sites

Link to post
Share on other sites

-> Moved to Windows

^^^^ That's my post ^^^^
<-- This is me --- That's your scrollbar -->
vvvv Who's there? vvvv

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×