This is not same as change ME State to Disable.
me_cleaner delete some ME partition from BIOS - I test this on other motherboard some time ago:
root@debian:~# dir
me_cleaner-1.1 me_cleaner-1.1.zip
root@debian:~# cd me_cleaner-1.1
root@debian:~/me_cleaner-1.1# dir
1408.rom COPYING me_cleaner.py README.md
root@debian:~/me_cleaner-1.1# python me_cleaner.py -r -t -d -S -O clean_1408.rom 1408.rom --extract-me extracted_me.rom
Full image detected
The ME/TXE region goes from 0x1000 to 0x180000
Found FPT header at 0x1010
Found 15 partition(s)
Found FTPR header: FTPR partition spans from 0x94000 to 0x109000
ME/TXE firmware version 8.1.2.1318
Reading partitions list...
???? (0x000003c0 - 0x000000400, 0x00000040 total bytes): removed
FOVD (0x00000400 - 0x000001000, 0x00000c00 total bytes): removed
MDES (0x00001000 - 0x000002000, 0x00001000 total bytes): removed
FCRS (0x00002000 - 0x000003000, 0x00001000 total bytes): removed
EFFS (0x00003000 - 0x00004b000, 0x00048000 total bytes): removed
NVCL (NVRAM partition, no data, 0x00010511 total bytes): nothing to remove
NVCP (NVRAM partition, no data, 0x0000a553 total bytes): nothing to remove
NVJC (NVRAM partition, no data, 0x00004000 total bytes): nothing to remove
NVKR (NVRAM partition, no data, 0x0001257d total bytes): nothing to remove
NVSH (NVRAM partition, no data, 0x00007609 total bytes): nothing to remove
NVTD (NVRAM partition, no data, 0x00001eac total bytes): nothing to remove
GLUT (0x0004b000 - 0x00004d000, 0x00002000 total bytes): removed
MDMV (0x0004d000 - 0x000093000, 0x00046000 total bytes): removed
FTPR (0x00093000 - 0x000108000, 0x00075000 total bytes): NOT removed
NFTP (0x00108000 - 0x00017d000, 0x00075000 total bytes): removed
Removing partition entries in FPT...
Removing EFFS presence flag...
Correcting checksum (0xc7)...
Reading FTPR modules list...
UPDATE (LZMA , 0x0e065e - 0x0e081c): removed
ROMP (Huffman, fragmented data ): NOT removed, essential
BUP (Huffman, fragmented data ): NOT removed, essential
KERNEL (Huffman, fragmented data ): removed
POLICY (Huffman, fragmented data ): removed
HOSTCOMM (LZMA , 0x0e081c - 0x0e753c): removed
RSA (LZMA , 0x0e753c - 0x0ec7a2): removed
CLS (LZMA , 0x0ec7a2 - 0x0f1f45): removed
TDT (LZMA , 0x0f1f45 - 0x0f8625): removed
FTCS (Huffman, fragmented data ): removed
ClsPriv (LZMA , 0x0f8625 - 0x0f8a05): removed
SESSMGR (LZMA , 0x0f8a05 - 0x107302): removed
Relocating FTPR from 0x94000 - 0x109000 to 0x1500 - 0x76500...
Adjusting FPT entry...
Adjusting LUT start offset...
Adjusting Huffman start offset...
Adjusting chunks offsets...
Moving data...
The ME minimum size should be 98304 bytes (0x18000 bytes)
The ME region can be reduced up to:
00001000:00018fff me
Setting the AltMeDisable bit in PCHSTRP10 to disable Intel ME...
Removing ME/TXE R/W access to the other flash regions...
Extracting and truncating the ME image to "extracted_me.rom"...
Checking the FTPR RSA signature of the extracted ME image... VALID
Checking the FTPR RSA signature... VALID
Done! Good luck!
root@debian:~/me_cleaner-1.1# dir
1408.rom clean_1408.rom COPYING extracted_me.rom me_cleaner.py README.md
root@debian:~/me_cleaner-1.1#