Search notes:

Determine if a computer has 64 bit CPU/OS

Windows

Command line

With PowerShell, the following expression returns True if Windows is running in a 64-bit environment
[environment]::Is64BitOperatingSystem

Index