Jump to content

Opening programs with cmd minimized

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. 

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 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

×