This is an old revision of the document!


windows 11
  • win11 win

windows 11

toubles

upgrade to win11

supported inplace upgrade

choco install windows-11-installation-assistant

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

install

  • 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

pub/windows_11.1648259383.txt.gz · Last modified: 2022/03/26 01:49 by derek