How do I fix a missing tpm driver

KIEL PALENTINOS 0 Reputation points
2024-09-01T10:45:06.44+00:00

User's image

I use a non microsoft software/app, It's called snappy driver intaller, and It's for downloading a missing driver and just a tool for easier access. so back to the question how do I fix this missing driver? Im just trying to update to tpm2.0 to use windows 11. the tpm is enable in bios but It's not showing in device manager or tpm.msc User's image

this is my specs if anyone is asking
i5-8250u with a igpu uhd 620
8gb or dd4 ram

Windows development | Windows Driver Kit (WDK)
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-09-02T01:17:09.29+00:00

    Hi KIEL PALENTINOS,

    In Device Manager, right-click on Trusted Platform Module 2.0 and select Update driver. Choose Search automatically for drivers. Windows will automatically download and install the latest version of the TPM 2.0 driver.

    If updating the driver doesn't work, see if the System File Checker utility can fix the issue. Open CMD as administrator and run the following commands

    DISM.exe /Online /Cleanup-image /Restorehealth
    sfc /scannow
    

    Then uninstall the TPM device in device manager and reboot to try again.

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.