PowerTip: Set Zoom Level in PowerShell ISE

Doctor 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

0 comments

Discussion is closed.

Feedback usabilla icon