Skip to content

Instantly share code, notes, and snippets.

@oliverstech
Last active October 8, 2021 19:25
Show Gist options
  • Save oliverstech/10a732a20a17fe94e6411751d387c851 to your computer and use it in GitHub Desktop.
Save oliverstech/10a732a20a17fe94e6411751d387c851 to your computer and use it in GitHub Desktop.
Windows 11 Requirement Check Disabler

Using the patch

  1. Download or recreate the reg file below.
  2. Place it in an accessible location from the installer (EG: C:)
  3. Boot into the installer and press Shift+F10 to open CMD. Type regedit.
  4. Click File > Import... and find the patch file.
  5. The patch will be applied!
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassTPMCheck"=dword:00000001
"BypassSecureBootCheck"=dword:00000001
"BypassRAMCheck"=dword:00000001
"BypassStorageCheck"=dword:00000001
"BypassCPUCheck"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment