362

professional dilettante

Making windows command prompt more visually appealing

If you are doing development on Windows, you should use the Consolas font.  If you’re on XP, you can refer to this post to get it to work. If you are on Vista, you should already have Consolas. After you have Consolas installed, you can start using it in the Windows Command Prompt.  Here is [...]

If you are doing development on Windows, you should use the Consolas font.  If you’re on XP, you can refer to this post to get it to work. If you are on Vista, you should already have Consolas.

After you have Consolas installed, you can start using it in the Windows Command Prompt.  Here is the command to run from the windows prompt,

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont" /v 00 /d Consolas

Now change the default font for the prompt to Consolas. With a Command Prompt window open, Right Click up on the frame where the title is.  Select ‘Defaults’ -> ‘Fonts’. Consolas should be there. If it’s not, close your prompt, restart your computer, log-in, log-out, etc.

Once Consolas is showing up as on option for your Command Prompt font, configure to your liking. I chose 18 pt, bold.  I had to restart the machine to get the Default settings to take effect. Perhaps logging out is enough.  But I am not a windows ninja.

Leave a Reply

Required fields are marked with an asterisk (*), you may use these tags in your comment: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

 

Spam protection by WP Captcha-Free

Most Recent Post

create a file from content on your clipboard

You’re on github or something, reading code. You need to add some code to your project. You could: curl or wget the file URL clone the repo, extract single file, move it on file system create the file, open an editor, and paste in the content save as Here’s a terminal command I like. From [...]

Categories

Content © professional dilettante
Proudly powered by WordPress
Theme designed by Artisan Themes

Entries (RSS)
Comments (RSS)

25 queries.
0.432 seconds.