Windows 7 XP Mode disable time sync
- by Oskar Duveborn
So I've tried the trick from Virtual PC 2007, adding the following section to the vmc configuration file:
<components>
<host_time_sync>
<enabled type="boolean">false</enabled>
</host_time_sync>
</components>
Later someone suggested VPC doesn't want the components level so added this instead:
…