首先,当我单击开始按钮并输入“ISE”时,我没有看到任何与“ISE”匹配的内容。我可以运行 C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe 并打开 ISE,它似乎是 64 位的,因为我运行了以下命令:
[Environment]::Is64BitProcess
并显示“真实”的答案。
我如何运行 32 位版本的 Powershell ISE?它的 .exe 在哪里?它是 Powershell 的 V 4.0。
首先,当我单击开始按钮并输入“ISE”时,我没有看到任何与“ISE”匹配的内容。我可以运行 C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe 并打开 ISE,它似乎是 64 位的,因为我运行了以下命令:
[Environment]::Is64BitProcess
并显示“真实”的答案。
我如何运行 32 位版本的 Powershell ISE?它的 .exe 在哪里?它是 Powershell 的 V 4.0。