27

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.

slhck
  • 235,242
user81430
  • 539

4 Answers4

30

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.

iglvzx
  • 23,818
13

You might want to try typing:

mode 120,100

Should widen it significantly.

slhck
  • 235,242
Paperlantern
  • 3,722
10

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.

iglvzx
  • 23,818
Hamed
  • 5,833
1

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

Lazy Badger
  • 3,714