open program minimized via command prompt

后端 未结 8 666
时光取名叫无心
时光取名叫无心 2020-12-08 13:16

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


        
8条回答
  •  无人及你
    2020-12-08 13:55

    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

提交回复
热议问题