2026-09-20
faceit, tpm, attestation, error, amd

The following explains how to perform TPM maintenance on an AMD CCBoot Super Client to troubleshoot TPM-related issues with FACEIT Anti-Cheat.

  1. Enable Super Client mode for the affected boot image.
  2. Open PowerShell as Administrator on the client.
  3. Run the following command to check the current TPM status:
    Get-CimInstance -Namespace 'root/CIMV2/Security/MicrosoftTpm' -ClassName Win32_Tpm | Invoke-CimMethod -MethodName IsReadyInformation | Format-List IsReady
  4. Run the following command to start the Windows TPM maintenance task:
    Get-ScheduledTask -TaskPath "\Microsoft\Windows\TPM\" -TaskName "Tpm-Maintenance" | Start-ScheduledTask
  5. Restart the client computer to apply the TPM maintenance.
  6. Run the TPM status command again and verify that IsReady is True.
    Get-CimInstance -Namespace 'root/CIMV2/Security/MicrosoftTpm' -ClassName Win32_Tpm | Invoke-CimMethod -MethodName IsReadyInformation | Format-List IsReady
  7. Run the following command to verify that the TPM Endorsement Key information is available:
    Get-TpmEndorsementKeyInfo -HashAlgorithm sha256
  8. Shut down the PC and disable Super Client mode after completing the procedure.
  9. Ensure that ftpm.amd.com is reachable from the client; otherwise, the procedure will not work.

Related: