Quantcast
Channel: Devolutions Forum - Recent Posts
Viewing all articles
Browse latest Browse all 19717

Topic "Powershell tab" a message from Peter Cermak

$
0
0
Just a hint (play aroung with the values):
 $Host.UI.RawUI.BufferSize = new-object System.Management.Automation.Host.Size 227,9999 
$Host.UI.RawUI.WindowSize = new-object System.Management.Automation.Host.Size 227,93

might be added to your $Profile (<User Dir>\\WindowsPowerShell\Microsoft.PowerShell_profile.ps1)

Viewing all articles
Browse latest Browse all 19717

Trending Articles