Earlier in the Week, a reader asked how I customized the colors in my Microsoft Command Prompt/Shell (also known as CMD.exe) or Window <funny, I’ve been doing this for 15 years, and I don’t know what it’s called lol>. The process is super easy and hasn’t changed as far back as I can remember so this How-To Tutorial will work on Windows Vista, XP, and Server 2003/Server 2008. First, let’s cover the How-To change the colors, and then I’ll review a few other neat tricks (buffer size, window size, and quick edit mode, aka copy/paste.)
How-To Customize Microsoft Command Prompt Colors
1) Launch the Windows Command Prompt by Clicking the Windows Start Button and TypingCmd then Pressing Enter
2) With the command Window Open, Click the CMD Icon on the top Left of the Window and ClickProperties
3) Under the Colors Tab,ClickScreen Text Bullet then Click a Color (I like a Black Background and Yellow or Green Text)
Play around with the colors until you find what you like. Personally, I like the Black Background with Yellow or Green Text. Another good scheme for old school geeks is a Green Background with Black Text.
Although the top of this How-To answers the question about color, let me show you the next two things I always change when logging into a new Windows Machine for the first time – CMD Window Size, Buffer, and Copy/Paste Edit Options.
How-To Customize Microsoft Command Prompt Size and Copy/Paste Options
4) ClickLayout Tab, Under Screen Buffer Size,Change the Height from 300 to 5000. Under Window Size, ChangeWidth from 80 to 120 and Height from 25 to 75
Screen Buffer Size – A larger buffer size allows you to scroll up and look through data which scrolls off the screen in your CMD Window. This larger buffer size is VERY useful ALL the time when working in the CMD Window/Shell.
Windows Size – Not much to explain here. These numbers work for me (19 inch Monitor running 1600 x 1200.) Play with the size until you find what works for you.
5) Next, ClickOptionsTab and CheckQuickEditMode Box under the Edit Options Heading
The QuickEdit mode will save you a LOT of time if you need to copy and paste text from both inside and out of the CMD Window. For example, to COPY Text to your Clipboard from INSIDE the CMD Window, using your mouse Hold down your LeftMouse button and Drag/Drop some text. After you highlight all the text you want to copy, release the mouse button and Right-Click your Mouse to copy the text to your Clipboard. PASTE the text inside your CMD Window now by just Right Clicking (CTRL-V does not work inside the CMD Window.) You can also Paste the text inside a text editor like Word or Notepad using Right-Click Paste or CTRL-V.
<Insert Applause Sound Here>. I know… I know… It’s Magic :)
Again, for Old School Geeks, this is an old Trick. BUT, I’m amazed how many times I’m asked: “How did you do that with Co-Workers looking over your shoulder?” So there ya go! WOW and AWE your Co-Workers/Wife and Children! You’re now a Certified Command Line <groovy> Geek!
Thanks for the tips
I was wandering whether you can change all the settings you’ve mentioned via command line and not only via “left click — properties”.
@AshkA – good question. I’ve actually never looked into it before but, when doing a cmd.exe /? in a command line you get a lot of options.
I do know you can change the colors easily by using 2 methods. Either by typing in Color FC (will make a white background and Red Text – Type Color /? for details) or by typing cmd /t:fc which will also turn it the same red/white combo.
I’ can’t read your website because of the “follow me strip”
which is blocking your web pages content has these links,Facebook-email-rss-tweet youtube on a banner banner strip ?
using firefox 8.0 vista
Jason
Never knew any of this. Awesome screen shots. Thanks!
AshkA
Hi there,
Thanks for the tips
I was wandering whether you can change all the settings you’ve mentioned via command line and not only via “left click — properties”.
Do you happen to know the commands ?
Thanks
AshkA
MrGroove
@AshkA – good question. I’ve actually never looked into it before but, when doing a cmd.exe /? in a command line you get a lot of options.
I do know you can change the colors easily by using 2 methods. Either by typing in Color FC (will make a white background and Red Text – Type Color /? for details) or by typing cmd /t:fc which will also turn it the same red/white combo.
JJ
I’ can’t read your website because of the “follow me strip”
which is blocking your web pages content has these links,Facebook-email-rss-tweet youtube on a banner banner strip ?
using firefox 8.0 vista
methusla
look up mode command
eg
mode con: cols=80 lines=40