trb_oti
Contributor
Contributor

State Change Confirmation

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.

Reply
0 Kudos
trb_oti
Contributor
Contributor

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"

Reply
0 Kudos
wila
Immortal
Immortal

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:

https://www.vi-toolkit.com/wiki/index.php?title=Vmx_hacks#Disable_all_Power_menu_and_keyboard_shortc...

--
Wil

| Author of Vimalin. The virtual machine Backup app for VMware Fusion, VMware Workstation and Player |
| More info at vimalin.com | Twitter @wilva
Reply
0 Kudos