November 10th, 2015

PowerTip: Change Font Size in PowerShell ISE

Doctor Scripto
Scripter

Summary: Learn how to change the font size in the Windows PowerShell ISE.

Hey, Scripting Guy! Question How can I use a Windows PowerShell command to change the font size in my Windows PowerShell ISE?

Hey, Scripting Guy! Answer Use the $psISE object option, and assign a new number for FontSize property, for example:

$psISE.Options.FontSize = 12

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.

Feedback