1. Boot from the Windows 11 install media.
2. Once you see the *Windows Setup* window with the purple background, press *Shift + F10* - This will open the command prompt so we can enter a few commands to edit the registry.
3. Type `reg add HKLM\SYSTEM\Setup\LabConfig /v "" /f`.
4. Type `reg add HKLM\SYSTEM\Setup\LabConfig /v BypassTPMCheck /t REG_DWORD /d 1 /f`.
5. Type `reg add HKLM\SYSTEM\Setup\LabConfig /v BypassSecureBootCheck /t REG_DWORD /d 1 /f`.
6. Type `reg add HKLM\SYSTEM\Setup\LabConfig /v BypassRAMCheck /t REG_DWORD /d 1 /f`.
7. Continue through the installation process like normal.
8. Wait for the system to reboot.
9. Once you see the *Is this the right country or region?* screen, press *Shift + F10*.
10. Type `reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f`.
11. Type `shutdown /r /t 0` - This will reboot the system.
12. Once you see the *Is this the right country or region?* screen again, press *Shift + F10*.
13. Type `ipconfig /release`.
14. Close the command prompt window and continue through the installation process like normal.
15. On the *Let's connect you to a network* screen, click *I don't have internet*.