1、关闭正在运行的虚拟机系统(注意,需要从系统中关机,而不是保存状态)。
2、找到虚拟机的.vmc文件,并用记事本打开它。
3、定位到以下内容:
<integration>
<microsoft>
<mouse>
<allow type="boolean">true</allow>
</mouse>
...这里有其它内容...
</microsoft>
</integration>
4、把上面的内容改成:
<integration>
<microsoft>
<mouse>
<allow type="boolean">true</allow>
</mouse>
<components>
<host_time_sync>
<enabled type="boolean">false</enabled>
</host_time_sync>
</components>
...这里有其它内容...
</microsoft>
</integration>
5、保存修改过的.vmc文件。
6、启动虚拟机,系统时间就不会与主机的系统时间同步了。
Virtual PC 2007禁止与主机系统时间同步
最新推荐文章于 2024-11-06 08:59:29 发布