SORAW441

[.reg] Windows 11 Install No TPM Fix

Jul 1st, 2021 (edited)
1,529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 1.36 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ;Updated 30/08/2021. ;Test 21996.1 and 22000.100 and .162 and all run without TPM, however Insider builds don't seem to require it , and retail release probably won't either.
  4. ;This is for installation mostly, as Windows 11 likes to say no to be installed if you don't have fTPM/TPM AND UEFI/Secureboot.
  5. ;You can run this during Windows Setup (hit Shift+F10) and type in the reg file, click Yes to merge, then X out and try to install
  6. ;04/07/2021: Updated to include 'bypassRAMcheck' but disabled it as previously had a conflict, can work for sure if isolatedcontext is 'no'.
  7. ;
  8. ;
  9. ;Some useful information:
  10. ;secure boot can freak out with linux and many pendrives (like Ventoy) and if a BIOS update doesnt whitelist it, its useless
  11. ;Plus CSM is just a compatibility layer that is needed for legacy cards, old graphics cards that dont have UEFI update (and won't)
  12. ;And fTPM is only there because Intel collabed with Microsoft for Windows 11 to optimise Alder Lake and they did this for mitigation of speculative issues for the corporate world. The home PC does not need this..
  13. ;Luckily Microsoft won't force it after a severe backlash, but will still 'recommend' 8th gen Intel, fTPM, etc. to you.
  14.  
  15. [HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
  16. "BypassTPMCheck"=dword:00000001
  17. "BypassSecureBootCheck"=dword:00000001
  18. "BypassRAMCheck"=dword:00000001
Add Comment
Please, Sign In to add comment