Created
August 30, 2016 14:33
-
-
Save djha-skin/678ff222b0128d9dd9d7a61c77f64e50 to your computer and use it in GitHub Desktop.
Options to use with XFreeRDP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -x | |
xfreerdp \ | |
"${@}" | |
+clipboard \ | |
+compression \ | |
/audio-mode:2 \ | |
/network:lan \ | |
/cert-ignore \ | |
/gdi:hw \ | |
/drive:root,/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment