open program minimized via command prompt

后端 未结 8 665
时光取名叫无心
时光取名叫无心 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:49

    Try:

    start  "" "C:\Program Files (x86)\Microsoft Office\Office12\WINWORD.EXE" --new-window/min
    

    I had the same problem, but I was trying to open chrome.exe maximized. If I put the /min anywhere else in the command line, like before or after the empty title, it was ignored.

提交回复
热议问题