Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pub:windows_11 [2022/02/18 06:14] derekpub:windows_11 [2022/11/04 15:27] (current) – removed derek
Line 1: Line 1:
-====== windows 11, win11 ====== 
  
-==== windows 11 ==== 
-  * https://aka.ms/GetPCHealthCheckApp 
-  * windows 11 requirements: Intel G8 / Amd Ryzen (after 2016); TPM 2.0; UEFI Secure boot; 
- 
-==== toubles ==== 
- 
-  * [[windows 11 no taskbar]] 
- 
-==== 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 === 
- 
-{{https://i.imgur.com/ko0C4eX.png}} 
- 
-=== supported upgrade === 
- 
-  choco install windows-11-installation-assistant 
-   
-