Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save iamshanto/50e658d4bd3423ebefc7aa85cd00963c to your computer and use it in GitHub Desktop.

Select an option

Save iamshanto/50e658d4bd3423ebefc7aa85cd00963c to your computer and use it in GitHub Desktop.
Source: https://forums.virtualbox.org/viewtopic.php?t=8535
Turn off time syncing:
vboxmanage setextradata [VMname] "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" "1"
Turn it back on:
vboxmanage setextradata [VMname] "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" "0"
note: [VMname] is the name of your virtual machine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment