无法在 Webstorm 中以管理员身份运行 PowerShell

无法在 Webstorm 中以管理员身份运行 PowerShell

我正在尝试弄清楚如何以嵌入在 Webstorm 中的管理员身份运行 PowerShell。我可以在 Webstorm 中以非管理员身份运行 PowerShell,但当我尝试在 Webstorm 中以管理员身份运行 PowerShell 时,出现以下错误:

java.io.IOException: Couldn't create PTY

我尝试了以下方法:

1)创建PowerShell的快捷方式,将PowerShell快捷方式设置为以管理员身份运行,启动Webstorm,将终端路径设置为PowerShell快捷方式,保存并重启Webstorm,打开Webstorm并启动嵌入式PowerShell。

2) 与上述相同,但我确实同时将 Webstorm 和 PowerShell 设置为以管理员身份运行。这两者都给出了与上述相同的错误。

相关内容