Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.

For powershell version:powershell 2.0 and 4.0 Is

Is there a command used set the screenbuffersizescreenbuffersize of powershell console. I?

I need to set the property of powershell console, not default size. I have tried the below command. reg add "HKEY_CURRENT_USER\Console" /t REG_DWORD /v ScreenBufferSize /d 0x07d003e8 /f thank for your help.

reg add "HKEY_CURRENT_USER\Console" /t REG_DWORD /v ScreenBufferSize /d 0x07d003e8 /f 

version:powershell 2.0 and 4.0 Is there a command used set the screenbuffersize of powershell console. I need to set the property of powershell console, not default size. I have tried the below command. reg add "HKEY_CURRENT_USER\Console" /t REG_DWORD /v ScreenBufferSize /d 0x07d003e8 /f thank for your help.

For powershell version: 2.0 and 4.0

Is there a command used set the screenbuffersize of powershell console?

I need to set the property of powershell console, not default size. I have tried the below command.

reg add "HKEY_CURRENT_USER\Console" /t REG_DWORD /v ScreenBufferSize /d 0x07d003e8 /f 
Source Link

set the screenbuffersize of powershell console using cmd

version:powershell 2.0 and 4.0 Is there a command used set the screenbuffersize of powershell console. I need to set the property of powershell console, not default size. I have tried the below command. reg add "HKEY_CURRENT_USER\Console" /t REG_DWORD /v ScreenBufferSize /d 0x07d003e8 /f thank for your help.