I have a vmware workstation (encrypted virtual machine) with win 2003 OS.I can use the vmrun command line to start it,but can't stop it.Below is the methed that I
use:
vmrun -T ws -gu Guestuser -gp GuestuserPassword -vp <password for encrypted virtual machine> start "[path]\Windows Server 2003.vmx" nogui This is fine.
But vmrun -T ws -gu Guestuser -gp GuestuserPassword -vp <password for encrypted virtual machine> stop "[path]\Windows Server 2003.vmx" hard ;not responed
Consult the help very much.