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...