bcdebit 無法識別

bcdebit 無法識別

我需要在命令提示字元下寫入 bcdebit /set IncreaseUserVA 2800 ,但答案是 bcdebit not recognize 。

答案1

我需要在命令提示字元中寫入 bcdebit /set IncreaseUserVA 2800

命令應該是bcdedit 不是 bcdebit


BCDEdit /set 指令在 Windows Vista、Windows 7、Windows Server 2008、Windows 8、Windows 8.1、Windows Server 2012 和 Windows Server 2012 R2 的 Windows 啟動設定資料儲存 (BCD) 中設定啟動項目選項值。使用 BCDEdit /set 指令配置特定的開機入口元素,例如核心偵錯器設定、記憶體選項或啟用測試簽章核心模式程式碼或載入備用硬體抽象層 (HAL) 和核心檔案的選項。若要刪除啟動項選項,請使用 BCDEdit /deletevalue 指令。

來源BCD編輯/設定

相關內容