Skip to content

Instantly share code, notes, and snippets.

@dubcl
Last active May 22, 2017 15:51
Show Gist options
  • Save dubcl/069ecd25a9f2aa7a81fff6e87c29973c to your computer and use it in GitHub Desktop.
Save dubcl/069ecd25a9f2aa7a81fff6e87c29973c to your computer and use it in GitHub Desktop.
#!/bin/bash
# apt-get install freerdp-x11
# OLD WAY
#
# For windows 7/10
# xfreerdp --plugin cliprdr -a 16 -g 1920x1065 -k 0x0000080A --disable-wallpaper --no-nla -u $USER $IP
xfreerdp --plugin cliprdr -a 16 -g 1270x940 -k 0x0000080A --disable-wallpaper --no-tls --no-nla $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment