即可。 新的PowerShell - PowerShell 2.0
PowerShell既是一个脚本语言,也是一个编程语言,它对于.Net Framework提供了轻松、简易的交互方式,大大简化了我们的工作繁度。我在这里就不做过多介绍了,我的博客中有PowerShell的教程,有兴趣的朋友欢迎去阅读! 对虚拟磁盘启动的原生支持 - Native VHD Boot
这项功能只有Win7 Ultimate、Enterprise 或 Server 2008 R2支持。
利用VHD Boot,我们可以做到:
· 用VHD代替真实分区,可以把VHD当做磁盘看待
· 用磁盘管理新增的VHD挂载功能将VHD变成分区
· 使用Virtual PC等在当前OS下运行VHD中的OS
· 直接启动VHD Boot,从而发挥最大效率(VHD中只能支持开头提到的那3种系统)
另外,使用增量模式的话,还可以极大的减少磁盘开销,节约成本。 映像维护和管理 - DISM
DISM不仅包括了过去WAIK中的所有功能,还加强了离线或在线设置windows的功能,很棒的是,它也完全内建于系统中。在过去,我们需要等映像安装结束,log in系统后才能对系统进行配置,现在只需用DISM挂载ImageX映像,就可以使用离线设置功能对系统进行各项配置。 开机启动设置 - BCDBoot
过去配置Boot时,需要使用BCDEdti手工输入大量内容,现在,在全新的BCDBoot中就变得极其简单了。
具体的用法有很多,各位可以上网搜索一下,提供一下关于BCDBoot的官方描述:
Use the BCDboot tool, located in the \System32 directory of the Windows 7 VHD, to copy the boot-environment files from the\Windows directory in the VHD to the system partition. The BCDboot tool will create the BCD configuration to boot from the VHD. For more information about the BCDboot tool, see BCDboot Command-Line Options in the OEM Preinstallation Kit (OPK) User's Guide or the Windows Automated Installation Kit (Windows AIK) User's Guide.
感谢您的阅读!欢迎留言!