有没有一种方法(API/脚本)可以与 Virtual PC 一起使用?

发布于 2024-07-20 04:08:12 字数 304 浏览 6 评论 0原文

有没有办法与 Virtual PC1 交互?

希望做一些基本的事情,例如启动和关闭(选择保存或关闭等)特定的虚拟机。

除了模拟按键之外的任何解决方案都可以,例如

  • WMI
  • COM+
  • ADSI
  • PowerShell

1 - 专门用于 Microsoft Virtual PC 中的 Virtual PC(即在 Vista 及更早版本上运行的解决方案),而不是 Windows Virtual PC(即 Win7 的)

Is there a way to interact with Virtual PC1?

Looking to do basic things like startup and shutdown (with choice of save or turn off etc..) specific VM's.

Any solution other than simulating key presses would be fine, for example

  • WMI
  • COM+
  • ADSI
  • PowerShell

1 - Specifically for Virtual PC as in Microsoft Virtual PC (i.e. the one that runs on Vista and earlier), not Windows Virtual PC (i.e. the Win7 one)

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

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

发布评论

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

评论(2

何以心动 2024-07-27 04:08:12

这并不完全是您想要的,但您可以在 Virtual PC.exe 上使用一整套命令行参数来启动和暂停虚拟机以及设置屏幕模式和禁用/启用各种选项。

您可以在此MS KB 831501 文章中找到它们。

“虚拟 PC.exe”[-singlepc] [-quiet]
[-usehostdiskcache] [-pc
虚拟机名称 [-disableclose]
[-disableopt] [-s3bitclip] [-setbiosno
BIOS_序列号] [-setassettag
asset_tag] [-extnetworking] [-launch]
[{-全屏|-窗口}] [-几何
宽度x高度{+|-}x偏移量{+|-}y
偏移] [{-最小化|-恢复}]
[{-暂停|-恢复}]] [-帮助]
[-registervm 文件名.vmc] [-startvm
文件名.vmc]

It's not quite what you're after but there are a whole set of command line parameters you can use on Virtual PC.exe to start and pause VMs as well as set screen modes and disable/enable various options.

You can find them on this MS KB 831501 article.

"Virtual PC.exe" [-singlepc] [-quiet]
[-usehostdiskcache] [-pc
virtual_machine_name [-disableclose]
[-disableopt] [-s3bitclip] [-setbiosno
bios_serial_number] [-setassettag
asset_tag] [-extnetworking] [-launch]
[{-fullscreen|-window}] [-geometry
widthxheight{+|-}x offset{+|-}y
offset] [{-minimize|-restore}]
[{-pause|-resume}]] [-help]
[-registervm filename.vmc] [-startvm
filename.vmc]

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