Windows 7 VHD Boot

bcdedit /copy {default} /d "OSinVHD"
 
bcdedit /set {guid} device vhd=[locate:]windows7.vhd
 
bcdedit /set {guid} osdevice vhd=[locate:]windows7.vhd
 
bcdedit /set {guid} detecthal on
 
bcdedit /default {guid}
原文地址:https://www.cnblogs.com/firekylin/p/4234733.html