Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
PowerShell ISE中未显示密码提示_Powershell_Powershell Ise - Fatal编程技术网

PowerShell ISE中未显示密码提示

PowerShell ISE中未显示密码提示,powershell,powershell-ise,Powershell,Powershell Ise,我有一个来自android SDK的可执行文件:keytool.exe 我称之为: keytool.exe -list -keystore mykeystore.ks 在cmd中执行时,可执行文件提示输入密钥库密码 在PowerShell ISE中执行时-不会发生任何事情 为什么powershell中不显示密码提示 看起来powershell ISE不支持用户promt(请参阅注释)。这是一个微不足道的工具,因为它本可以是一个非常好的工具您是在PowerShell还是PowerShell IS

我有一个来自android SDK的可执行文件:keytool.exe 我称之为:

keytool.exe -list -keystore mykeystore.ks
在cmd中执行时,可执行文件提示输入密钥库密码
在PowerShell ISE中执行时-不会发生任何事情

为什么powershell中不显示密码提示


看起来powershell ISE不支持用户promt(请参阅注释)。这是一个微不足道的工具,因为它本可以是一个非常好的工具

您是在PowerShell还是PowerShell ISE中运行它?看起来PowerShell ISE不支持它。看看这篇文章:ISE有一些非常奇怪的限制和行为。老实说,我很少使用它,因为它不能准确地表示脚本在其他任何地方运行的方式。