PROCESSOR_ARCHITECTURE returns AMD64 in some 32-bit processes
I ran into a bizarre scenario where a 32 bit process claims that its PROCESSOR_ARCHITECTURE is AMD64, causing failure in components that make decisions based on that flag. I isolated it to these …