VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/vrde-customization.dita@ 105145

Last change on this file since 105145 was 99016, checked in by vboxsync, 2 years ago

manual: Some scm corrections for dita files. bugref:10302

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 1.3 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="vrde-customization">
4 <title>VRDP Customization</title>
5
6 <body>
7 <p>
8 You can disable display output, mouse and keyboard input, audio,
9 remote USB, or clipboard individually in the VRDP server.
10 </p>
11 <p>
12 The following commands change the corresponding server settings:
13 </p>
14 <pre xml:space="preserve">$ VBoxManage modifyvm <varname>VM-name</varname> --vrde-property Client/DisableDisplay=1
15$ VBoxManage modifyvm <varname>VM-name</varname> --vrde-property Client/DisableInput=1
16$ VBoxManage modifyvm <varname>VM-name</varname> --vrde-property Client/DisableUSB=1
17$ VBoxManage modifyvm <varname>VM-name</varname> --vrde-property Client/DisableAudio=1
18$ VBoxManage modifyvm <varname>VM-name</varname> --vrde-property Client/DisableClipboard=1
19$ VBoxManage modifyvm <varname>VM-name</varname> --vrde-property Client/DisableUpstreamAudio=1</pre>
20 <p>
21 To reenable a feature, use a similar command without the
22 trailing 1. For example:
23 </p>
24 <pre xml:space="preserve">$ VBoxManage modifyvm <varname>VM-name</varname> --vrde-property Client/DisableDisplay=</pre>
25 </body>
26
27</topic>
Note: See TracBrowser for help on using the repository browser.

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