Pregunta

Quiero desactivar la sincronización de tiempo entre mi Windows 7 de 64 bits de host y la máquina virtual de Windows XP SP3. Los viejos trucos de Virtual PC 2007 no parece que funciona más

<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>

alguna sugerencia?

¿Fue útil?

Solución

Por añadiendo también la siguiente línea a los cambios anteriores parece hacer el truco para mí.

<hardware>
 <bios>
   <time_sync_at_boot type="boolean">false</time_sync_at_boot>
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top