windows - open program minimized via command prompt -


i have windows 8.1 machine , want open program minimized window. program notepad, use following command:

start /min "" "c:\windows\notepad.exe"   

and new notepad window starts in minimized mode.

the problem not programs this. when want start instance ms word in minimized mode use:

start /min "" "c:\program files (x86)\microsoft office\office12\winword.exe" 

but new word windows starts in maximized mode.

is there way start minimized?

i tried commands in pc.it working fine....

to open notepad in minimized mode:

start /min "" "c:\windows\notepad.exe"

to open ms word in minimized mode:

start /min "" "c:\program files\microsoft office\office14\winword.exe"


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -