I am an IT technician at a university. We are trying to disable Intel AMT on all of our computers due to a security vulnerability.
I tried to follow the steps in this Mitigation Guide but ran into a problem in the first step.
In an administrator CMD, I ran the following command (step 1 in guide):
ACUConfig.exe UnConfigure
This created a log file which ended with these two messages:
- (ERROR) : ACU Configurator , Category: Error message: The Intel(R) Management Engine Interface driver is not installed or cannot be accessed. (0xc000001f)
- (WARN) : ACU Configurator, Category: Exit: ***********Exit with code 2 - Intel(R) AMT is already unconfigured on this system.
I also tried the following command:
ACUConfig.exe UnConfigure /AdminPassword "password" /Full
but the result was identical.
I restarted the computer and entered the AMT settings; AMT was still enabled.
Any ideas? Any other way to disable it?
Thanks in advance.