Skip to content

Instantly share code, notes, and snippets.

@junedkhatri31
Created November 19, 2021 17:16
Show Gist options
  • Save junedkhatri31/532b27b7c32b541a794f6a6003c95036 to your computer and use it in GitHub Desktop.
Save junedkhatri31/532b27b7c32b541a794f6a6003c95036 to your computer and use it in GitHub Desktop.
Fix This PC can’t run Windows 11

Fix: This PC can’t run Windows 11

If you get this message trying to install Windows 11, you can bypass it with the following steps:

  1. Press Shift+F10 to open Command Prompt and type in regedit.exe to launch Registry Editor.
  2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\Setup
  3. Right click on the Setup key on the left size and choose New -> Key.
  4. Create a key named LabConfig
  5. Select the LabConfig key.
  6. Create two new values: Choose New -> DWORD (32-bit) and create BypassTPMCheck and BypassSecureBootCheck. Set both values to 1.
  7. Close out of Registry Editor and Command Prompt.
  8. In setup, press the back button and then Next to continue installation.

Credits: https://mac.getutm.app/gallery/windows-10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment