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

PowerTip: Automatically Enable PowerShell ISE Toolbar

$
0
0

Summary: Ensure that the Windows PowerShell ISE toolbar is always enabled.

Hey, Scripting Guy! Question How can I use Windows PowerShell to turn on the ISE toolbar?

Hey, Scripting Guy! Answer Turn on the toolbar with the following command:

$psISE.Options.ShowToolBar=$True

To turn it off, change the value to $False.


Viewing all articles
Browse latest Browse all 3333

Trending Articles