If you’ve ever had VPCs that you just want to run and use, irrespective of the actual
host time add/edit this little gem to the corresponding *.VMC file
<integration>
<microsoft>
<mouse>
<allow type=”boolean”>true</allow>
</mouse>
<components>
<host_time_sync>
<enabled type=”boolean”>false</enabled>
</host_time_sync>
</components>
…… – other entries here……
</microsoft>
</integration>