Changeset 58735 in vbox
- Timestamp:
- Nov 18, 2015 10:25:36 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r58537 r58735 1997 1997 1998 1998 <sect1 id="guitweaks"> 1999 <title>Locking down the VirtualBox managerGUI</title>1999 <title>Locking down the VirtualBox GUI</title> 2000 2000 2001 2001 <sect2> … … 2882 2882 </glossdef> 2883 2883 </glossentry> 2884 2885 <glossentry> 2886 <glossterm><computeroutput>Detach</computeroutput></glossterm> 2887 <glossdef> 2888 <para>Don't allow the user to detach from the VM process if the 2889 VM was started in separate mode.</para> 2890 </glossdef> 2891 </glossentry> 2892 2893 </glosslist> 2894 2895 <para>This is a per-VM setting. Any combination of the above is allowed. If all 2896 options are specified, the VM cannot be shut down at all.</para> 2897 </sect2> 2898 2899 <sect2> 2900 <title>Default action when terminating the VM</title> 2901 2902 <para>You can define a specific action for terminating a VM. In contrast to 2903 the setting decribed in the previous section, this setting allows only 2904 one action when the user terminates the VM. No exit menu is shown.</para> 2905 2906 <para><screen>VBoxManage setextradata "VM name" GUI/DefaultCloseAction ACTION</screen></para> 2907 2908 <para>where <computeroutput>ACTION</computeroutput> is one of the 2909 following keywords:</para><glosslist> 2910 <glossentry> 2911 <glossterm><computeroutput>SaveState</computeroutput></glossterm> 2912 <glossdef> 2913 <para>Save the VM state before terminating the VM process.</para> 2914 </glossdef> 2915 </glossentry> 2916 2917 <glossentry> 2918 <glossterm><computeroutput>Shutdown</computeroutput></glossterm> 2919 <glossdef> 2920 <para>The VM is shut down by sending the ACPI power-off event to the guest.</para> 2921 </glossdef> 2922 </glossentry> 2923 2924 <glossentry> 2925 <glossterm><computeroutput>PowerOff</computeroutput></glossterm> 2926 <glossdef> 2927 <para>The VM is powered off.</para> 2928 </glossdef> 2929 </glossentry> 2930 2931 <glossentry> 2932 <glossterm><computeroutput>PowerOffRestoringSnapshot</computeroutput></glossterm> 2933 <glossdef> 2934 <para>The VM is powered off and the saved state returns to the last snapshot.</para> 2935 </glossdef> 2936 </glossentry> 2937 2938 <glossentry> 2939 <glossterm><computeroutput>Detach</computeroutput></glossterm> 2940 <glossdef> 2941 <para>Terminate the frontend but leave the VM process running.</para> 2942 </glossdef> 2943 </glossentry> 2944 2884 2945 </glosslist> 2885 2946
Note:
See TracChangeset
for help on using the changeset viewer.

