Posts tagged ‘vmware workstation’

Manage VMware virtual machines from the command line

To control VMware Workstation Virtual Machines from the command line use the vmrun utility. For instance, to stop a running virtual machine use this command:

# vmrun stop myvm.vmx

For a comprehensive guide on vmrun take a look at this document.