Skip to content

Instantly share code, notes, and snippets.

@djhaskin987
Created August 30, 2016 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djhaskin987/678ff222b0128d9dd9d7a61c77f64e50 to your computer and use it in GitHub Desktop.
Save djhaskin987/678ff222b0128d9dd9d7a61c77f64e50 to your computer and use it in GitHub Desktop.
Options to use with XFreeRDP
#!/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