Search code examples
windows-terminal

How can I start the Windows Terminal maximized by default?


Is there a way to force the Windows Terminal to start maximized (not full-screen - I still want my taskbar to be there) by default?


Solution

  • If you mean the new Windows terminal (preview), that is possible with adding:

    "launchMode": "maximized"

    to the "globals" section

    Source: Windows Terminal Preview 1910 Release