码迷,mamicode.com
首页 > Windows程序 > 详细

Windows 7 VHD Boot

时间:2015-01-19 22:18:19      阅读:265      评论:0      收藏:0      [点我收藏+]

标签:

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}

Windows 7 VHD Boot

标签:

原文地址:http://www.cnblogs.com/firekylin/p/4234733.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!