Skip to content

Instantly share code, notes, and snippets.

@chrpinedo
Created November 24, 2015 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrpinedo/b072e54559141e440ede to your computer and use it in GitHub Desktop.
Save chrpinedo/b072e54559141e440ede to your computer and use it in GitHub Desktop.
Disable time sync between host and Virtualbox virtual machine
  1. Disable time sync of the virtual machine:
VBoxManage setextradata MyVM "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" 1
  1. Optionally, introduce an offset (in milliseconds) regarding the current time
VBoxManage modifyvm MyVM --biossystemtimeoffset -1209600000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment