Cara Mengedit Boot Configuration Database (BCD) di Windows 11

Perintah Penting BCDEdit yang Harus Anda Ketahui

1. bcdedit /bootdebug

Perintah ini digunakan untuk mengaktifkan atau menonaktifkan debugger untuk entri boot tertentu. Contoh:

bcdedit /store C:\BootDebugLog /bootdebug {current} ON

2. bcdedit /bootsequence

Perintah ini menentukan urutan boot untuk satu kali boot. Contoh:

bcdedit /bootsequence {e397815a-15a9-11e5-9622-fc025c6ab93c} {current} {ntldr}

3. bcdedit /copy

Perintah ini membuat salinan dari entri boot yang ada. Contoh:

bcdedit /copy {e397815a-15a9-11e5-9622-fc025c6ab93c} /d “Copy of Windows 11”

4. bcdedit /create

Perintah ini membuat entri boot baru. Contoh:

bcdedit /create {ntldr} /d “Compatibility OS”

5. bcdedit /delete

Perintah ini menghapus entri boot tertentu. Contoh:

bcdedit /delete {cbd971bf-b7b8-4885-951a-fa03044f5d71} /cleanup

Artikel Terbaru