Changing the System Time in the Virtual Machine / Disable Host Timesync

Hi,

auf der site

http://blogs.msdn.com/virtual_pc_guy/archive/2006/11/27/the-futility-of-changing-the-system-time-in-the-virtual-machine-bios.aspx

habe ich folgendes gefunden:

The Futility of Changing the System Time in the Virtual Machine Bios

You may or may not be aware that when you are booting a virtual machine under Virtual PC or Virtual Server you can press the Del key to enter the virtual machines bios. The first configurable option that you'll see in the bios is the System Time and System Date. You can easily change these values, however there is no point. You see, the virtual machine will be rebooted after any Bios changes are made (this is standard behavior for computers) and when the virtual machine reboots its system time and date will be automatically reset to match those of the host operating system.

Cheers, Ben

und unter den Kommentaren:

We can use the key from VS inside the <integration> <microsoft> tags in the vmc to disable host timesync.

<components>
<host_time_sync>
<enabled type="boolean">false</enabled>
</host_time_sync>
</components>

mfg

Klaus