How to identifier BCDedit..?

penggilas

Member
I have instal winpe to Hardisk dual boot with win7 And I want delete entry Winpe With Bcdedit Command without easybcd.. And How to display Name only then delete it like in add/remove entries in EasyBCD.. Please Help me.. :lup:
 
Open command prompt as an admin, than type "bcdedit". Post the output here for the correct command. It would be along the lines of "bcdedit /delete {xxxx-xxxx-xxx-xxx}"

Are you having problems preventing you from running EasyBCD? It really is easier to use it instead. If you're willing to provide additional details we'll be more than happy to assist you with any problems you may be having.
 
This Is BootMenu my windows..

Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
path \bootmgr
description Windows Boot Manager
locale en-US
inherit {globalsettings}
resumeobject {b3c02980-7d92-11de-b9c6-d41d5b7b51ca}
displayorder {current}
{5b7aa22a-723a-11df-9140-001e33ba0d14}
toolsdisplayorder {memdiag}
timeout 3

Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7 Ultimate
locale en-US
osdevice partition=C:
systemroot \Windows
resumeobject {256332f1-7173-11df-96d9-806e6f6e6963}

Windows Boot Loader
-------------------
identifier {5b7aa22a-723a-11df-9140-001e33ba0d14}
device ramdisk=[C:]\Windows\BOOT.WIM,{ramdiskoptions}
path \Windows\System32\Boot\Winload.exe
description WinPe Recover
osdevice ramdisk=[C:]\Windows\BOOT.WIM,{ramdiskoptions}
systemroot \Windows
detecthal Yes
winpe Yes

Thank`s kairozamorro ... EasyBCD is the Great Tool But I want Learning create and Delete Boot Menu with Bat file..
If i use bcdedit /delete {xxxx-xxxx-xxx-xxx} command, will Type one by one identifier number..
I want create bat file automat detect My Winpe Recover Identifier Number so I will not type one by one that number.. It`s possible ..??
kairozamorro I`m sorry with my English.. I can`t speak english.. Translate it with my dictionary.. I hope you understand what I mean. :lup:
Thank You..:grinning:
 
Ok, copy and paste the following command or type it manually to get rid of the entry:

bcdedit /delete {5b7aa22a-723a-11df-9140-001e33ba0d14}

Type bcdedit again to confirm its been deleted, or just reboot. If it goes straight to Windows than its gone.
 
it`s Possible to search BCD ID ??
Example I want search BCD ID Winpe Rrecover
Or when search Name Will Show BCD ID..
If U open MsConfig Or EasyBCD in Add/Remove U See Boot Menu..
How to create bcdedit command to show name or BCD ID..??
Not Show All... Only Name or BCD ID :brows:
 
Back
Top