Skip to content

Instantly share code, notes, and snippets.

@dougg0k
Last active July 9, 2023 22:12
Show Gist options
  • Save dougg0k/11d0241c0ddf1c88f2f2df1308d7bcf2 to your computer and use it in GitHub Desktop.
Save dougg0k/11d0241c0ddf1c88f2f2df1308d7bcf2 to your computer and use it in GitHub Desktop.

In the screen with the Install button, do not press it.

  • Press Shift+F10 to open cmd
  • Type the following commands
REG ADD "HKLM\SYSTEM\Setup\LabConfig" /v BypassTPMCheck /t REG_DWORD /d 1 /f
REG ADD "HKLM\SYSTEM\Setup\LabConfig" /v BypassSecureBootCheck /t REG_DWORD /d 1 /f
REG ADD "HKLM\SYSTEM\Setup\LabConfig" /v BypassRAMCheck /t REG_DWORD /d 1 /f
REG ADD "HKLM\SYSTEM\Setup\LabConfig" /v BypassStorageCheck /t REG_DWORD /d 1 /f
REG ADD "HKLM\SYSTEM\Setup\LabConfig" /v BypassCPUCheck /t REG_DWORD /d 1 /f
REG ADD "HKLM\SYSTEM\Setup\MoSetup" /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f

After, you close and press Install, and it should be working.


To skip account signup requirements (You might need to disconnect from the internet).

In the Let’s connect you to a network screen

  • Press Shift+F10 to open cmd
  • Type OOBE\BYPASSNRO

It should restart the last process, and now there will be a option I dont have internet press it, after, you press Continue with limited setup and you are done.

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