Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 2.82 KB

cl8sfaki30kyz0jnv63lr1u0w.md

File metadata and controls

56 lines (40 loc) · 2.82 KB

How to bypass Windows 11 requirements check

![image.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1663358982808/eFoIHU7L4.png align="center")

❗ Following steps have to be executed each time the installation media is booted. Registry edits are lost because installator doesn't persist its state between reboots.

%%[join-cta]

To bypass the requirements check (ex. when installing Windows on a virtual machine, purposely using less resources):

Manual

  1. Go back to the first screen. ![image.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1663351875957/dwFlSOXU3.png align="center")

%%[support-cta]

Fancy

  1. Create *.reg file with following content.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassSecureBootCheck"=dword:00000001
"BypassTPMCheck"=dword:00000001
"BypassCPUCheck"=dword:00000001
"BypassRAMCheck"=dword:00000001

Additional readings

%%[follow-cta]