Showing posts with label virtualbox. Show all posts
Showing posts with label virtualbox. Show all posts

Monday, 27 January 2014

VirtualBox Disable Time Sync

vboxmanage setextradata [VMname] "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" "1"

Turn it back on:
vboxmanage setextradata [VMname] "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" "0"