How-to: determine 64-bitness of Windows? [closed]
- by warren
Possible Duplicate:
Tell the version of Windows XP (64-bits or 32-bits)
Is it possible to determine whether a given installation of Windows is 32- or 64-bit? From right-clicking on My Computer, and selecting Properties, it appears that such information is not readily available.
Typing ver at the command prompt also doesn't seem to return anything about the nature of the platform in which it is installed.
Under Linux, I'd use uname -a to find out what kernel was running. Is there an analog on Windows?