in reply to Re^3: How to find out if it is 32bit or 64bit windows?
in thread How to find out if it is 32bit or 64bit windows?
I don't believe it's safe to assume that CPU bitness == OS bitness.
You cannot run a 64-bit build of an OS on a 32-bit processor.
You can run a 32-bit build of an OS on an (intel) 64-bit processor, but that is done by running the CPU in 32-bit compatibility mode, when for all intents and purposes, it is a 32-bit processor. So, whilst it may be possible to distinguish between the two scenarios, there is little benefit in doing so as none of the 64-bit facilities would be available to you.
Leastwise, none that I can think of.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: How to find out if it is 32bit or 64bit windows?
by ikegami (Patriarch) on Jun 24, 2011 at 15:03 UTC | |
by BrowserUk (Patriarch) on Jun 24, 2011 at 16:05 UTC | |
by Burak (Chaplain) on Jun 27, 2011 at 00:23 UTC | |
by BrowserUk (Patriarch) on Jun 27, 2011 at 02:51 UTC |