Franske CNT-2451 Lab Adding VHD to Boot Menu: Difference between revisions

From ITCwiki
Jump to navigation Jump to search
(Created page with 'To add an existing VHD to the Windows 7 boot menu, perform the following steps: # Log on to your computer # Open an elevated command prompt and enter '''bcdedit /copy {current} /…')
 
(No difference)

Latest revision as of 22:15, 21 June 2010

To add an existing VHD to the Windows 7 boot menu, perform the following steps:

  1. Log on to your computer
  2. Open an elevated command prompt and enter bcdedit /copy {current} /d "MyVHD". This will copy the current boot profile into a new profile with the name "MyVHD" and returns the GUID for the new boot entry.