Skip to content

Instantly share code, notes, and snippets.

@kbandla
Created August 21, 2023 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbandla/bd8f52599b6f5d99879d46d916517b79 to your computer and use it in GitHub Desktop.
Save kbandla/bd8f52599b6f5d99879d46d916517b79 to your computer and use it in GitHub Desktop.
Install Win11 VM without TPM

Installing Win11 without TPM

  • press Shift+F10 to get cmd, and start regedit
  • HKEY_LOCAL_MACHINE\SYSTEM\Setup
    • Create LabConfig key
    • HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig
    • Add following DWORD32 keys with a value of 1:
      • BypassTPMCheck
      • BypassRAMCheck
      • BypassSecureBootCheck

Once the install proceeds, we need to disable account creation. To do this, get into cmd again, (Shift+F10), and run:

OOBE\BYPASSNRO

Once that command is run, Win11 will reboot, and resume the install. Pop cmd prompt again, and do ipconfig /release so that the internet connection is disconnected.

You can now create offline accounts and finish the install.

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