Sua consulta WMI possui caracteres de aspas inválidos.
Select AddressWidth from Win32_Processor where (AddressWidth=”64″)
Deve ser:
Select AddressWidth from Win32_Processor where (AddressWidth="64")
Ou:
Select AddressWidth from Win32_Processor where (AddressWidth='64')