Skip to content

Instantly share code, notes, and snippets.

@mahngiel
Created April 8, 2015 19:25
Show Gist options
  • Select an option

  • Save mahngiel/3ee554b724276ddf72de to your computer and use it in GitHub Desktop.

Select an option

Save mahngiel/3ee554b724276ddf72de to your computer and use it in GitHub Desktop.
Stop VirtualBox time sync so you can pretend you're in the past \o/
# disable time sync
VBoxManage.exe setextradata "VMName" "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" 1
# enable time sync
VBoxManage.exe setextradata "VMName" "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment