Windows - Cpu (Instruction Set Architecture and word size - 32 or 64 Bit)

Windows 95 Wallpaper Version

About

Computer - Central processing unit (CPU) in Windows showing particularly:

In a 64 bit environment, you will find two environment by word size:

  • a 64 bit
  • and a 32 bit

You may then not able to see:

  • registry key
  • ODBC DSN connection

Just because when you start the default software it will be in a 64 bit form.

Just start the same software in the 32 bit directory and you will see them.

Management

Windows Operating System Location

Executable location by words size.

word size Mode Location
64 bit 32 bit C:\WINDOWS\SysWOW64
64 bit 64 bit C:\WINDOWS\system32
32 bit 32 bit C:\WINDOWS\system32

How to get the architecture and word size

Environment variable

Windows - Environment Variable

echo %PROCESSOR_ARCHITECTURE%
AMD64

AMD64 is a synonym for a x86-64 processor

This is a x86 architecture with a 64 bit word

Registry

Windows - Registry

To check the processor architecture, you have to:

  • open the registry. Tape regedit.exe in a command line (shell)
  • go to the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
  • and check the value of PROCESSOR_ARCHITECTURE.

ie the following windows registry value:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\PROCESSOR_ARCHITECTURE

Windows Processor Architecture Registry

System Information

Windows - System Information

msinfo32.exe has a “System Type” field.

In a command shell:

msinfo32

Msinfo System Type





Discover More
Cpu Moore Law Transistor
CPU - Word size (8, 16, 32 and 64-bit)

The bits number of a processor represents the size of a word. The number of bits in a word (the word size, word width, or word length) is an important characteristic of any specific computer architecture....
Cpu Moore Law Transistor
Computer - Central processing unit (CPU)

A CPU is just a device name that indicate a device that controls a computer system. A CPU is also known as: a or The fundamental operation of most CPUs, regardless of the physical form they take,...
Card Puncher Data Processing
Instruction Set Architecture (ISA)

An describe the computer architecture at the highest level. It's the design of an environment that implements an instruction set. An ISA is implemented by a programmable device, the most common being...
Javaservice Registry
Java - Javaservice - Creation of a Windows Service

On Windows, when the machine fails and/or is rebooted, your application is unavailable for remote commands until a user logs in and starts it. As an solution, you can configure your process : as a...
Obiee Oc4j Run Registry
Obiee - How to suppress OC4J Command Window that launches when you log on ?

With a standard installation, an automatic startup of an OC4J console is created in the Windows registry. To disable the OC4J start up Command Window when you log on to Windows, you must remove/or...
Windows Processor Architecture Registry
Windows - Cpu (Instruction Set Architecture and word size - 32 or 64 Bit)

in Windows showing particularly: the and word size a 64 bit and a 32 bit registry key ODBC DSN connection Executable location by words size. word size Mode Location 64...



Share this page:
Follow us:
Task Runner