How to go fullscreen in PowerShell

cc0 picture cc0 · Mar 4, 2011 · Viewed 39.4k times · Source

Is there a way of making powershell appear in fullscreen? Not only maximize it over the screen, but hiding the top-bar as well?

Also, since this is probably hard to do, how to maximize it according to current resolution?

Answer

Hugh Chung picture Hugh Chung · May 15, 2014

Try typing the following command:

mode 300

after the window opens