Broken function -- VBoxManage GUI/RestrictedCloseActions
Posted: 14. Feb 2014, 21:12
I'm trying to make a VM only give the option to "Power Off" when being closed.
The user manual "9.19.8. Action when terminating the VM" says you can remove any/all options from the close dialog by using
So for my particular VM I tried doing
But everytime I close the VM it still gives the option to restore the last snapshot.
The "Restore" option should be removable according to documentation, but it isn't going away.
Anyone have a fix? or insight?
The user manual "9.19.8. Action when terminating the VM" says you can remove any/all options from the close dialog by using
Code: Select all
VBoxManage setextradata "VM name" GUI/RestrictedCloseActions OPTION[,OPTION...]Code: Select all
VBoxManage setextradata "VM name" GUI/RestrictedCloseActions SaveState,Shutdown,RestoreThe "Restore" option should be removable according to documentation, but it isn't going away.
Anyone have a fix? or insight?