Last active
September 29, 2019 10:00
-
-
Save Trip09/ab018c02f00a5ec3a32d1059a18bc71b to your computer and use it in GitHub Desktop.
Connect to Windows From Linux
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
#Install freerdp package in ubuntu | |
sudo apt install freerdp-x11 | |
#After installation run the command | |
xfreerdp --plugin rdpsnd --plugin rdpdr --data disk:home:/home/trip -- -u Administrator public-ip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment