Check if Windows is 64-bit Using Powershell
1PS C:\> [Environment]::Is64BitProcess
2PS C:\> [Environment]::Is64BitOperatingSystem
both will return "True" if you're on a 64 bit Windows. See https://stackoverflow.com/questions/31977657/determining-32-64-bit-in-powershell