No TPM setting in bios

Discussion in 'Windows 11' started by ccc1522, Jul 25, 2022.

  1. ccc1522

    ccc1522 MDL Junior Member

    Dec 27, 2010
    75
    6
    0
    I have an MSI - GT80 2QE Titan SLI with an Intel I7 5950HQ.
    Board manufacturer Micro-Star International Co, LTD
    Bios Version/Date American Megatrends Inc. E1812IMS.11C, 4/21/2016
    I think the machine is about 6 years old.

    I was in the advanced mode of the bios and I can't find anywhere to turn on the TPM. I have also looked for anything that said TPP. I have found the secure boot and turned it on.
    I believe I have the latest bios update from the manufacturer.

    I would like to install windows 11 and was hopeful that I could just enable it in the bios.

    Can anyone help?
     
  2. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150
    Even if you have a TPM 2.0 module (which is unlikely), your fifth generation CPU is not entitled to install W11

    In short just use one of the zillions of ways to skip the setup checks.

    For example just use the latest version of RUFUS to create the install media.
     
  3. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,449
    1,345
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,008
    957
    90
    It's too old to pass Win11 requirements. As @acer-5100 has suggested, use another method (like Rufus) to bypass the cpu/tpm restrictions...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,263
    607
    60
    Is there something you need in 11 over 10 or are you just curious to try 11 out?

    If you have10 already, the easiest way to upgrade to 11 is to unzip a Windows 11 ISO and replace appraiserres.dll with a copy from any Windows 10, then run setup. This skips all of the Windows 11 compatibility checks.
     
  6. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,449
    1,345
    120
    You don't even need to replace it, just remove it. (I mean appraiserres.dll).
    But I don't understand those people who try to install this crap on their computer at any cost. Why, people, you know it doesn't work even on those pc-s where everything is OK and what meet all reguirments.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,263
    607
    60
    For some people bigger number = more better. I installed it to check it out and to see if MS is willing to fix the stuff that sucks. The conclusion was that it screws with my workflow and MS does not care.
     
  8. WindowsGeek

    WindowsGeek MDL Expert

    Jun 30, 2015
    1,493
    435
    60
    Just use the tool Win11 boot and upgrade fix kit 2.2 you can find it here and your good to go.
     
  9. atgpud2003

    atgpud2003 MDL Addicted

    Apr 30, 2015
    620
    111
    30
    Some Computer has PTT bulit in that is TPM.. My mother has one on her NUC Intel box..

    ATGPUD2003
     
  10. ccc1522

    ccc1522 MDL Junior Member

    Dec 27, 2010
    75
    6
    0
    Thank you to everyone that has commented.
    I was just going to try windows 11 out of curiosity, but after reading the discussion, I believe I will just stay on windows 10. If, I decide to try in the future, it looks like I have several options.
    It is just amazing to me how fast technology gets outdated.
    Thanks again for the help
     
  11. kajoe1

    kajoe1 MDL Novice

    May 9, 2011
    20
    11
    0
    Just use registry settings to bypass TPM is also a posibility. Put below in autounattend.xml

    <RunSynchronous>
    <RunSynchronousCommand wcm:action="add">
    <Order>1</Order>
    <Path>reg add HKLM\System\Setup\LabConfig /v BypassTPMCheck /t reg_dword /d 0x00000001 /f</Path>
    </RunSynchronousCommand>
    <RunSynchronousCommand wcm:action="add">
    <Order>2</Order>
    <Path>reg add HKLM\System\Setup\LabConfig /v BypassSecureBootCheck /t reg_dword /d 0x00000001 /f</Path>
    </RunSynchronousCommand>
    <RunSynchronousCommand wcm:action="add">
    <Order>3</Order>
    <Path>reg add HKLM\System\Setup\LabConfig /v BypassRAMCheck /t reg_dword /d 0x00000001 /f</Path>
    </RunSynchronousCommand>
    <RunSynchronousCommand wcm:action="add">
    <Order>5</Order>
    <Path>reg add HKLM\System\Setup\LabConfig /v BypassCPUCheck /t reg_dword /d 0x00000001 /f</Path>
    </RunSynchronousCommand>
    <RunSynchronousCommand wcm:action="add">
    <Order>4</Order>
    <Path>reg add HKLM\System\Setup\LabConfig /v BypassStorageCheck /t reg_dword /d 0x00000001 /f</Path>
    </RunSynchronousCommand>
    </RunSynchronous>
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,793
    340
    CPU/Storage values have no effect