Created
April 18, 2018 04:13
-
-
Save iamshanto/50e658d4bd3423ebefc7aa85cd00963c to your computer and use it in GitHub Desktop.
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
| 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