Windows_VPC_compare_MVPC 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

Tags: , , , , , , ,

使用 WAIK 的 oscdimg 制作定制的 Windows 7 安装 ISO

        还记得微软官方打包 ISO 的小工具吗?!cdimg.exe 过去当我们要制作包含微软打包信息的 ISO 都会选择 cdimg,比如手工制作了一份集成了 SP1 或 SP2 的 Windows 安装光盘,在烧录之前肯定要先打包成 ISO,通过一些软件我们可以看到使用 cdimg 打包的 ISO 会显示微软的打包信息,看起来很专业!不是么!?

        现在 cdimg 的最新版本已经集成到了 WAIK 中,并更名为 oscdimg,最新版本是 2.55,除了可以制作 CD 镜像意外还支持 DVD 镜像的制作。我们知道 Windows 7 安装具有新特性,相比之前的 Windows 更加易于定制和部署。比如我们可以制作一份已经安装好应用程序的 Windows 7 安装源,或者根据不同应用制作多份定制的 Windows 7 安装源并使用 imagex 将其打包在一个安装映像中,并希望使用标准的 Windows 7 安装过程将这些系统映像安装到计算机上,要知道对于普通用户 Windows 7 标准的安装过程是非常简单的。今天的主题当然不是如何制作这些安装映像,因为我们要面对的是在定制了一份 Windows 7 安装源后,如何将其重新制作成一个包含微软打包信息的,并且是可引导安装的 ISO 文件。

        OK,要实现上述目标我们需要在当前计算机上安装好 WAIK,目前最新版本的 WAIK 是基于 Windows 7 RC Build 7100 的 WAIK3.0,而且暂时只有英文版本,不过无所谓!WAIK 官方下载地址是:Windows® Automated Installation Kit (AIK) for Windows® 7 RC。在开始前请安装 WAIK,并准备好一份 Windows 7(PS:Windows Vista 同理也可以制作。)安装源文件,将其拷贝到本地一个目录中,之后用自己做好的 install.wim 覆盖原版的 Install.wim。

        为了保证制作出来的 ISO 是可引导的,请将 "C:\Program Files\Windows OPK\Tools\PETools\x86\boot\etfsboot.com" 复制到一个易于调用的位置。(PS:不过理论上分析,貌似这步即使省略,制作出来的 ISO 还是可以引导的,具体要看大家的测试了。本次 gOxiA 还是使用了这个文件!)

        最后进入 WAIK 命令行环境执行如下命令:

oscdimg -n -m -bc:\etfsboot.com -lGRMCULFRER_CN_DVD -t08/02/2009,22:55

        上述命令行中“-n”,是允许使用长文件名;“-m”是忽略映像的大小,但是注意使用该参数后请确保你的映像大小不会超出载体限制。貌似 DVD 应该小于 4G 或 4.5G 比较好吧,具体请参考其说明!”-bc:\etfsboot.com”就是添加可引导信息,注意参数后面的路径之间没有空格。“-lGRMCULFRER_CN_DVD”既是光盘的卷标;“-t08/02/2009,22:55”重置映像内所有文件的日期,使之日期相一致,注意该日期时间是以 PST 时间为标准的,那么最终的文件日期时间将是“08/03/2009,13:55”。

        有关 oscdimg 的更多参数说明可以参考 TechNet Library:http://technet.microsoft.com/zh-cn/library/cc749036(WS.10).aspx

Tags: , , , , ,

[Hyper-V] Hyper-V Server V1 vs. R2

[ 2009/08/01 08:00 | by gOxiA ]

Hyper-V Server V1 vs. Hyper-V Server R2

Note

Microsoft Hyper-V Server 2008 V1

Microsoft Hyper-V Server 2008 R2

Physical Processor Support

Up to 4 processors

Up to 8 Processors

Logical Processor Support

Up to 16 logical processors

Up to 64 logical processors

Physical Memory Support

Up to 32 GB

Up to 1 TB

Virtual Machine Memory Support

Up to 32 GB total

(e.g. 31 1 GB VMs or 5 6 GB VMs)

64 GB of memory per VM

Live Migration

No

Yes

High Availability

No

Yes

Management Options

Free Hyper-V Manager MMC SCVMM

Free Hyper-V Manager MMC SCVMM

        Microsoft Hyper-V Server R2 相比它上一版本除了对硬件提供更大更多的支持以外,在功能上如:在线迁移、高可用方面都提供了支持,此外 Hyper-V Server R2 依旧是一款免费的产品!

分页: 252/482 第一页 上页 247 248 249 250 251 252 253 254 255 256 下页 最后页 [ 显示模式: 摘要 | 列表 ]