Does anyone know how to enable the popup confirmation for changing the power state on the VM.
I use the Ctrl+E hotkey in the VM all the time. If the cursor drifts out of the VM and the hotkey is trigger it previously asked if I really wanted to power it off. Now it is instant.
Thanks.
Looks like changing hard to soft in the vmx file resolves the issue.
powerType.powerOff = "soft"
powerType.powerOn = "soft"
powerType.suspend = "soft"
powerType.reset = "soft"
Hi,
Cool to hear that you found a solution.
Note that you can also disable those shortcut keys if you don't use them...
See here:
--
Wil
