How To – Force an Application to Maximize/Minimize at Startrup
Background Knowledge
When opening an application one may desire to have the application maximized or minimized. The solutions listed below are the most reliable means to achieve this for all Microsoft Windows versions.
Solution #1 – Shortcut
Create a New Shortcut
- Right mouse click on an empty area of the desktop.
- Left mouse click on “New” -> “Shortcut”.
- Left mouse click on the “Browse…” button and select a desired application.
- Once you have selected your desired application, left mouse click on the “OK” button.
- Left mouse click on the “Next” button.
- Type in the desired name of the shortcut and left mouse click on the “Finish” button.
- Continue on to the “Edit Existing Shortcut” instructions below.
Edit Existing Shortcut
- Right mouse click on a shortcut and left mouse click on “Properties”.
- Left mouse click on “Shortcut” tab.
- Under “Run”, select desired window setting, “Normal window”, “Maximized” or ” Minimized”.
- Left mouse click on the “OK” button.
Note: If you do not have the “Run” property on the shortcut, then follow the “Create a New Shortcut” instructions.
Solution #2 – Command Line
Maximize
- At the command line type without double quotes, “start /max c:\Windows\notepad.exe”. Replace “c:\Windows\notepad.exe” with desired application.
Minimized
- At the command line type without double quotes, “start /min c:\Windows\notepad.exe”. Replace “c:\Windows\notepad.exe” with desired application.


For the command line solution, is there a way to do this for applications that are already open, e.g. maximizing a currently minimized application.
I am writing a batch file that requires input from the user, but want it to be the only application maximized. I have found a way to minimize to the desktop but I cannot find a way to make the CMD to maximize itself.
Any help would be greatly appreciated!
Thank You!
Ste :¬Þ