我有一个包含弹出窗口的PowerShell脚本:
($Host.UI.PromptForChoice($someParameter))
不幸的是,当弹出窗口出现时,该过程崩溃了。
仅当我尝试通过快捷方式调用此脚本时才会发生这种情况:(C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy bypass -File PathToFile -windowstyle Hidden)
有什么办法可以绕过这个问题?