The 0x80190109 / 0x80190190 Azure AIK enrollment failure on Intel CSME platforms happens because Microsoft's cloud attestation endpoints are failing to validate the Endorsement Key (EK) certificate chain provided by your built-in Intel PTT firmware. Even though Windows reports the TPM is ready, Call of Duty's anti-cheat engine requires a fully verified hardware trust chain, which breaks if the local certificate issued by Intel is either missing from Microsoft’s cloud lookup directory or corrupted in the firmware layer.
To clear this on the client side, you need to force Windows to completely clear and re-provision the TPM identity:
Clear the TPM completely: Open Windows Security, navigate to Device Security > Security Processor Details > Security Processor Troubleshooting, and select Clear TPM. Your PC will restart; make sure you have any Windows BitLocker recovery keys backed up before doing this.
Force Certificate Re-Enrollment via PowerShell: After the reboot, open PowerShell as an Administrator and execute the command Enroll-TpmAeCsr (or run certreq -enrollaik -config "" in an elevated prompt) to force Windows to request a fresh, clean attestation identity key token directly from the Microsoft cloud endpoints.
Verify Intel ME Driver State: If the cloud still rejects the certificate chain, the issue stems from an outdated Intel Management Engine Interface component. Navigate to your ASUS TUF Z790-PLUS motherboard support page, explicitly download and install the standalone Intel ME Consumer Driver Package (do not rely on standard Windows Update versions), and re-run the attestation check.