Some tips

本站充满一个无聊的人的一些奇技淫巧

星期一, 十月 27, 2008

Virtual PC设置Virtual OS和Host OS不同步

在VMWare中,设置虚拟机的BIOS时间后,会自动保存,但是在Virtual PC中,设置虚拟机系统BIOS时间无效,重启后虚拟机时间仍然和Host时间同步,如何设置虚拟机时间和宿主Host系统时间不同步?
只要打开虚拟机目录下,找到虚拟机对应的VMC文件,打开后,找到
<integration>
<microsoft>
<mouse>
<allow type="boolean">true</allow>
</mouse>

在其下面添加:
<components>
<host_time_sync>
<enabled type="boolean">false</enabled>
</host_time_sync>
</components>


然后重新启动Virtual PC设置BIOS时间即可。

标签:

0 条评论:

发表评论

订阅 博文评论 [Atom]

<< 主页