Disabling Time
Synchronization
A virtual machine
occasionally synchronizes time with the host even if you do not turn on
periodic time synchronization. To completely disable time synchronization, you
must set some properties in the virtual machine configuration file.
Power off the virtual machine.
- Open the configuration (.vmx) file of the virtual machine in a text editor.
- Add lines for the time synchronization properties and set the properties toFALSE.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"
- Save and close the file.
Power on the virtual machine.