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

发布于 2024-10-02 15:04:33 字数 533 浏览 5 评论 0原文

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

有什么建议吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岛徒 2024-10-09 15:04:33

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

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

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>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文