VirtualBox

Changeset 32003 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Aug 26, 2010 2:52:53 PM (14 years ago)
Author:
vboxsync
Message:

UserManual: headless VRDP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_Frontends.xml

    r31735 r32003  
    518518      percent, as is common with JPEG compression. The quality can be changed
    519519      using the following command: <screen>VBoxManage modifyvm "VM name" --vrdpvideochannelquality 75</screen></para>
     520    </sect2>
     521
     522    <sect2 id="vrdp-customization">
     523      <title>VRDP customization</title>
     524
     525      <para>Starting with VirtualBox 3.2.10, it is possible to disable display output,
     526      mouse and keyboard input, audio, remote USB or clipboard in the VRDP server.</para>
     527
     528      <para>The following commands change corresponding server settings:</para>
     529
     530      <screen>vboxmanage setextradata VMNAME "VRDP/Feature/Client/DisableDisplay" 1</screen>
     531      <screen>vboxmanage setextradata VMNAME "VRDP/Feature/Client/DisableInput" 1</screen>
     532      <screen>vboxmanage setextradata VMNAME "VRDP/Feature/Client/DisableUSB" 1</screen>
     533      <screen>vboxmanage setextradata VMNAME "VRDP/Feature/Client/DisableAudio" 1</screen>
     534      <screen>vboxmanage setextradata VMNAME "VRDP/Feature/Client/DisableClipboard" 1</screen>
     535
     536      <para>To reenable a feature use a similar command without the trailing 1. For example:
     537      <screen>vboxmanage setextradata VMNAME "VRDP/Feature/Client/DisableDisplay"</screen></para>
    520538    </sect2>
    521539  </sect1>
Note: See TracChangeset for help on using the changeset viewer.

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