How can I make the cmd.exe window full-screen in Windows 7?

link|improve this question
feedback

migrated from stackoverflow.com Dec 17 '10 at 7:54

This question came from our site for professional and enthusiast programmers.

2 Answers

This is a more concise way to perform the steps in @Enrique's answer. I'm posting this in case the source in his answer disappears.

  1. Open a command prompt (cmd.exe)
  2. From inside the command prompt window, run wmic
  3. Right-Click the title bar of the command prompt window and select Properties
  4. Check QuickEdit Mode
  5. Exit the command prompt

All subsequent launches of the command prompt will have a horizontal scroll bar and support maximizing the window.

Once these steps have been followed, I'm not sure how to return the command prompt to the original state.

link|improve this answer
feedback

Press Alt + Enter.

That's it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown