PowerTip: Automatically Enable PowerShell ISE Toolbar

Doctor Scripto

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.

0 comments

Discussion is closed.

Feedback usabilla icon