Skip to content

Instantly share code, notes, and snippets.

@ichisadashioko
Created June 30, 2021 04:08
Show Gist options
  • Save ichisadashioko/47b4a15b586f2d60e3957bbdddd2ee79 to your computer and use it in GitHub Desktop.
Save ichisadashioko/47b4a15b586f2d60e3957bbdddd2ee79 to your computer and use it in GitHub Desktop.
vmware cheat sheet

change boot wait delay

bios.bootdelay = X

disable synchronizing time

  • To disable periodic time synchronization in a VM, launch vSphere Client, go to Edit Settings → VM Options → VMware Tools → Time, and deselect the checkbox Synchronize guest time with host

  • To disable one-off time synchronization in a VM, you must set the following advanced configuration settings.

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment