Skip to content

Instantly share code, notes, and snippets.

@vbuterin2
Created July 15, 2021 20:45
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 vbuterin2/cf8b24882141438a8b77fc7edc8403fb to your computer and use it in GitHub Desktop.
Save vbuterin2/cf8b24882141438a8b77fc7edc8403fb to your computer and use it in GitHub Desktop.
xfreerdp cookbook
xfreerdp \
+clipboard \
+home-drive \
+unmap-buttons \
+async-channels \
+auto-reconnect \
-encryption \
/sound:rate:44100,channel:2 \
/kbd:0x00000409 \
/bpp:16 \
/audio-mode:0 \
/sound:sys:alsa \
/drive:media,/media \
/network:modem \
/cert-ignore \
/port:3389 \
/dynamic-resolution \
/compression-level:2 \
/v:165.19.1.14 \
/u:Administrator \
/p:pass@owld \
/rfx \
/rfx-mode:video \
/codec-cache:rfx \
/gfx:rfx \
+gfx-progressive \
+gfx-small-cache \
+glyph-cache \
+bitmap-cache \
+offscreen-cache \
/proxy:socks5://127.0.0.1:1080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment