Questions tagged [rdp]

Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft, which provides a user with a graphical interface to another computer.

The protocol is an extension of the ITU-T T.128 application sharing protocol. Clients exist for most versions of Microsoft Windows (including Windows Mobile), Linux, Unix, Mac OS X, Android, and other modern operating systems. By default the server listens on TCP port 3389.

Microsoft currently refers to their official RDP server software as Remote Desktop Services, formerly "Terminal Services". Their official client software is currently referred to as Remote Desktop Connection, formerly "Terminal Services Client".

Source: Wikipedia (Remote Desktop Protocol)

1234 questions
148
votes
1 answer

Trying to login to RDP using AS3

I am trying to login to RDP using AS3 (air). I am doing ok, considering the lack of resources out there to understand the actual process. I have gotten past the initial sending username, received a response from server, and I am now at initial…
Brendan Mcdonagh
  • 1,481
  • 1
  • 9
  • 3
128
votes
1 answer

AltGr key not working, instead I have to use Ctrl+AltGr

I encountered this problem several times. I want to use a character accessible using the AltGr Key but for some reason it doesn't work. As if I didn't press the AltGr key. Usually I experience this in remote Desktop but not on my local machine. I…
Xeltor
  • 4,626
  • 3
  • 24
  • 26
109
votes
11 answers

Can RDP clients launch remote applications and not desktops

Can RDP clients launch a remote application and then only display that application (and not the desktop)? The application would appear fullscreen within the client and if the application were closed the session would end.
Richard Dorman
  • 23,170
  • 16
  • 45
  • 49
42
votes
6 answers

Copying large files using Remote Desktop

I have a 4 GB text file, compressed to 1.4 GB zip file. I need to copy it over to a Windows secure server using RDP. I am able to copy small files but not this file. It takes 15 mins and then shows an error. Any tips?
Zoria Alam
  • 429
  • 1
  • 4
  • 3
36
votes
12 answers

Powershell Log Off Remote Session

I am trying to formulate a Powershell command to remotely log off a user. We have a terminal server with a very unstable program that sometimes locks sessions. We have to remotely log off a user but I'm trying to write a Powershell statement that…
jlacroix
  • 513
  • 2
  • 7
  • 11
35
votes
7 answers

Run mstsc.exe with specified username and password

I realize that in Windows 7, it is not possible to save different credentials for the same host, but I need some workaround. Can I provide the username and password manually in the code? Store them in a temp .rdp file?
Krzysiek
  • 1,487
  • 4
  • 19
  • 28
30
votes
2 answers

Why is RDP so fast compared to other remote control software?

I use RDP-based Windows' Remote Client Desktop utility to connect to my desktop from my laptop. It's much faster and looks better than remote control applications like TeamViewer etc. Out of curiosity, why is RDP better? Thank you.
Gulbahar
  • 5,343
  • 20
  • 70
  • 93
28
votes
4 answers

RDP session is slow

So I am connecting to my work computer from home and the Remote Desktop Connection app is annoyingly slow. I pinged my work pc from my computer and it returned at a reasonable time of 50ms~ with 0 loss. I then attempted to ping my home IP from the…
SharpCode
  • 1,385
  • 3
  • 12
  • 29
26
votes
1 answer

Is pwnat still an applicable solution

I need a solution for NAT traversal to transmit RDP data across the internet. I came across the following tool and it's really amazing - pwnat. I have tried it with the two different machines behind different router, but i am unable to make it work…
sudesh
  • 973
  • 1
  • 10
  • 19
26
votes
9 answers

Can't rdp to Azure on Mac OS X

I am trying to Remote Desktop onto an Azure instance from Mac OS X, but can't find a tool that allows me to do it. Address and username is fine, but none of the clients seem to have the capabilities to include the instance information. I have so far…
Brett
  • 429
  • 1
  • 5
  • 11
24
votes
4 answers

Alternative to SendKeys when running over Remote Desktop?

I have an application which injects keystrokes into applications via SendKeys. Unfortunately, the application will not work when I am running it via Remote Desktop because of the well known issue that SendKeys doesn't work with Remote Desktop. Has…
Cameron
  • 2,903
  • 1
  • 30
  • 31
22
votes
1 answer

Access Windows 2016 Server Container (Docker container) via GUI?

I need to use Docker / Windows containers on Windows 2016 Server and prepare it Windows applications to run on it. Configuring Windows via Powershell just is not as convenient though as it is on Ubuntu, especially if you never worked with Windows…
Mathias Conradt
  • 28,420
  • 21
  • 138
  • 192
21
votes
3 answers

How to setup a guacamole on a windows machine?

From official website of gaucamole i.e. (http://guacamole.incubator.apache.org)- Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH. We call it clientless because no plugins or client…
Alex
  • 327
  • 2
  • 3
  • 8
20
votes
5 answers

Can the GUI of an RDP session remain active after disconnect

I'm running automated testing procedures that emulates keystrokes and mouseclicks 24/7. Although it runs fine locally, on an RDP session it stops running once minimized or disconnected. Apparently, the GUI doesn't exist if you can't physically see…
user2029890
  • 2,493
  • 6
  • 34
  • 65
19
votes
2 answers

Command Line Windows Hanging in RDP Windows

We regularly access the build machine through RDP and it there are lots of command line windows that open. Sometimes these windows hang like someone switched focus to them and press the Pause key. Tapping the keyboard moves the process along, but…
ssorrrell
  • 659
  • 1
  • 8
  • 19
1
2 3
82 83