Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to go fullscreen in PowerShell

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?

like image 349
cc0 Avatar asked Mar 04 '11 17:03

cc0


People also ask

How do I make Command Prompt full-screen?

To make it go full-screen so as to cover the whole screen including the Taskbar, in Windows 11/10, you need to open the Command Prompt and then press Alt+Enter, and the CMD window will open in fullscreen, covering even the taskbar!


1 Answers

Try typing the following command:

mode 300 

after the window opens

like image 191
Hugh Chung Avatar answered Sep 30 '22 04:09

Hugh Chung