Windows – How to detect NX/XD bit under Windows

central-processing-unitmemorySecuritywindows

I'm trying to find a way to detect (using software) if the system I'm on has 'No eXecute' bit capability.

Under Linux I would simply list the CPU features using /proc/cpuinfo but I found nothing in this regard on Windows. I tried CPU-Z and some other tools but none had NX bit information.

any ideas?

Best Answer

wmic OS Get DataExecutionPrevention_Available

http://support.microsoft.com/kb/912923