批处理:%PROCESSOR_IDENTIFIER:~0,3%

PowerShell:([Array](Get-WmiObject -Query "select AddressWidth from Win32_Processor"))[0].AddressWidth

PowerShell3.0:[System.Environment]::Is64BitOperatingSystem