How can I make my PowerShell terminal resize to the same dimensions every time?

0
6
Asked By CuriousCat99 On

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

Answered By TechieGuru21 On

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!

CuriousCat99 -

Thanks mate, I feel so dumb for not finding it.

Answered By CodeWhiz84 On

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!

NewbieDev12 -

I would like to try it. Thanks =)

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.