When I use full screen of command line prompt (cmd.exe) in windows it gets very blurry and runs in inappropriate resolution. Is there a way around to fix this so the full screen cmd.exe is sharp and clean looking.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

When you enable "Full screen", Windows actually switches the display to a text mode of resolution 80x50 or 80x25. It does not support Linux-style framebuffer consoles, nor "fake" full-screen modes. The nearest you can get is to enlarge the console window to cover most of the screen. (The Console wrapper may be useful.)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.