Is there a way to detect whether the OS is 32 bit or 64 bit?
I was thinking I could check for the registry node:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node
But there could be an easier way...
Thoughts?
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Is there a way to detect whether the OS is 32 bit or 64 bit?
I was thinking I could check for the registry node:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node
But there could be an easier way...
Thoughts?