【问题标题】:How to disable time sync in Windows 7 Virtual PC如何在 Windows 7 Virtual PC 中禁用时间同步
【发布时间】:2011-05-08 11:11:32
【问题描述】:

我想禁用我的 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>

有什么建议吗?

【问题讨论】:

    标签: windows-7 virtual-pc


    【解决方案1】:

    在上述更改中添加以下行似乎对我有用。

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

    【讨论】:

      猜你喜欢
      • 2011-10-28
      • 1970-01-01
      • 2012-06-08
      • 2017-01-10
      • 2014-09-20
      • 2011-04-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多