首先,当我单击开始按钮并输入“ISE”时,我没有看到“ISE”的任何匹配项。我能够运行 C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe 并打开 ISE,它似乎是 64 位的,因为我运行了以下命令:
[Environment]::Is64BitProcess
它显示了“True”的响应。
如何运行 32 位版本的 Powershell ISE?它的 .exe 在哪里?这是Powershell的V 4.0。
首先,当我单击开始按钮并输入“ISE”时,我没有看到“ISE”的任何匹配项。我能够运行 C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe 并打开 ISE,它似乎是 64 位的,因为我运行了以下命令:
[Environment]::Is64BitProcess
它显示了“True”的响应。
如何运行 32 位版本的 Powershell ISE?它的 .exe 在哪里?这是Powershell的V 4.0。
它应该位于:%systemroot%\SysWOW64\WindowsPowerShell\v1.0\