|
| ||||||||||
| Tags: bcdedit, command line, windows7 |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Windows 7 - BCDEDIT Command Line Tool
I wanted to know what is that actually and how to use that ? |
|
#2
| ||||
| ||||
| Re: Windows 7 - BCDEDIT Command Line Tool
Bcdedit is a really powerful tool that Windows Vista and Windows 7 uses to manage the boot loader entries.If you want your system to boot, Bcdedit needs boot loader file. As far as boot loader is concerned, it is a file that instructs the system to resume an operating system.A boot loader is a file that contains necessary information that instruct the system how to boot/start an operating system. \bootmgr is the file for Windows 7 and Windows Vista bootloader. Whereas, \ntldr is the file for Windows XP. BCDEDIT can support other bootloaders too, like grub for linux. You just have to place the bootloader file on the root of the boot manager partition. e.g. \grldr and you have a grub boot loader enabled. This is how you have to situate the bootloader file on the boot manager partition. Now the grub bootloader is enabled.\boot\bcd – this is the hidden partition of Windows 7 where the Bcdedit edited file bcd is located. But in Windows Vista, it is located as C:\boot\bcd. Now lets see how to use BCDEDIT Command Line Tool:- 1. Open an elevated command prompt. 2. Type bcdedit and press enter. By typing just bcdedit you just list your boot entries. Now your boot entry is done which includes 4 elements: 1. Identifier-The identifier is how the system has named the boot entry. 2. Device-The device is the drive or virtual image that the system will use to boot the boot entry. 3. Path-The path is the location on the device where the bootloader file is found. 4. Description-The description is the friendly name we give to our boot entry, e.g. "Windows 7" Next to identifiers are the UUIDs inside{ } which are the codenames given by the system to every boot entry that are unchangeable.The standard identifier UUIDs are explained below:
Now to see how we can control the above entries, here are some examples:
|
|
#3
| ||||
| ||||
| Re: Windows 7 - BCDEDIT Command Line Tool
You can copy your existing VISTA or W7 boot entry to another identical. Then you can change settings on the new entry to experiment. You will always have the first entry available, so it's safe to play with.
You can always type just bcdedit to see your current settings. |
|
#4
| ||||
| ||||
| Re: Windows 7 - BCDEDIT Command Line Tool
Easy bcd and VistaBootPro are very handy for many things, tho. it is good for people to have some bcdedit knowledge - particularly if they need to use the boot dvd. You must be logged on in an administrator account to be able to do this tutorial. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Windows 7 - BCDEDIT Command Line Tool" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| xcopy command line together with wmplayer command line | Aislinn | Operating Systems | 5 | 31-03-2010 12:13 PM |
| How to run windows 7 backup from command line | Spiero | Windows Software | 5 | 30-03-2010 02:44 PM |
| Can Windows Update be run from the command line? | Xena | Networking & Security | 4 | 24-07-2009 05:10 PM |
| Command line tool to convert VC project files to Makefile | Harman | Software Development | 3 | 25-10-2008 05:19 PM |
| DSRM.exe Active Directory command line tool | Joe | Windows Server Help | 2 | 10-03-2006 06:50 PM |