Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Zoom the PowerShell ISE

$
0
0

Summary: Use a Windows PowerShell command to increase zoom in the Windows PowerShell ISE.

Hey, Scripting Guy! Question How can I increase the zoom level in a script that I use to set up the Windows PowerShell ISE before presentations?

Hey, Scripting Guy! Answer Use the $host object and the PrivateData object, and set the zoom size to greater than 100.
           Here is an example that sets the zoom to 150 percent:

$Host.PrivateData.Zoom = 150


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>