Prevent VMWare WorkStation guest machines from sysning time with host

  1. Navigate to the directory where the virtual machine stored.
  2. Open %virtual machine name%.vmx file with your favourite editor.
  3. Search Text: “tools.syncTime”.
  4. Add the following text under the result line:

    time.synchronize.continue = "FALSE"
    time.synchronize.restore = "FALSE"
    time.synchronize.resume.disk = "FALSE"
    time.synchronize.shrink = "FALSE"
    time.synchronize.tools.startup = "FALSE"
    time.synchronize.tools.enable = "FALSE"
    time.synchronize.resume.host = "FALSE"
    

5.Restart the guest to check the result.

0%