有没有办法强制 Windows 终端默认启动最大化(不是全屏 - 我仍然希望我的任务栏在那里)?
问问题
5005 次
2 回答
17
于 2020-04-18T12:23:20.593 回答
8
In addition to what @Petar said, since preview v.1.1.1671.0, --fullscreen
and --maximized
are two optional switches for the wt
execution alias if you're automating something and trying to run the terminal maximized only sometimes.
So, these two ways of launching the terminal from the command line are now an option:
wt --maximized
wt --fullscreen
于 2020-07-11T14:02:29.087 回答