Windows Virtual PC RC 发布

简介:
    在 Windows 7 RTM 即将发布之际,Windows Virtual PC 迎来了 RC。Windows Virtual PC(WPC)更加成熟,从特性列表中,可以了解到 WPC 颗粒化的共享控制机制可以让用户设置那些资源可以用于交互共享访问。并且完全支持 Windows 7 的 Jump List 新特性,使我们能够快速的选择要启动的虚拟应用程序。而且 Windows XP Mode 的安装相比之前的 Beta 更加快速。对差分磁盘我们可以对其压缩以减小体积。此外,在安装完 WPC 首次运行时会运行学习向导,帮助用户了解和掌握 WPC 的操作。
        Windows Virtual PC RC 的改进还是非常明显的,面对貌似“苛刻”的硬件需求,除了功能以外,相信用户更关心的是:“我付出了相对高的硬件代价,那么最终的运行性能是否完全令人满意呢!?”(PS:其实现在买一个具有 VT 技术的 CPU,并不昂贵!gOxiA 刚买的 E5300 就支持 VT 和 EMT64 技术,而且目前的市场散装价格不过 430 元。)
        OK,还是来看看官方就 Windows Virtual PC RC 特性的总结列表。
  • Granular drive sharing 
    In the settings on the virtual machine, you can select specific host computer drives to share with the virtual machine.
  • Manage USB devices with virtual applications 
    While running virtual applications, you can manage USB devices by using the Virtual Applications icon on the task bar.
  • Windows XP Mode tutorial 
    A Windows XP Mode RC tutorial, which introduces the product features, is displayed during Windows XP Mode Setup.
  • Jump list for virtual applications 
    Right clicking on the virtual application icon for Windows XP Mode, on Windows 7 taskbar, displays a jump list that allows one to easily launch virtual applications from the taskbar.
  • Faster Windows XP Mode Setup 
    Windows XP Mode Setup completes more quickly than in Windows XP Mode Beta.
  • Compact differencing disks 
    You can compact the differencing disks to decrease the file size.
  • Ability to install Windows XP optional components 
    Windows XP optional components can be installed in Windows XP Mode RC without prompting for Windows XP media.
  • Ability to choose a location to store virtual machine files for Window XP Mode RC 
    When you are setting up Windows XP Mode RC, you can choose where to store all virtual machine files for Windows XP Mode RC. The default path is: %LOCALAPPDATA%MicrosoftWindows Virtual PCVirtual Machines. 
  • Option to turn off and discard changes when Undo disk is enabled for a virtual machine 
    An additional option is available when you are turning off a virtual machine: Turn off and discard changes. This option will delete the current Undo disk, and turn off the virtual machine.
        Windows Virtual PC RC 包含中文版,需要的朋友可以前往官方网站下载体验。下载地址是: http://www.microsoft.com/windows/virtual-pc/download.aspx



本文转自 苏繁 51CTO博客,原文链接:http://blog.51cto.com/goxia/224024,如需转载请自行联系原作者
目录
相关文章
|
6月前
|
Linux Shell Windows
通过Linux挂载Windows端NFS服务实现板端Linux传输文件到PC
通过Linux挂载Windows端NFS服务实现板端Linux传输文件到PC
414 0
|
Go 开发工具 C语言
flutter项目打包.exe文件发布windows版
目录 发布windows版 1.为现有的 Flutter 应用程序添加桌面支持 2..创建main_desktop.dart文件 3.hover安装和环境配置 4.初始化,并打包 坑1
1450 0
flutter项目打包.exe文件发布windows版
|
19天前
|
Web App开发 Windows
Windows 记录一次磁盘相关的PC卡顿问题
【10月更文挑战第26天】本文记录了一次Windows系统中因磁盘问题导致的PC卡顿现象及其解决过程。通过查看任务管理器发现磁盘使用率高,经磁盘碎片整理、优化启动项与后台程序、更新磁盘驱动等步骤,最终解决了卡顿问题。建议定期进行磁盘维护,合理管理启动项,及时更新驱动以预防类似问题。
|
19天前
|
存储 Windows
Windows 记录一次磁盘相关的PC卡顿问题
【10月更文挑战第25天】本文记录了一次 Windows 10 电脑卡顿问题的排查与解决过程。通过资源监视器、事件查看器、SMART 信息检查、磁盘扫描、后台程序排查、驱动更新等步骤,最终通过磁盘碎片整理和调整虚拟内存设置解决了卡顿问题。文章还提供了定期磁盘维护、合理设置虚拟内存及关注硬件健康的预防措施。
|
虚拟化 Windows
Windows win7下VMware Virtual Ethernet Adapter未识别网络解决方法
Windows win7下VMware Virtual Ethernet Adapter未识别网络解决方法
543 0
|
UED Windows
Windows 11 发布 6 个月以来 UI / UX 设计仍不一致:媒体喊话微软“先做好基础功能”
Windows 11 发布 6 个月以来 UI / UX 设计仍不一致:媒体喊话微软“先做好基础功能”
150 0
Windows 11 发布 6 个月以来 UI / UX 设计仍不一致:媒体喊话微软“先做好基础功能”
|
监控 安全 搜索推荐
微软新版 Windows 11 Dev 22572 发布!
微软新版 Windows 11 Dev 22572 发布!
253 0
微软新版 Windows 11 Dev 22572 发布!
|
开发框架 前端开发 JavaScript
ASP.NET Core : 九.从Windows发布到CentOS的跨平台部署(下)
本文聊一下如何在Windows上用VS开发并发布, 然后将其部署到CentOS上。对于我们一些常在Windows上逛的来说,CentOS用起来还真有些麻烦。MSDN官方有篇文章大概讲了一下(链接),按照MSDN上面的例子用vs创建个hellomvc项目,还是踩了好多坑,将整个过程和遇到的坑说一下,希望对有需要的朋友有所帮助。
268 0
ASP.NET Core : 九.从Windows发布到CentOS的跨平台部署(下)
|
弹性计算 开发框架 Java
ASP.NET Core : 九.从Windows发布到CentOS的跨平台部署(上)
本文聊一下如何在Windows上用VS开发并发布, 然后将其部署到CentOS上。对于我们一些常在Windows上逛的来说,CentOS用起来还真有些麻烦。MSDN官方有篇文章大概讲了一下(链接),按照MSDN上面的例子用vs创建个hellomvc项目,还是踩了好多坑,将整个过程和遇到的坑说一下,希望对有需要的朋友有所帮助。
289 0
ASP.NET Core : 九.从Windows发布到CentOS的跨平台部署(上)
|
Android开发 开发者 iOS开发
微软正式发布 Windows 11,支持 Android 应用,面向开发者友好
微软正式发布 Windows 11,支持 Android 应用,面向开发者友好
172 0
微软正式发布 Windows 11,支持 Android 应用,面向开发者友好
下一篇
无影云桌面