How to set where Windows Terminal initially opens and what size it is
To have Windows Terminal open in a standardized place:
- Open Terminal and click the drop-down arrow in the tab bar
- Shift-click Settings to open the terminal.json settings file
- Add the following lines at the top level, replacing the values with your own
"initialPosition": "2293,0",
"initialCols": 124,
"initialRows": 70,
My thanks to Microsoft Learn.