Eu descobri uma maneira em que cada atalho de VM começa em uma nova janela.
Crie um novo atalho para seu vmware.exe
e modifique a linha de destino nas propriedades de atalho.
Anexe o -n
, que diz ao vmware para abrir uma nova janela em vez de uma nova aba. Por fim, adicione o caminho para a VM que você deseja abrir.
<path_to_vmware.exe> + <commandline_switch> + <path_to_VM>
"C:\Program Files (x86)\VMware\VMware Workstation\vmware.exe" -n "D:\VMs\Win7x86.vmx"
Leia aqui para mais Opções de Comando VMware
-n Opens a new Workstation window.
-t Opens a virtual machine in a new tab in the existing Workstation window.
-x Powers on the virtual machine when Workstation starts.
This option is equivalent to clicking Power On in the Workstation toolbar.
-X Powers on the virtual machine and switches the Workstation window to
full screen mode.
-q Closes the virtual machine tab when the virtual machine powers off.
If no other virtual machine is open, it also exits Workstation. This option is
useful when the guest operating system can power off the virtual machine.
-s Sets the specified variable to the specified value. You can specify at the command
line any variable names and values that are valid in the configuration file.
-v Displays the product name, version, and build number.