Last change
on this file since 98549 was 98549, checked in by vboxsync, 2 years ago |
Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.
|
-
Property svn:eol-style
set to
native
|
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.