M
M
MaxLich2018-07-13 15:35:52
virtual box
MaxLich, 2018-07-13 15:35:52

How to disable time synchronization between guest and host OS in Virtual Box?

Hello. I tried this instruction:

Если вы пытаетесь сменить время на виртуальной машине и оно все время слетает через несколько секунд, то необходимо:
Метод 1) В папке с виртуальной машиной отредактировать файл с разрешением *.vbox
а имя его зависит от имени ВМ.
Нужно добавить строку <ExtraDataItem name="VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" value="1"/> в ветку <ExtraData>
Сохранить изменения.
Метод 2)
Выполнить => cmd
Выполнить команду cd "C:\Program Files\Oracle\VirtualBox"
VBoxManage setextradata "VMname" "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" "1"
Где "VMname" –имя вашей виртуальной машины.

В конце всех манипуляций эта ветка у меня выглядела так
<ExtraData>
<ExtraDataItem name="GUI/LastCloseAction" value="PowerOff"/>
<ExtraDataItem name="GUI/LastGuestSizeHint" value="1270,656"/>
<ExtraDataItem name="GUI/LastNormalWindowPosition" value="4,23,1270,695"/>
<ExtraDataItem name="GUI/MiniToolBarAlignment" value="bottom"/>
<ExtraDataItem name="GUI/SaveMountedAtRuntime" value="yes"/>
<ExtraDataItem name="GUI/ShowMiniToolBar" value="yes"/>
<ExtraDataItem name="VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" value="1"/>
</ExtraData>

Method 1 doesn't help.
The 2nd gives the following errors:
C:\Program Files\Oracle\VirtualBox>VBoxManage setextradata Win7_x64 "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" 0
VBoxManage.exe: error: Could not find a registered machine named 'Win7_x64'
VBoxManage.exe: error: Details : code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBoxWrap, interface IVirtualBox, callee IUnknown
VBoxManage.exe: error: Context: "FindMachine(Bstr(a->argv[0]).raw(), machine.asOutParam())" at line 808 of file VBoxManageMisc.cpp

UPD.: On another forum, they suggested running the command from the 2nd method on behalf of the same user (not on behalf of the administrator, for example), and this helped to solve the problem with the error. But the main problem has not been solved - the time is still synchronized.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
panpropan2, 2019-04-17
@panpropan2

The solution to the problem is described here:
vsemprocomp.ru/tag/utilita-date-offset-calculator

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question