How to I know if my Travel mate P259-M has a TPM chip for Windows 11?

Alterego_9
Alterego_9 Member Posts: 4 New User
edited September 2021 in Windows 11
Hello, I am curious about this new Windows 11 that has just been enunciated, my friend just got it, but she told me to wait till the official launch day, I searched in their website and there is this specification TPM v2, someone could explain what it means and why they are requiring it, sorry if is a silly question, I am new for all of this. Where can I find out if the P259-M has it?

Best Answer

  • Leostat
    Leostat ACE Posts: 3,043 Pathfinder
    edited July 2021 Answer ✓
    Easy way, open up powershell as admin and type 
    get-tpm

    You will get some output ala

    PS C:\WINDOWS\system32> get-tpm


    TpmPresent                : True
    TpmReady                  : True
    TpmEnabled                : True
    TpmActivated              : True
    TpmOwned                  : True
    RestartPending            : True
    ManufacturerId            : 1095582720
    ManufacturerIdTxt         : AMD
    ManufacturerVersion       : 3.42.0.5
    ManufacturerVersionFull20 : 3.42.0.5

    ManagedAuthLevel          : Full
    OwnerAuth                 :
    OwnerClearDisabled        : False
    AutoProvisioning          : Enabled
    LockedOut                 : False
    LockoutHealTime           : 2 hours
    LockoutCount              : 0
    LockoutMax                : 32
    SelfTest                  : {}
    The above is from a windows 11 install so if it matches ish you are golden.

Answers

  • Leostat
    Leostat ACE Posts: 3,043 Pathfinder
    edited July 2021 Answer ✓
    Easy way, open up powershell as admin and type 
    get-tpm

    You will get some output ala

    PS C:\WINDOWS\system32> get-tpm


    TpmPresent                : True
    TpmReady                  : True
    TpmEnabled                : True
    TpmActivated              : True
    TpmOwned                  : True
    RestartPending            : True
    ManufacturerId            : 1095582720
    ManufacturerIdTxt         : AMD
    ManufacturerVersion       : 3.42.0.5
    ManufacturerVersionFull20 : 3.42.0.5

    ManagedAuthLevel          : Full
    OwnerAuth                 :
    OwnerClearDisabled        : False
    AutoProvisioning          : Enabled
    LockedOut                 : False
    LockoutHealTime           : 2 hours
    LockoutCount              : 0
    LockoutMax                : 32
    SelfTest                  : {}
    The above is from a windows 11 install so if it matches ish you are golden.
  • Easwar
    Easwar Member Posts: 6,727 Guru
    edited September 2021
    Hi Alterego_9,

    Microsoft is planning to launch the win 11 in comming months. So still we don't have a correct specification and requirements details to install win 11 let's wait and see.