As a part of this thread (http://superuser.com/questions/296407/a-better-way-to-run-vmware) I was told about an opportunity to find the names of currently regustered VMs on Windows machine. The line that works on some computers is:
vmrun -T server -h https://127.0.0.1:8333/sdk -u -p list
However, on my machine, the only output I could get was:
Error: Malformed hostname parameter. For the given service provider, the hostname must be a URL, in the form https://:/sdk.
Any advices, please?