open program minimized via command prompt

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

    For the people which are looking for the opposite (aka fullscreen), it's very simple. Because you just have to replace the settings /min by /max.

    Now the program will be open at the "maximized" size ! In the case, perhaps you will need an example : start /max explorer.exe.

    0 讨论(0)
  • 2020-12-08 14:02

    The answer is simple. Just look at the image.

    0 讨论(0)
提交回复
热议问题