在HOST系统的命令行切换到VirtualBox安装目录,运行以下命令:
VBoxManage setextradata 虚拟机名称 "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" "1"
如果以上不见效,打开guest系统中注册表,找到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VBoxService键,修改ImagePath值为system32\VBoxService.exe --disable-timesync
此方法来自:http://forum.ubuntu.org.cn/viewtopic.php?f=65&t=263120&sid=0ea99bae8539589cd1241708c5ad85f5,在Host系统win7、Guest系统2003下测试成功。