如何在 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>
有什么建议吗?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过在上述更改中添加以下行似乎对我有用。
By also adding the following line to the above changes seems to do the trick for me.