How Can I Get 64-Bit PowerShell?

0
5
Asked By CuriousCoder92 On

I've been trying to locate the 64-bit version of PowerShell but haven't had much luck. A coworker claimed that it hasn't been released yet, and I want to find out if that's true or if there's been a rebranding. Has 64-bit PowerShell or something similar been launched under a different name?

1 Answer

Answered By TechnoWizard7 On

PowerShell Core is actually 64-bit by default. The version you run can be 32 or 64-bit depending on whether you launch the shell from the system32 folder (64-bit) or the syswow64 folder (32-bit). So there's a good chance you're already on the 64-bit version if you're using Windows.

SkepticalUser45 -

Wait, they're mixed up? 64-bit in system32? That's surprising!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.