Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 467 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 467 Bytes

VMwareTimeSyncDisabler

A tool to disable VMware's automatic time sync in a VM.

Note: The tool only adds the following lines to a .VMX file.:

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"

The guest OS can still sync the time in other ways.