How can I make the `cmd.exe` window full-screen in Windows 7? [duplicate]
How can I make the cmd.exe
window full-screen in Windows 7?
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.
- Open a command prompt (cmd.exe)
- From inside the command prompt window, run wmic
- Right-Click the title bar of the command prompt window and select Properties
- Check QuickEdit Mode
- 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.