January 8th, 2016

PowerTip: Automatically Enable PowerShell ISE Toolbar

Doctor Scripto
Scripter

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.

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.