New to using the command prompt? Check out the Windows Command Prompt Beginner’s Guide
Earlier today, we looked at how to launch the command prompt in Windows and how to run it with elevated permissions as an administrator. Now, we’ll learn how to customize the user interface of the command prompt. Specifically, we’ll learn the following:
- How to Customize the Command Prompt
- How to run a Transparent Command Prompt
How to Customize the Command Prompt
To customize the command prompt that comes bundled with Windows:
Open a command prompt, right click the title bar, and click Defaults.
On the Font tab, you can customize the font and size:
On the Colors tab, you can customize the text and background colors:
Click OK, close the command prompt, and open it again:
You can also set the color of the background and text by referencing this chart and using the color command:
For example, color F0 will result in ‘F’ bright white background with ‘0’ black text:
How to Run a Transparent Command Prompt
To get a customized command prompt, I recommend downloading Console2 by Marko Bozikovic (bozho.)
Extract the downloaded file to C:\Program Files\Console2 (C:\Program Files (x86)\Console2 for 64 bit users.)
Note: You can extract this wherever you like but Program Files seems like a logical place to me.
Add Console2 to Your Start Menu
This step is optional but highly recommended if you want quick access to Console.
- Right click on Console.exe and click Create Shortcut.
- Rename the shortcut to cmd2 and put it on your start menu.
Now, when you want to access the command line, press Winkey, type cmd, and click cmd2.
Customize the Default Look of Console
We’re not done yet; to customize the look of Console from its default:
You can either use the format menu or modify the XML. Let’s modify the XML (it’s more fun that way.)
Go to the directory of Console, make a backup of console.xml, and open console.xml with your favorite editor (I use Notepad++ and highly recommend it):
Note: These instructions work for Console-2.00b146-Beta_32bit. As newer versions are released, these values may change.
Note 2: These instructions are to change the console to the look like the example at the top (and bottom) of this post. Of course, you can change the values to whatever you like.
Go to line 3 and change rows to 20
Go to line 24 and change bold to 1
Go to line 28, change show_menu to 0 and show_statusbar to 0
Go to line 33 and change type to 1, active_alpha to 200, and inactive_alpha to 200
Go to line 93 and change title to any title you want on the window
Go to line 95 and change r to o, g to 128, and b to 0
The end result:
Have fun with it!
Download Console2
Download Console2 |
![console03 console03 Customize the Appearance of the Command Prompt in Windows [How To]](http://i2.wp.com/mintywhite.com/wp-content/uploads/2010/12/console03.png?resize=598%2C230)
![customize-command-prompt01 customize command prompt01 Customize the Appearance of the Command Prompt in Windows [How To]](http://i2.wp.com/mintywhite.com/wp-content/uploads/2010/12/customize-command-prompt01.png?resize=338%2C280)
![customize-command-prompt02 customize command prompt02 Customize the Appearance of the Command Prompt in Windows [How To]](http://i0.wp.com/mintywhite.com/wp-content/uploads/2010/12/customize-command-prompt02.png?resize=293%2C352)
![customize-command-prompt03 customize command prompt03 Customize the Appearance of the Command Prompt in Windows [How To]](http://i2.wp.com/mintywhite.com/wp-content/uploads/2010/12/customize-command-prompt03.png?resize=383%2C355)
![customize-command-prompt04 customize command prompt04 Customize the Appearance of the Command Prompt in Windows [How To]](http://i1.wp.com/mintywhite.com/wp-content/uploads/2010/12/customize-command-prompt04.png?resize=482%2C182)
![command-prompt01 command prompt011 Customize the Appearance of the Command Prompt in Windows [How To]](http://i1.wp.com/mintywhite.com/wp-content/uploads/2010/08/command-prompt011.png?resize=291%2C122)
![command-prompt02 command prompt021 Customize the Appearance of the Command Prompt in Windows [How To]](http://i1.wp.com/mintywhite.com/wp-content/uploads/2010/08/command-prompt021.png)
![console01 console01 Customize the Appearance of the Command Prompt in Windows [How To]](http://i2.wp.com/mintywhite.com/wp-content/uploads/2010/12/console01.png?resize=566%2C221)
![console02 console02 Customize the Appearance of the Command Prompt in Windows [How To]](http://i0.wp.com/mintywhite.com/wp-content/uploads/2010/12/console02.png?resize=399%2C174)
![console-config-line03 console config line03 Customize the Appearance of the Command Prompt in Windows [How To]](http://i1.wp.com/mintywhite.com/wp-content/uploads/2010/12/console-config-line03.png?resize=504%2C20)
![console-config-line24 console config line241 650x22 Customize the Appearance of the Command Prompt in Windows [How To]](http://i2.wp.com/mintywhite.com/wp-content/uploads/2010/12/console-config-line241.png?resize=650%2C22)
![console-config-line28 console config line281 650x13 Customize the Appearance of the Command Prompt in Windows [How To]](http://i0.wp.com/mintywhite.com/wp-content/uploads/2010/12/console-config-line281.png?resize=650%2C13)
![console-config-line33 console config line33 650x18 Customize the Appearance of the Command Prompt in Windows [How To]](http://i0.wp.com/mintywhite.com/wp-content/uploads/2010/12/console-config-line33.png?resize=650%2C18)
![console-config-line93 console config line93 Customize the Appearance of the Command Prompt in Windows [How To]](http://i1.wp.com/mintywhite.com/wp-content/uploads/2010/12/console-config-line93.png?resize=350%2C21)
![console-config-line95 console config line95 Customize the Appearance of the Command Prompt in Windows [How To]](http://i0.wp.com/mintywhite.com/wp-content/uploads/2010/12/console-config-line95.png?resize=470%2C20)
Search Windows Guides