部分檢查的組建 包含核心和 HAL 的檢查版本,以及作業系統其餘部分的免費組建。
注意
在 Windows 10 版本 1803 之前,檢查過的組建可在舊版 Windows 上使用。 使用驅動程式驗證器和 GFlags 等工具來檢查驅動程式程式代碼。
在 Windows 中設定部分檢查式組建
若要設定部分檢查的組建,請使用 BCDedit /set 命令,以及 核心 和 hal 選項。
下列命令會設定開機項目,以使用已測試的核心和硬體抽象層(HAL)版本。
bcdedit /set {18b123cd-2bf6-11db-bfae-00e018e2b8db} kernel ntoskrnl.chk
bcdedit /set {18b123cd-2bf6-11db-bfae-00e018e2b8db} hal halacpi.chk
若要檢視命令的結果,請輸入 bcdedit /enum。 /enum 選項會列出所有開機項目。 已將開機專案修改為使用經過驗證的核心和 HAL 版本,並已配置為透過序列連線進行核心除錯。
## Windows Boot Loader
-------------------
identifier {18b123cd-2bf6-11db-bfae-00e018e2b8db}
device partition=C:
path \Windows\system32\winload.exe
description PartialCheckedBuild
locale en-US
inherit {bootloadersettings}
debugtype serial
debugport 1
baudrate 115200
osdevice partition=C:
systemroot \Windows
kernel ntoskrnl.chk
hal halacpi.chk
resumeobject {d7094401-2641-11db-baba-00e018e2b8db}
nx OptIn
debug Yes