microsoft:desktop:win_10:bcdedit_01
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| microsoft:desktop:win_10:bcdedit_01 [2019/03/15 06:41] – rplecko | microsoft:desktop:win_10:bcdedit_01 [2021/01/31 08:55] (current) – rplecko | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| === Edit W10 BOOT menu === | === Edit W10 BOOT menu === | ||
| + | |||
| + | https:// | ||
| Start elevated <fc # | Start elevated <fc # | ||
| list of all etries in BCD store | list of all etries in BCD store | ||
| - | | + | |
| + | < | ||
| + | bcdedit /enum firmware | ||
| + | |||
| + | </ | ||
| Export boot list and make backup | Export boot list and make backup | ||
| - | | + | |
| - | copy newbcd bcdbackup | + | < |
| + | bcdedit /export newbcd | ||
| + | copy newbcd bcdbackup | ||
| + | |||
| + | </ | ||
| Copy identifier of unused entry and delete enty with | Copy identifier of unused entry and delete enty with | ||
| - | | + | |
| + | < | ||
| + | bcdedit /store newbcd /delete {98ce75be-453a-15e9-ae7d-c79a86e4d59b} | ||
| + | |||
| + | </ | ||
| After you removed all the wanted, save | After you removed all the wanted, save | ||
| - | | + | < |
| + | bcdedit /import newbcd /clean | ||
| + | |||
| + | </ | ||
| + | |||
microsoft/desktop/win_10/bcdedit_01.1552632075.txt.gz · Last modified: 2019/03/15 06:41 by rplecko
