Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当我执行 gui powershell 脚本时,除了 gui form 之外,还会出现背景窗口(命令窗口);如何消除它,我应该以任何不同的方式执行脚本吗?
-> 如果对此有任何其他问题,请告诉我。
尝试使用参数创建一个调用脚本的快捷方式-windowstyle:
-windowstyle
powershell.exe -sta -WindowStyle Hidden ".\myGUIscript.ps1"
此运行 powershell 控制台然后关闭它,但让 GUI 继续他的工作