- 关闭虚拟机
- 用记事本打开虚拟机的.vmx文件
- 在末尾添加添加:
tools.syncTime = "FALSE"
time.synchronize.continue = "FALSE"
time.synchronize.restore = "FALSE"
time.synchronize.resume.disk = "FALSE"
time.synchronize.shrink = "FALSE"
time.synchronize.tools.startup = "FALSE"
rtc.startTime = 1325376000
- 启动虚拟机
注意事项:
1)rtc.startTime = 1325376000 里的1325376000是从1970年1月1日0时0分0秒到系统启动时间间隔的时间,单位是秒
可以到网站 http://www.onlineconversion.com/unix_time.htm 上换算得到希望虚拟机的启动时间
1)rtc.startTime = 1325376000 里的1325376000是从1970年1月1日0时0分0秒到系统启动时间间隔的时间,单位是秒
可以到网站 http://www.onlineconversion.com/unix_time.htm 上换算得到希望虚拟机的启动时间
2)如果.vmx文件中本来就含有 tools.syncTime = "FALSE" 则不需要配置这条规则