- Download or recreate the reg file below.
- Place it in an accessible location from the installer (EG: C:)
- Boot into the installer and press Shift+F10 to open CMD. Type regedit.
- Click File > Import... and find the patch file.
- The patch will be applied!
Last active
October 8, 2021 19:25
-
-
Save oliverstech/10a732a20a17fe94e6411751d387c851 to your computer and use it in GitHub Desktop.
Windows 11 Requirement Check Disabler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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