Do you know how to remove old Boot to VHD entries?

Last updated by Tom Bui [SSW] 7 months ago.See history

When you have finished with the VHD for the presentation you will want to remove the boot entries that were created for the VHD.

  1. Open an administrative command prompt
  2. View all the boot entries by typing:
bcdedit

fig6 listbootentries
The list Boot entries after running bcdedit
**Figure - The list Boot entries after running bcdedit **

  1. Using the identifier from the previous step you can now run the following command to delete the entry:
bcdedit /delete  {identifier}

fig7 deletingthebootentry
The boot entry has now been deleted
Figure - The boot entry has now been deleted

You can now delete or move your VHD file and you will not get any errors when booting your laptop.

We open source. Powered by GitHub