I have a windows 8.1 machine and I want to open a program with minimized window. For a program like notepad, I just use the following command:
start /min \"\
If the application is already open (even in background), it will be restored by "start" command. Exit the program if running then /max or /min will work