I'm trying to figure out how to set my PowerShell terminal window to open with the same dimensions every time. I've looked around but couldn't find an option in the settings aside from window placement. I've also played with scripts in my $Profile and adjusted the JSON settings, but nothing seems to work. Any suggestions?
2 Answers
It sounds like you're using Windows Terminal. To set the default size and position, check under 'Settings' by clicking the down arrow. Then go to 'Startup' where you can adjust 'Launch size' and 'Launch parameters' for your terminal. That should do the trick!
If you're looking for a code snippet, I have one that lets you set the PowerShell window to a specific size. Let me know if you want it!
I would like to try it. Thanks =)
Thanks mate, I feel so dumb for not finding it.