• Trace:

This is an old revision of the document!


windows 11, win11

windows 11

toubles

upgrades

unsupported inplace upgrade

— 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
pub/windows_11.1645165128.txt.gz · Last modified: 2022/02/18 06:18 by derek