January 5th, 2016

PowerTip: Set Zoom Level in PowerShell ISE

Doctor Scripto
Scripter

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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.