Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

How can I widen the Windows 7 Command Prompt window?

Writer Matthew Martinez

How can I widen the Windows 7 command prompt window?

It's fixed at 80 columns in width and dragging the window edges won't let me make it any bigger than that.

1

4 Answers

Yes. To change the screen buffer or window size:

  • Click the icon at the left of the title bar.

  • Click Properties (or Defaults for persistent properties) Thanks @Scott

    Properties

  • Go to the Layout tab

  • Change the settings accordingly

    Layout

  • Click OK to save.

3

You might want to try typing:

mode 120,100

Should widen it significantly.

2

Type this on command line:

mode con:cols=140 lines=70

Where 140 is the width in columns and 70 is the height in lines.

0

You can try Console2 on top of cmd.exe, which have (except other things) resizeable window

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy