Trying to enable full AMT on Optiplex 7010 Micro (2023)

I just read many of the posts in this forum about enabling AMT and using a programmer.

Here is an example

The process is identical to cleaning/ reinitializing a ME firmware described here for CSME versions 2 - 15 with changing the settings for AMT in addition before saving yje original configuration.

CSME 16 looks a little different, but it’s practically just the same.

@lfb6

I am just reading through that link as you posted.

I have ran the following commands:

FPTW64.exe -D 7010-FPT-BIOS-1.bin -BIOS

FPTW64.exe -D 7010-FPT-ME-1.bin -ME

FPTW64.exe -D 7010-FPT-FD-DESC-1.bin -DESC

So I have extracted the Bios, ME and FD.

I also ran the command

FPTW64.exe -i

The output was as follows:

Intel (R) Flash Programming Tool Version: 16.1.25.2049
Copyright (C) 2005 - 2022, Intel Corporation. All rights reserved.

Reading HSFSTS register... Flash Descriptor: Valid

    --- Flash Devices Found ---
    ID:0xC84018    Size: 16384KB (131072Kb)
    ID:0xC84019    Size: 32768KB (262144Kb)

    --- Flash Image Information --
    Signature: VALID
    Number of Flash Components: 2
        Component 1 - 16384KB (131072Kb)
        Component 2 - 32768KB (262144Kb)
    Regions:
        DESC           - Base: 0x00000000, Limit: 0x00000FFF
        BIOS           - Base: 0x01000000, Limit: 0x02FFFFFF
        CSME           - Base: 0x00103000, Limit: 0x00A70FFF
        GbE            - Base: 0x00101000, Limit: 0x00102FFF
        PDR            - NOT PRESENT
        EC             - Base: 0x00001000, Limit: 0x00100FFF
    Master Region Access:
        BIOS           - ID: Read: 0x000F, Write: 0x000A
        CSME           - ID: Read: 0x000D, Write: 0x0004
        GbE            - ID: Read: 0x0009, Write: 0x0008
        EC             - ID: Read: 0x0101, Write: 0x0100

Total Accessible SPI Memory: 49152KB, Total Installed SPI Memory: 49152KB

Since I have the software tools I need now, ill read the that doc and go through the steps.