This is an old revision of the document!
windows 11 / win 11
- windows 11 requirements: Intel G8 / Amd Ryzen (after 2016); TPM 2.0; UEFI Secure boot;
toubles
upgrades
unsupported inplace upgrade
- try this tool: https://github.com/coofcookie/Windows11Upgrade
— Classic method:
- bypass installation check
reg add "HKLM\SYSTEM\Setup\MoSetup" /v "AllowUpgradesWithUnsupportedTPMOrCPU" /t REG_DWORD /d "1" /f
- optional bypass
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
- extract
SW_DVD9_Win_Pro_11_21H2_64BIT_English_Pro_Ent_EDU_N_MLF_-3_X22-89962.ISO
- run
setup.exe
rufus - create win11 usb
supported upgrade
choco install windows-11-installation-assistant