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?