Created
April 8, 2015 19:25
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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