I used PoshGUI to help me create what for lack of better wording I’m calling a front-end for a PS script.
I need to be able to give this out for non-it users to run. At the moment, when i run my script from the ISE window, everything is perfect. However, when I right-click and “run with Powershell” i have an issue in that it brings up a big black Powershell box as well as my GUI. I used this site to convert it to an exe, and the same happens.
What can i do to just make the GUI appear on it’s own without the additional PS window.
The code i used can be found here
How do I get rid of this extra little window?!
Thanks in advance
submitted by /u/danblank000
[link] [comments]
The post Help running PS Script with “front-end” appeared first on How to Code .NET.