May 30th, 2014

PowerTip: Set the PowerShell ISE Zoom Level

Doctor Scripto
Scripter

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

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.