Windows 11: notes and tips This note was created on 3/14/2023 This note was last edited on 3/14/2023 === Installation === == How to install on unsupported hardware == 1. Boot installation media. 2. Open Registry Editor (Shift+F10, execute "regedit"). 3. Create key (folder) "HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig". 4. Create two DWORD32's: "BypassTPMCheck" and "BypassSecureBootCheck" with hex value "1". 5. Proceed Windows 11 installation. == How to create offline account during installation == 1. Open console (Shift + F10). 2. Execute following commands to create user and reboot: > net.exe user *USERNAME* /add > net.exe localgroup "Administrators" *USERNAME* /add > cd OOBE > msoobe.exe && shutdown.exe -r