Created
January 22, 2024 05:15
-
-
Save john-clark/6cf85b65a23dfebb138a5c3547b7db80 to your computer and use it in GitHub Desktop.
Rasbian RDP
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
# have your pi automatically log in to x and want to remotely view the screen with rdp | |
# | |
sudo apt install freerdp2-shadow-cli | |
cp /etc/xdg/lxsession/LXDE-pi/autostart .config/lxsession/LXDE-pi/autostart | |
echo @freerdp-shadow-cli -auth >>.config/lxsession/LXDE-pi/autostart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment