Workstation 17 host on windows machine, and 3 windows guest vm.
All 3 VMs are marked to auto start. The service is enabled with correct user.
Only 2 of the 3 VMs are started after boot.
The third VM is windows server 2012 r2. It starts with no issue manually. It also starts by executing vmrum.exe.
I need it to auto start but can’t figure out why it is not.
thanks.
It would be useful if you could provided more information on what investigation, diagnostics, and research you have undertaken.
I looked at event viewer and found nothing that could indicate vmware autostart error.
I looked for logs in the VM guest folder, but no log is created after boot until I start it manually.
I have no idea where to check the autostart process.
One more information:
All VMs I moved from the old box running workstation 12.5 to the new box running workstation 17.0.2 are having the same issue.
HELP
OK I found the problem.
The vmx file moved from the old box had its first line:
.encoding = "windows-1255"
I changed it to
.encoding = "windows-1252"
and all starts automatically.
