Download Linux Mint on your usb stick:
Linkleri görebilmek için kayıt olmanız gerekmektedir
win+r -> tpm.msc -> clear/delete tpm
Boot into your bios
Clear TPM in your Bios - If you dont have it, dont worry about it
DO NOT BOOT INTO YOUR WINDOWS! - if you did you need to repeat the steps above
Make sure Secureboot is disabled -> Boot into your linux (usb)
Open Linux terminal and type the following commands:
1- apt update && upgrade
2- sudo su
3- apt install tpm2-tools
4- tpm2_clear
5- tpm2_createprimary -C e -g sha256 -G rsa -c primary.ctx
6- tpm2_readpublic -c primary.ctx -f pem -o endorsement_pub.pem
7- tpm2_createprimary -C e -g sh1 -G rsa -c primary.ctx
8- tpm2_createprimary -C e -g MD5 -G rsa -c primary.ctx
(if you get an error on this command you can ignore it)
final command (this replaces tpm):
tpm2_evictcontrol -C o -c primary.ctx 0x81010001
Now boot into Windows and check your tpm hash
This is limited to algorythms so dont waste it all.
Other algorythms:
sh1 sha256, <----- most mbs only support these | rsa1024, rsa2048, rsa3072, rsa4096 rsaecc192, ecc224, ecc256, ecc384, ecc521, ecc_sm2 and ecc
Here you have free 70-80 tpm "spoofs" for free