I tried to change the hour of my windows inside Virtual PC but each time it comes back to the clock of the host. How to prevent this ?

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

This is part of the way it works.

Stop the Virtual Machine and find the folder that contains your .vmc file (configuration file).

Open it up in notepad and within the <Integration> and <Microsoft> tags, add the following:

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

In this guide, it shows to do it straight after </mouse>

link|improve this answer
Great thanks, couldn't suspect I could configure this :) – asksuperuser Nov 24 '09 at 22:12
feedback

Your Answer

 
or
required, but never shown