Franske CNT-2451 Lab Adding VHD to Boot Menu

From ITCwiki
Revision as of 22:15, 21 June 2010 by BenFranske (talk | contribs) (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} /…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.