PowerShell ISE Scripts - Saving your favorites
-
So this is really just a general question for anyone who might have something that works well for them.
I have a few PowerShell ISE Scripts that I run pretty regularly, and I'm a bit lazy at remembering where I have them stored. Using the context menu of "recent" doesn't really work for what I'm looking for.
So is there an application or setting in PowerShell ISE that can automatically open a group of scripts, but not execute them each time I open PowerShell ISE?
-
Any issues with putting them in a central repository and running/opening them from there?
-
No none, but still I run them so often that I don't want to go and open them to then run them.
I just want them to be there, like Google Chrome when you close down.
You tell it what tabs you want open each time, and it'll re-open them.
-
You're not alone. You have to hack the functionality in, but it can be done: http://blog.danskingdom.com/powershell-ise-multiline-comment-and-uncomment-done-right-and-other-ise-gui-must-haves/.
-
@Kelly said:
You're not alone. You have to hack the functionality in, but it can be done: http://blog.danskingdom.com/powershell-ise-multiline-comment-and-uncomment-done-right-and-other-ise-gui-must-haves/.
Hell's yeah!
Works wonderfully.