VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/config-vm-window-visual-modes.dita@ 105935

Last change on this file since 105935 was 105335, checked in by vboxsync, 9 months ago

FE/Qt: bugref:10705. Merging r6149 from doc team's repo.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="config-vm-window-visual-modes">
4 <title>Configure VM Window Visual Modes</title>
5
6 <body>
7 <p>You can disable certain VM visual modes: </p>
8 <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> GUI/RestrictedVisualStates <varname>property</varname>[,<varname>property</varname>...]</pre>
9 <p><varname>property</varname> is one of the following:
10 </p>
11 <dl>
12 <dlentry>
13 <dt>
14 <codeph>Fullscreen</codeph>
15 </dt>
16 <dd>
17 <p>Do not allow to switch the VM into full screen mode. </p>
18 </dd>
19 </dlentry>
20 <dlentry>
21 <dt>
22 <codeph>Seamless</codeph>
23 </dt>
24 <dd>
25 <p>Do not allow to switch the VM into seamless mode. </p>
26 </dd>
27 </dlentry>
28 <dlentry>
29 <dt>
30 <codeph>Scale</codeph>
31 </dt>
32 <dd>
33 <p>Do not allow to switch the VM into scale mode. </p>
34 </dd>
35 </dlentry>
36 </dl>
37 <p>This is a per-VM setting. You can specify any combination of properties. To restore the default behavior, use the
38 following command: </p>
39 <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> GUI/RestrictedVisualStates</pre>
40 </body>
41
42</topic>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette