Change the command prompt screen buffer size and transparency level: the size of the command prompt’s screen buffer is expressed in terms of a coordinate grid based on character cells. In other words, every time you open the command prompt, you’ll notice that there will be several pages of empty lines below the text input, and these “empty lines” are the rows in the screen buffer that haven’t been filled with output yet. Microsoft sets the default screen buffer size to 300 lines, but you can easily change it to whatever you want.
Similarly, you can also adjust the transparency level of the Command Prompt window by adjusting its opacity. All of these settings can be adjusted within the Command Prompt properties window without using any third-party tools. So, without wasting any time, let us see How to Change Command Prompt Screen Buffer Size and Transparency Level with the help of below guide.
Change the command prompt screen buffer size and transparency level
Make sure to create a restore point in case something goes wrong.
Method 1: Change the size of the Command Prompt screen buffer in Windows 10
1.Press Windows Key + X then select Command Prompt (Admin).
two. right click on the bar from title from the command prompt and select Properties.
3. Switch to the Layout tab, and then in » screen buffer size «, make any adjustments you want to the Width and Height attributes.
4. Once you’re done, just click OK and close everything.
Method 2: Change the transparency level of Command Prompt in Windows 10
1.Press Windows Key + X then select Command Prompt (Admin).
two. right click on the bar from title from the command prompt and select Properties.
3.Make sure to switch to the Colors tab and then under Opacity move the slider to the left to decrease the opacity and to the right to increase the opacity.
4. Once you are done, click OK and restart your PC.
Method 3: Change Command Prompt Screen Buffer Size in Windows 10 Using “Mode” Command
Note: The The screen buffer size set with this option will only be temporary, and as soon as you close the command prompt, your changes will be lost.
1.Press Windows Key + X then select Command Prompt (Admin).
2. Type the following command in cmd and press Enter:
mode with
Note: As soon as you hit Enter, it will display the CON device status, where Lines means height size and Columns means width size.
3.Now for change the current size of the command prompt screen buffer, enter the following command and press Enter:
mode with: cols = Width_Size lines = Height_Size
Note: Replace “Width_Size” with the value you want for the screen buffer width size and “Height_Size” with the value you want for the screen buffer height size.
For example: mode with: cols = 90 lines = 30
4.Once finished, close Command Prompt.
Method 4: Change Command Prompt Transparency Level in Windows 10 Using Keyboard Shortcut
Press Windows Key + X and then select Command Prompt (Admin). Now press and hold down the Ctrl + Shift keys together and then scroll the mouse wheel up to decrease the transparency and scroll the wheel of the mouse down to increase transparency.
Decrease transparency: CTRL + SHIFT + Plus (+) or CTRL + SHIFT + mouse scroll up
Increase transparency: CTRL + SHIFT + Minus (-) or CTRL + SHIFT + mouse scroll down
Recommended:
- Enable or disable Mouse ClickLock in Windows 10
- Easily access color and appearance in Windows 10
- Enable or disable color filters in Windows 10
- Enable or disable legacy console for Command Prompt and PowerShell in Windows 10
That’s all you’ve successfully learned How to Change Command Prompt Screen Buffer Size and Transparency Level in Windows 10, but if you still have any questions regarding this post then feel free to ask in the comment section.