Share via


如何将VHD转化为可启动,并在Windows 8中启动

 

???????Windows Azure??????,??????????

????????VHD?,?????VHD????????

????VHD????????,??C:??????VHD??,??C:\VHD\?

??????????,??PowerShell,?????????:

??bcdedit /copy {current} /d "VHD_Boot"???,??{CLSID}?

??bcdedit /set {CLSID} device vhd=[C:]\VHD\DISK.VHD

bcdedit /set {CLSID} osdevice vhd=[C:]\VHD\DISK.VHD

bcdedit /set {CLSID} detecthal on

bcdedit /set {CLSID} hypervisorlaunchtype Auto

bcdedit /default {CLSID}

??,?????????MSConfig??,????????????????:

clip_image002