The processor architecture of the processor supported by the target computer, not the current processor architecture that is running. For example, when running a 32-bit-compatible operating system on a 64-bit processor, CapableArchitecture will indicate that the processor architecture is 64 bit.

Use the Architecture property to see the processor architecture that is currently running.

Note   This property is dynamically set by the MDT scripts and is not configured in CustomSettings.ini or the MDT DB. Treat this property as read only.

 

Property configured by

 

 

Property applies to

 

BootStrap.ini

 

 

LTI

˜

CustomSettings.ini

 

 

 

 

MDT DB

 

 

ZTI

˜

 

Value

Description

x86

Processor architecture is 32 bit.

x64

Processor architecture is 64 bit.

 

Example

None

 

Related Topics

Property Definition