Skip to main content

Posts

Showing posts from May, 2013

How can you know your windows operating system 32 or 64 bits using cmd?

To know your operating system type if it is 32 or 64 bits using DOS, you can do the following: Open cmd: Start > All Programs > Accessories > command prompt. Type the following:   echo %PROCESSOR_ARCHITECTURE%   o r   echo %ARCH% References:  How to solve computer. StakeOverflow .