PowerTip: Set the PowerShell ISE Zoom Level

Doctor Scripto

Summary: Use a Windows PowerShell command to set the ISE zoom level.

Hey, Scripting Guy! Question How can I ensure that the Windows PowerShell ISE zoom level is set to 100 percent all the time?

Hey, Scripting Guy! Answer Use the $psISE options, and set the zoom level in your ISE profile:

$psISE.Options.Zoom = 100

0 comments

Discussion is closed.

Feedback usabilla icon