PowerTip: Set Zoom Level in PowerShell ISE

The Scripting Guys

Dr Scripto

Summary: Automatically set the zoom level in the Windows PowerShell ISE.

Hey, Scripting Guy! Question How can I programmatically adjust the zoom for my font size in the Windows PowerShell ISE?

Hey, Scripting Guy! Answer Set the Zoom property—for example, to adjust the font to 150%, run:

$pSISE.Options.Zoom=150

The Scripting Guys
Dr Scripto

Follow Dr Scripto   

No Comments.