Windows 7 如何在Windows 7虚拟PC中禁用时间同步

Windows 7 如何在Windows 7虚拟PC中禁用时间同步,windows-7,virtual-pc,Windows 7,Virtual Pc,我想禁用Win 7 64位主机和Win XP SP3虚拟机之间的时间同步。虚拟PC 2007的老把戏似乎不再管用了 <hardware> <bios> <time_sync_at_boot> <enabled type="boolean">false</enabled> </time_sync_at_boot> <integration> <microsoft>

我想禁用Win 7 64位主机和Win XP SP3虚拟机之间的时间同步。虚拟PC 2007的老把戏似乎不再管用了

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

假的
假的
15
10

有什么建议吗?

在上面的更改中添加以下行似乎对我很有帮助

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

假的