秋忆博客
若是有缘,时间空间都不是距离,若是无缘,终日相聚也无法会意,凡事不必太在意,更不需去强求。
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、启动虚拟机,系统时间就不会与主机的系统时间同步了。
posted on 2009-03-18 12:50  秋忆  阅读(996)  评论(0编辑  收藏  举报