Windows 10: Windows Command Prompt Window Buffer Size won't change

Discus and support Windows Command Prompt Window Buffer Size won't change in Windows 10 Customization to solve the problem; Every time I open my Command Prompt and look at the Layout Tab in Properties, it will always have the Screen Buffer Size height equal to 30, even if I... Discussion in 'Windows 10 Customization' started by SomewhatWhelmed, Jan 31, 2021.

  1. Windows Command Prompt Window Buffer Size won't change


    Every time I open my Command Prompt and look at the Layout Tab in Properties, it will always have the Screen Buffer Size height equal to 30, even if I previously set it to something else. In the Defaults window I set it to 9999 but it doesn't seem to do anything. I have even set the height to 999 in the Command Prompt shortcut properties, but it still doesn't work. I checked the Registry Key for HKEY_CURRENT_USER\Console and set the ScreenBufferSize for it and everything in it, so that the Height would be 999 and it still doesn't seem to work. This issue mostly bothers me because when using Visual Studio, my console window also opens with default height 30, so I lose most of my output.

    :)
     
    SomewhatWhelmed, Jan 31, 2021
    #1
  2. ddelo Win User

    Change Command Prompt Screen Buffer Size in Windows


    Shawn, just a note, for Option 2.

    The command:
    mode con:cols=<Width Size> lines=<Height Size>
    or
    mode <Width Size>, <Height Size>

    has a slight problem, which you have already noted “the width size you set under Screen Buffer Size will also be applied to the width size under Window Size”.

    So if somebody just wants to change the Screen Buffer Size (Height size) without altering the size of the window the only solution I found was to run from the command prompt, the following PS commands, as PowerShell can alter just the buffer size, without changing the window size:

    Code:
    Code:
    %SystemRoot%\system32\WindowsPowerShell\v1.0\PowerShell.exe -ExecutionPolicy ByPass -NonInteractive -Command "& {$NewBufferSize=$Host.UI.RawUI.BufferSize;$NewBufferSize.Height=3000;$Host.UI.RawUI.BufferSize=$NewBufferSize;}"
    OR
    Run the bat file Change_Buffer_Size.bat

    This will open a PS session, change the Screen Buffer Size of the current Command Prompt window, and will close, without the user noticing anything.
     
    ddelo, Jan 31, 2021
    #2
  3. Resizing Command Prompt

    Hello,

    Thank you for your patience on this issue.

    From the description provided, I understand that you want to change the font settings used in Windows Command prompt.

    Please follow the below steps.

    1. To open command prompt, type "cmd" in the Search Bar and press Enter.

    2. Right-click on the top (the title bar) of the command prompt window and select "Properties". 3. When you open the "Options" tab, check "Quick Edit Mode".

    4. Click on the "Layout" Tab. You will see two sets of options: "Window size" and "Screen buffer size".
    • Window size controls the size of the window you're working with.
    • Screen buffer size controls what's kept in your computer's buffer memory while you're running the command prompt, which can be up to 9999. It can be viewed using the scroll bar on the side of the window.
    5. Set a proper buffer size according to how much space you will need to keep at any given time.

    6. Choose the color of your text, background screen, and pop-up windows by selecting the "Colors" tab.

    7. Open the "Font" tab to choose the font you would like to use

    Hope the above information was helpful. If you need further information, please feel free to write to us and we will be glad to help you.

    Thank You
     
    Sayan_Ghosh, Jan 31, 2021
    #3
  4. Windows Command Prompt Window Buffer Size won't change

    Command prompt font size is tiny and can't be changed

    Hi,

    To resolve your concern regarding the Command Prompt font, follow the steps below:

    • Right click on the Start button on your computer.
    • Select Command Prompt (Admin).
    • Type sfc /scannow, and then press Enter.
    • Wait for the scan to finish.
    • Try changing the font size again.

    Let us know how it goes.
     
    Ruizell Rey, Jan 31, 2021
    #4
Thema:

Windows Command Prompt Window Buffer Size won't change

Loading...
  1. Windows Command Prompt Window Buffer Size won't change - Similar Threads - Command Prompt Window

  2. No buffer using command prompt for telnet Windows 11

    in Windows 10 Gaming
    No buffer using command prompt for telnet Windows 11: Hello,I notice when using Command Prompt in Windows11 that after you telnet to a device there is no buffercan't scroll back to previous output. If I just stay within command prompt everything works fine and the buffer is there. This never was the case with Windows10. Is there...
  3. No buffer using command prompt for telnet Windows 11

    in Windows 10 Software and Apps
    No buffer using command prompt for telnet Windows 11: Hello,I notice when using Command Prompt in Windows11 that after you telnet to a device there is no buffercan't scroll back to previous output. If I just stay within command prompt everything works fine and the buffer is there. This never was the case with Windows10. Is there...
  4. Unable to change -Command Prompt - To :- Elevated Command Prompt

    in Windows 10 BSOD Crashes and Debugging
    Unable to change -Command Prompt - To :- Elevated Command Prompt: Having problem installing updates windows 10 64bit - version 2004 -- need to access command prompt as an Administrator to try to fix. Any ideas ?...
  5. cancel the effect of Windows upgrade on Command prompt window size

    in Windows 10 Support
    cancel the effect of Windows upgrade on Command prompt window size: Before the upgrade to v1909, a batch file that would save a spreadsheet to two locations, then close Excel, used to open a 'DOS' window that was unobtrusively small. Now, the window stretches from the bottom to the top of the screen. It does not last long enough for me to...
  6. Command Prompt Experimental changes

    in Windows 10 Support
    Command Prompt Experimental changes: Anyone figured out a use for the Opacity setting for Command Prompt on the Experimental tab? I've tried it at many different settings and I just can't see a use for it. 2127
  7. Change PowerShell To Command Prompt

    in Windows 10 Support
    Change PowerShell To Command Prompt: How do you change from PowerShell to Command Prompt using file explorer ? 104838
  8. Command Prompt Won't Close

    in Windows 10 Support
    Command Prompt Won't Close: Ok, so on my Dell Latitude E6520 laptop, I can open command prompt (Normal and Admin), but can not close any of the CMD windows I open unless I go through the Task Manager and shut them down. I do not have that issue on my desktop, which is also running Windows 10 Pro. Is...
  9. Change Command Prompt Screen Buffer Size in Windows

    in Windows 10 Tutorials
    Change Command Prompt Screen Buffer Size in Windows: How to: Change Screen Buffer Size of Console Window in Windows How to Change Screen Buffer Size of Console Window in Windows A console (or "terminal) is an application that provides I/O to character-mode applications. For example: Linux The screen buffer size of a...
  10. Command Prompt won't open

    in Windows 10 Support
    Command Prompt won't open: Hi, whenever I try to open the Command Prompt in Win10 (cmd.exe) I get the following pop up: cmd.exe - Application Error The Application was unable to staart correctly (0XCoooo142). Click OK to close the application. I should add this was an upgrade to Win10 Any help...