Go to advanced search

by jimmyb2
Tue Nov 12, 2013 2:32 pm
Forum: Networking and servers
Topic: How can Pi boot directly to a Remote Desktop?
Replies: 4
Views: 8231

Re: How can Pi boot directly to a Remote Desktop?

i added ./remote.sh to the bottom of the file /etc/profile to call the remote desktop script i placed in the /home/pi directory. within that script i used: #!/bin/bash sudo rdesktop -u USERNAME -p PASSWORD -d DOMAINNAME(ex:CORP) -k en-us -n Pi_USERNAME -f -s C:\\Scripts\\remote.bat SERVERNAME it aut...

Go to advanced search