문제

I want to disable time sync between my Win 7 64bit host and Win XP SP3 virtual machine. The old tricks from Virtual PC 2007 does not seem to work anymore

<hardware>
  <bios>
   <time_sync_at_boot>
    <enabled type="boolean">false</enabled>
   </time_sync_at_boot>

 <integration>
  <microsoft>
   <host_time_sync>
    <enabled type="boolean">false</enabled>
    <frequency type="integer">15</frequency>
    <threshold type="integer">10</threshold>
   </host_time_sync>

any suggestions?

도움이 되었습니까?

해결책

By also adding the following line to the above changes seems to do the trick for me.

<hardware>
 <bios>
   <time_sync_at_boot type="boolean">false</time_sync_at_boot>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top