To prevent VMware from modifying the time on your guest machine, add the following options to your vmx file:
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"
Here is VMware's description of these options.This info is reblogged from here.
No comments:
Post a Comment