在 OSX 上运行最新版本的 VirtualBox 并托管 Windows 虚拟机。有没有办法在 Mac 桌面上为以无缝模式运行的 Windows 应用程序设置快捷方式?
我找不到办法做到这一点,所以每次我想以无缝模式启动 Windows 应用程序时,我都必须访问完整的 Windows 桌面,启动应用程序并点击HostKey+ L。对于想要一直以无缝模式运行的应用程序来说,这真的很痛苦。
答案1
请参阅此处有关使用 VBoxManage 和 guestcontrol 选项的手册。(特别是“执行”)
http://www.virtualbox.org/manual/ch08.html#vboxmanage-guestcontrol
摘录:
执行,允许执行已在客户机上安装并可运行的程序/脚本(进程)。此命令仅在虚拟机启动并运行时有效,语法如下:
VBoxManage guestcontrol <vmname>|<uuid> exec[ute]
--image <path to program> --username <name>
[--passwordfile <file> | --password <password>]
[--environment "<NAME>=<VALUE> [<NAME>=<VALUE>]"]
[--verbose] [--timeout <msec>]
[--wait-exit] [--wait-stdout] [--wait-stderr]
[--dos2unix] [--unix2dos]
-- [[<argument1>] ... [<argumentN>]]