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、启动虚拟机,系统时间就不会与主机的系统时间同步了。

相关文章:

  • 2021-07-02
  • 2022-12-23
  • 2021-06-01
  • 2021-05-12
  • 2021-08-02
  • 2022-12-23
  • 2021-11-01
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-17
  • 2022-01-16
  • 2022-12-23
  • 2021-11-10
  • 2022-01-20
  • 2021-12-31
相关资源
相似解决方案