- Timestamp:
- Apr 2, 2013 11:59:39 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84681
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r45175 r45286 1933 1933 </glosslist></para> 1934 1934 1935 <para>To disable any GUI customization do <screen>VBoxManage setextradata global GUI/Customizations</screen></para> 1935 <para>To disable any GUI customization do 1936 <screen>VBoxManage setextradata global GUI/Customizations</screen></para> 1937 1938 <title>VM selector customization</title> 1939 <para>The following per-machine VM extradata settings can be used to change the 1940 behavior of the VM selector window in respect of certain VMs:</para> 1941 <screen>VBoxManage setextradata VM_NAME SETTING true</screen> 1942 <para>where <computeroutput>SETTING</computeroutput> can be:</para> 1943 <glosslist> 1944 <glossentry> 1945 <glossterm><computeroutput>GUI/HideDetails</computeroutput></glossterm> 1946 <glossdef> 1947 <para>Don't show the VM configuration of a certain VM. The details 1948 window will remain just empty if this VM is selected.</para> 1949 </glossdef> 1950 </glossentry> 1951 <glossentry> 1952 <glossterm><computeroutput>GUI/PreventReconfiguration</computeroutput></glossterm> 1953 <glossdef> 1954 <para>Don't allow the user to open the settings dialog for a certain VM.</para> 1955 </glossdef> 1956 </glossentry> 1957 <glossentry> 1958 <glossterm><computeroutput>GUI/HideFromManager</computeroutput></glossterm> 1959 <glossdef> 1960 <para>Hide a certain VM in the VM selector window.</para> 1961 </glossdef> 1962 </glossentry> 1963 </glosslist> 1964 <para>Please note that these settings wouldn't prevent the user from 1965 reconfiguring the VM by <computeroutput>VBoxManage modifyvm</computeroutput>.</para> 1966 1936 1967 </sect2> 1937 1968
Note:
See TracChangeset
for help on using the changeset viewer.