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

时间:2010-11-11 13:02:49

标签: windows-7 virtual-pc

我想在我的Win 7 64位主机和Win XP SP3虚拟机之间禁用时间同步。来自Virtual 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>

有什么建议吗?

1 个答案:

答案 0 :(得分:3)

通过在上面的更改中添加以下行似乎对我有用。

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