0

First, I don't see any matches for "ISE" when I click the start button and type "ISE". I am able to run C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe and open ISE it seems to be the 64-bit, because I ran the following:

[Environment]::Is64BitProcess

and it showed the response of "True".

How can I run the 32-bit version of Powershell ISE? Where is the .exe for it? It's V 4.0 of Powershell.

NealWalters
  • 1,333
  • 8
  • 19
  • 39

1 Answers1

1

It should be located in: %systemroot%\SysWOW64\WindowsPowerShell\v1.0\

enter image description here

Greg Askew
  • 35,880
  • 5
  • 54
  • 82
  • Thanks! Any idea why it doesn't show up when I type Powershell or ISE from the Windows Start Menu. I'm at a new client, and I'm used to seeing it show up there, but at this client is doesn't. – NealWalters Dec 17 '19 at 18:56