文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>添加vhd的Windows启动菜单项

添加vhd的Windows启动菜单项

时间:2011-03-12  来源:.net's

本文介绍如何挂载已经存在win 7 vhd文件的windows启动菜单项。

1,用windows 7安装光盘启动系统。

2,启动到如下界面

3,按Shift+F10进入命令行窗口

4,在命令行中,输入

X:\Sources>bcdedit /copy {current} /d "My New VHD Option"
或者
X:\Sources>bcdedit /copy {default} /d "My New VHD Option"
其中,{default}{current}启动列表中某个启动项的标识符。

This will return a GUID. Select it using the Mark command by right-clicking in the Command Prompt and copy it to the clipboard.

Now, using that {guid}, type these commands:

C:\>bcdedit /set {guid} device vhd=[driveletter:]\<directory>\<vhd filename>
C:\>bcdedit /set {guid} osdevice vhd=[driverletter:]\<directory>\<vhd filename>
C:\>bcdedit /set {guid} detecthal on

See the [driveletter:] stuff in brackets? It's NOT obvious, but you need to include those, so:

bcdedit /set {guid} device vhd=[C:]\win7\win7.vhd
 

How to Remove
-------------------------
To remove, run the following command in a elevated command prompt:

bcdedit /delete {guid} /cleanup
 
相关阅读 更多 +
排行榜 更多 +
弓箭手战士酷跑

弓箭手战士酷跑

飞行射击 下载
三角洲行动全面战场攀升A点进攻指南

三角洲行动全面战场攀升A点进攻指南

飞行射击 下载
僵尸射手世界大战

僵尸射手世界大战

飞行射击 下载