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

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
Will it be better if i install vmware server and then use same VM with that . I was thinking workstation is better than server – John Dec 4 '09 at 0:58
@Mirror51, What you do depends on your other requirements. VMware workstation does some things VMware server doesn't. – Zoredache Dec 4 '09 at 1:20
Can you give me examples what workstation does and server does not. – John Dec 4 '09 at 1:42
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. – TrXuk Dec 4 '09 at 8:32
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. – Robert Koritnik Jun 2 '10 at 14:25
feedback

Workstation also allows you to "snapshot" VM's to capture the current state. For me, it was a deal breaker in NOT moving to VMware Server. I use snapshots extensively to test development drivers in a consistent environment.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown