How can I configure a scroll bar on my command window?

John Savill

January 8, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. It is possible to increase the line buffer for the command windows above the normal 25. To change the "history" perform the following:

  • Start a command session (cmd.exe)

  • Right click on the title bar and select Properties

  • Click the Layout tab

  • In the "Screen Buffer Size" section increase the Height value

  • Click OK

  • You will be asked "Apply properties to current windows only" or "Save properties for future windows with same title". Select the later and click OK

You will now see a scroll bar on side of your command window. You would also have seen under the properties you can change the default starting location for command windows.

What the above actually does is create HKEY_CURRENT_USERConsoleE:_WINNT_System32_cmd.exe key with a value ScreenBufferSize where the first part is the buffer height in hexadecimal.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like