This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Windows 10 Pro; TPM v1.2 working, TPM v2.0 doesn't

Our IT Techs are sending assets (laptops) back to HP for repair.  The assets came with TPM v1.2 installed and when they come back, they are loaded with TPM v2.0 and we have not been able to encrypt the disk after the change of TPM.  Is there a fix or workaround anyone knows of to resolve this issue other than to request HP place TPM v1.2 on the build they send back.

 

Thank You



This thread was automatically locked due to age.
Parents
  • Hi Joseph,

     

    Just a guess, but perhaps Windows has been prevented from taking ownership as part of the upgrade.

    On one of the affected machines:

    From an elevated Powershell windowWmic /namespace:\\root\CIMV2\Security\MicrosoftTpm path Win32_Tpm get /value

    If it comes back, IsOwned InitialValue=False, run the following command from an elevated Powershell window Enable-TpmAotoProvisioning Enable

    Then try to encrypt again.

    Might work, might not.

Reply
  • Hi Joseph,

     

    Just a guess, but perhaps Windows has been prevented from taking ownership as part of the upgrade.

    On one of the affected machines:

    From an elevated Powershell windowWmic /namespace:\\root\CIMV2\Security\MicrosoftTpm path Win32_Tpm get /value

    If it comes back, IsOwned InitialValue=False, run the following command from an elevated Powershell window Enable-TpmAotoProvisioning Enable

    Then try to encrypt again.

    Might work, might not.

Children