Useful bit of XML to prevent time sync in Virtual PC VMs

Edit the .VMC file in Notepad and add the following 

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

Close notepad and save the .VMC file. Start the virtual machine.