Check for 32 bit vs 64 bit Microsoft OS in Windows Batch File

This is a usable example showing how to check for a 32 bit OS vs a 64 bit OS in MS windows within a batch file. This is very useful when deploying certain applications through MS Group Policy. Example from a .bat file: @echo off Set RegQry=HKLMHardwareDescriptionSystemCentralProcessor REG.exe Query %RegQry%… Continue reading