VirtualBox

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

最後變更 在這個檔案是 105335,由 vboxsync 提交於 7 月 前

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

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1.4 KB
 
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>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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