VMware Communities
gis4gis
Contributor
Contributor

VMware Player (automate/script/Preferences file): This virtual machine may have been moved or copied

I am trying to automate the startup of Virtual machine in VMware Player. I am passing in the name of the vmx file as a parameter to vmplayer.exe. It pops up a message regarding "This virtual machine may have been moved or copied". How do I make it automatically choose the option "I copied it". Is there a prefences file option or something else that I can modify so that the VMware Player does not get stuck at this point?

Tags (3)
0 Kudos
3 Replies
RDPetruska
Leadership
Leadership

Add a line into the vmx file uuid = "create" (I think. I know the value is "keep" to auto-answer "I moved it").

0 Kudos
akhenax
Contributor
Contributor

putting uuid = "create" in the vmx file does not allow the player to always select "copied" by default. This was doable with early versions of the vmware player but current versions will not allow for this type of easy maintenance.

0 Kudos
continuum
Immortal
Immortal

That still works for me - you just use the wrong vmx-line

see http://sanbarrow.com/vmx/vmx-advanced.html#uuid

___________________________________

description of vmx-parameters:

VMware-liveCD:


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos