1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="disabletimesync">
|
---|
4 | <title>Disabling the Guest Additions Time Synchronization</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>Once installed and started, the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> Guest Additions will try to
|
---|
8 | synchronize the guest time with the host time. This can be prevented by forbidding the guest service from reading
|
---|
9 | the host clock: </p>
|
---|
10 | <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" 1</pre>
|
---|
11 | </body>
|
---|
12 |
|
---|
13 | </topic>
|
---|