Macro Name: @OSArch
Returns one of the following: "X86" (32 Bit), "IA64", "X64" (64 Bit) - this is the architecture type of the currently running operating system.
Example is provided below:
Returns one of the following: "X86" (32 Bit), "IA64", "X64" (64 Bit) - this is the architecture type of the currently running operating system.
Example is provided below:
#include <MsgBoxConstants.au3>
;Display OS Architecture
MsgBox($MB_SYSTEMMODAL, "OS Architecture", @OSArch)
;Display OS Architecture
MsgBox($MB_SYSTEMMODAL, "OS Architecture", @OSArch)
- AutoIt - Get CPU Architecture - x86 (32 Bit) Or x64 (64 Bit)
- AutoIt - Get Operating System
- AutoIt - Get OS Service Pack
- AutoIt - Get Computer Name
- AutoIt - Get OS Language
- AutoIt - Get Keyboard Layout
- AutoIt - Get Multi Language Name
- AutoIt - Get currently logged on user name
- AutoIt - Get Display Height (Vertical Resolution) and Width (Horizontal Resolution)
- AutoIt - Get Display Depth (Color quality)
- AutoIt - Get Display Refresh Rate
- AutoIt - Get IP Address
Interesting? Share and Let Others Know.
Post a Comment