前往
大廳
主題

如何在非UEFI(傳統BIOS) MBR磁碟分割,執行安裝Windows 11 (繞過TPM2.0)

外送仔-紀之 | 2021-07-13 21:52:22 | 巴幣 20 | 人氣 1017


I've tried this method on three non-UEFI machines so far, and it's worked every single time. As promised, here's the timestamps:

Get right to the work around - 3:37
After DISM - 11:27
Getting to OOBE - 23:19
To the desktop! - 34:00
Download link - 39:07

Command prompt steps (Shift+F10 to open):

diskpart
list disk
select disk X (x = your drive)
clean
create partition primary
format fs=ntfs quick
active
assign letter c
exit
cd /d D:\Sources
DISM /apply-image /imagefile:install.wim /index:1 /applydir:C:\
bcdboot C:\Windows /s C:

Installing Windows 11 on MBR (BIOS) Computers 影片下方有網友說...


ranx huang (Youtube 頻道)


打開 "登錄編輯程式"
前往 HKEY_LOCAL_MACHINE ➱ SYSTEM ➱Setup
創建 "機碼" ,重新命名為"LabConfig"
接著進入 "LabConfig" 資料夾

按右鍵 創建DWORD
重新命名為"BypassTPMCheck"值為"00000001"
按右鍵 創建DWORD
重新命名為"BypassSecureBootCheck"值一樣為"00000001"
按下保存,接著就可以關閉視窗了

接著打開 "設定" ➱ "更新與安全性" ➱ "測試人員計畫" 名稱可能不太一樣 "設定"
➱ "Windows Update" ➱"Windows 測試人員計畫"
➱"挑選您的測試人員設定" ➱如果有Dev就選,沒有的話就選擇版本預覽通道 ➱  重新開機

開機後打開 "登錄編輯程式" ➱
電腦/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/WindowsSelfHost/UI/Selection
將 "UIBranch" 的值改為 "Dev" 接著重新開機

創作回應

相關創作

更多創作