Offline
Here is a small howto to import reg keys inside your Windows 11 iso, in order to boot into it and install W11 without limitation warnings.
You will need ;
- Windows 11 Build 22000.194 iso
- NTLITE
- Reg file with bypassing keys
Spoiler: Download Windows 11
You can download it from this link :

Unzip it to a new folder
Spoiler: Unzip

Download and install NTLITE free version.
Next, load that new folder inside NTLITE
Spoiler: Load sources

Then select and load the Windows Setup image
Spoiler: Load setup image

When done, go to registry section and import the reg file
Spoiler: Import reg file

Creat a new file with these lines :
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassCPUCheck"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassStorageCheck"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassRAMCheck"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassTPMCheck"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassSecureBootCheck"=dword:00000001
and save it to "file_name.reg". Next, import it into NTLITE as seen above.
When done, you need to save the setup image by applying these processes.
Spoiler: Apply

Now the final step. You will need to embed your files into a solid iso image with NTLITE. Just load the needed image like Windows 11 Pro or whatever,
Spoiler: Load final image

and finaly save it to an iso.
Spoiler: Save into iso file

You are done ! Last step is to write down your iso file on USB stick with rufus, and you are ready to boot from the stick and start your installation quietly.