PowerTip: Change Font Size in PowerShell ISE

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon