This can now be done using VBoxManage utility. It's a command-line tool, which is available in the Virtualbox install folder in Windows or in ~/Library/Virtualbox on Mac.
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"
'IT > 가상머신' 카테고리의 다른 글
vmwareplayer bios enter (0) | 2019.09.23 |
---|---|
VMWare Player XP 게스트의 사운드 문제 (0) | 2018.09.03 |
QEMU vs Virtualbox (0) | 2017.10.06 |
최근 ubuntu 및 파생 distro 의 가상머신에서의 실행 (0) | 2016.12.30 |
virtualbox 호스트 키 변경이 안되는 경우 (0) | 2016.12.17 |