Introduction: Fullscreen CMD
I've found it frustrating at times when I needed CMD in fullscreen for better visibility of the information displayed, but was not able to put it in fullscreen. If you didn't know, when clicking the "maximize" button, the CMD window only maximizes vertically, not horizontaly. After playing around with CMD, I have found a way to put it in fullscreen.
Step 1: Take Note of the Resolution of Your Screen
In the control panel, go to display, then click on resolution. There, you can see the resolution of your display. Take note of the width. For me, it is 1366.
Step 2: Open the Properties Tab
Open CMD, and then right-click on the frame (the orange part in the picture, not the black) and select properties.
Step 3: Calculate the Screen Buffer Size
In the properties window, go to the font tab and take note of the font width, generally 8. Now, take your screen width and divide it by 8. For me 1366÷8=170.75. If you get a decimal number, just round it up, so 171 in my case.
Step 4: Fullscreen
Now click on OK and maximize the window. It will now take up your whole screen.

Participated in the
Before and After Contest
26 Comments
7 years ago
awesome
7 years ago
Is that a wallpaper?(the Google)
Reply 7 years ago
Yup. If you want it, here it is:
http://wallpaperbeta.com/wallpaper_3840x2160/google_search_system_stuff_ultra_3840x2160_hd-wallpaper-270925.jpg
7 years ago
Awesome!!!!!!!!!!!!!!
THX SO MUCH
Reply 7 years ago
Happy I could help.
8 years ago on Introduction
An easier method, for me anyway, is to simply type "mode 800" in cmd and then just maximize the window.
Reply 7 years ago
thats great
Reply 8 years ago on Introduction
An easy alternative, true, but I prefer to do the work once and have it done automatically after that.
8 years ago on Introduction
If you want it to be automatic for any computer running your batch file, the code is:
Mode con lines=300
Mode con cols=300
I will explain these in a intermediate Batch command list if you guys want one.
If you want one look at my comment on my Basic Batch command list.
Link: https://www.instructables.com/id/Basic-Batch-command-list/
Reply 7 years ago
Cool thx
8 years ago on Introduction
Run cmd, press ALT+ENTER. Works in XP.
Reply 8 years ago on Introduction
Worked in XP, but Microsoft removed the feature in newer versions of their OS for reasons unknown to me.
8 years ago on Introduction
Right click
Properties
Full screen
That's it !
Reply 8 years ago on Introduction
Are you sure that option exists? I really can't seem to find it.
Reply 8 years ago on Introduction
it used to be an option until window XP , then they removed it in vista , along with the ability to run 16 bits games in fullscreen ( luckily this can be fixed with dosbox )
Reply 8 years ago on Introduction
I wonder why they did that. It never hurts to have extra features.
8 years ago on Introduction
CTRL ALT F1-F6. oh wait, this isn't linux.
8 years ago on Introduction
Simple but elegant solution!!!
Thanks!!!!
8 years ago on Introduction
What?!?!?! Awesome! It's so annoying when you cant make it full screen. Thanks for sharing.
8 years ago
You can always always type in "mode 800" or "mode 1000" and it will full screen it but I understand doing it your way so u only have to do it once