Autostart VM in VM workstation 7.0

6,683

VMware workstation does not support this, however the following command, when provided with the full path to your .vmx file for the VM you wish to boot, will start VMware Workstation and boot the VM:

vmrun -T ws start "C:\Path\to virtual machine\myVM.vmx"

You could put this in a .bat file or in the startup folder as a shortcut to get the effect you are looking for.

Share:
6,683

Related videos on Youtube

Admin
Author by

Admin

Updated on September 17, 2022

Comments

  • Admin
    Admin over 1 year

    I have two VM in vmware workstation and i want them to autostart with Guest OS. Is this possible in workstation 7.0

    My Guest OS is window server 2008

  • Admin
    Admin over 14 years
    Will it be better if i install vmware server and then use same VM with that . I was thinking workstation is better than server
  • Zoredache
    Zoredache over 14 years
    @Mirror51, What you do depends on your other requirements. VMware workstation does some things VMware server doesn't.
  • Admin
    Admin over 14 years
    Can you give me examples what workstation does and server does not.
  • TrXuk
    TrXuk over 14 years
    Workstation supports more 'development' features I beleive, such as creating readonly VM's to be bundled with VMware Player etc. VmWare server sounds like what you are looking for, run's in the background once your main OS has booted, and you only need to open the GUI if there is something you need to do on the physical console of the machine. I would say unless you are doing anything fancy with hardware passthrough or exporting VM's to other people, you may want to check out VMware Server.
  • Robert Koritnik
    Robert Koritnik almost 14 years
    VMWare Server didn't support USB hardware in the past. I know I chose Workstation because of that because I had to use digital certificates on USB keys. Don't know if this is still true today but it was.