How to determine if a processor supports Intel Anti-Theft Technology?

From http://ark.intel.com I can find which processors support it. But how to determine this programmatically? (C ++, C #).

In the case of Intel chipsets, I found that FVEC2 (function vector register) is used to determine if Anti-Theft is enabled or disabled.

+5
source share
3 answers

There are several scenarios that will tell you if your system supports:

" " . , Intel® Anti-theft MEI. MEI, . , , MEI, Intel® Anti-Theft.

SCS Discovery Tool: "" , SCS Discovery. , "". : MEI Driver/version, LMS UNS , ME , , Intel AMT, Intel Anti-Theft, .. XML.

SCS Discovery , .

+1

In addition to the tools listed by ChileAddict, from SCS v9.0, another tool called PlatformDiscovery is included in the SCS download package. This tool provides a summary of Intel's platform capabilities, including the availability (and version) of Anti-Theft.

0
source

All Articles