Vmware:以编程方式启用 VIX?

发布于 2024-12-07 22:58:15 字数 240 浏览 0 评论 0原文

我发现可以通过对变量 "vmci0.present" 执行 VixVM_ReadVariable() 来查询 VIX 是否已启用。

使用 VixVM_WriteVariable() 更改此变量以在未启用 VIX 的计算机中启用 VIX 似乎不受支持。

是否有另一种方法可以从另一个虚拟机以编程方式启用 VIX?除了 GUI 之外还有什么方法可以做到这一点?

I found that it is possible to query if VIX is enabled by doing a VixVM_ReadVariable() for the variable "vmci0.present".

Using VixVM_WriteVariable() to change this variable to enable VIX in a machine where it isn't enabled doesn't seem to be supported.

Is there another way to do this enable VIX programmatically from another VM? Any way to do this other than the GUI?

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

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

发布评论

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

评论(1

音盲 2024-12-14 22:58:15

虚拟机上是否安装了VMWare Tools?

如果没有,我相信您可以调用InstallTools vix api函数在虚拟机上安装VMWare Tools,然后您应该能够使用其他vix api调用与虚拟机进行交互。

Is VMWare Tools installed on the virtual machine?

If not, I believe you can call the InstallTools vix api function to install the VMWare Tools on the virtual machine, and then you should be able to interact with the vm using the other vix api calls.

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