Changeset 32177 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Sep 1, 2010 1:43:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_Frontends.xml
r32003 r32177 528 528 <para>The following commands change corresponding server settings:</para> 529 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>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 535 536 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>537 <screen>VBoxManage setextradata VMNAME "VRDP/Feature/Client/DisableDisplay"</screen></para> 538 538 </sect2> 539 539 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.