ASUS TPM DISABLE
.
INTEL 00:00 & AMD 01:20
IN CASE YOU CAN'T DISABLE TPM:
Open powershell as admin, and execute the following commands:
Get-BitLockerVolume
IF PROTECTION STATUS IS ON:
Disable-BitLocker -MountPoint "C:"
IF OFF, OR YOU DISABLED BITLOCKER, DO:
Disable -TpmAutoProvisioning
Clear-Tpm < clears hash
This will make sure TPM cannot be queried/read/banned.