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
0
votes
2 answers

Preventing incoming (RDP) access from AWS VPC

I want to secure outgoing RDP connections from my AWS machines. When connecting from our company network to a machine running in a VPC via RDP all my company network drives (available on the machine within my company network) are mapped to the EC2…
user3347232
  • 407
  • 1
  • 7
  • 16
0
votes
1 answer

Can't connect in RDP on an Azure VM

I am creating a VM on Azure and connect it to an Azure ExpressRoute VNET. The problem is that I can't connect to the VM via RDP, but it works well if the VM is not on the network. What can be the cause of this issue, what can I do?
0
votes
1 answer

How to remove "Remote desktop disconnected" window and close mstsc.exe

I'm trying to manage user's RDP session at Windows Server 2003. I have one Windows host. This host runs several user sessions. c:>qwinsta SESSIONNAME USERNAME ID STATE TYPE DEVICE >console Administrator …
cyber_by
  • 61
  • 5
0
votes
1 answer

Vb.net kill process

I've a problem to resolve that is: I need to kill some process when a user disconnect (not logg off) his rdp session. This is an app which makes an established connection that is running for ever if the user forget logging off his Windows Rdp…
0
votes
1 answer

WindowsFormsHost child click event

Hey I use the RDPCOMAPILib to shadow screens between two computers. I added a windows forms user control to my project which include the axRDPViewer. This Control is added to my WPF View in a windowsFormsHost control and works fine, see code:
David198
  • 25
  • 7
0
votes
1 answer

Windows Server 2008R2 Remoteapp Authentication

I have generated a Remoteapp MSI which I have installed on 2 machines and it prompts for authentication using the standard Windows auth prompt. on a third machine it opens up an rdp session and the user has to authenticate via an RDP session to the…
0
votes
1 answer

Connect with rdp to Amazon EC2

Ok, I create an Instance in AWS and follow all the points in manuals, videos, etc. But I receive 'Cant connect to server because firewall, shutdown, etc' I configured the following: Instance: Private IP OK State: Running Checks: All ok Public DNS:…
Worvast
  • 279
  • 2
  • 16
0
votes
0 answers

WPF MediaElement on Remote Desktop

I have a simple WPF application that all it has is a media element: I initialize the source in the code behind: public MainWindow() { InitializeComponent(); string file =…
0
votes
1 answer

Print labels via a redirected printer

My task is to print labels via a thermal printer. To this purpose a string of tspl(programming language that the printer understands) commands is generated and sent to the printer. The latter is done in C# with the following method taken from the…
zurab
  • 113
  • 1
  • 6
0
votes
1 answer

How to enable Remote Desktop User - Post Deployment/ Post Build for Azure Services

Would like to know if there is a way to enable RDP post Deployment. Post Build of a Cloud Service? Options are available before packaging to do this!
0
votes
2 answers

c# while loop usage

I have a fairly general c# while loop question. This code should continue to execute only after the RDP session has truly disconnected. When the Connected property is changed to 0 it means that the RDP session connection has truly terminated. When…
IanK.CO
  • 563
  • 5
  • 13
0
votes
2 answers

Android Emulator on RDP

I have access to a Virtual Machine in my office's network through RDP. I am trying to setup my Android Project on that, but unfortunately the android emulator does not start on that VM. It shuts down with the following error in the Android Studio…
Prerak Sola
  • 9,517
  • 7
  • 36
  • 67
0
votes
0 answers

How to get the window handle of a GUI app inside a different window session id in c++?

Here is my scenario....I am logging in citrix (server)xenapp desktop as user1 with session id say 7 , and also I am having access to the published applications of the server. Among such application I am launching MsPaint, which is launched under…
debanka
  • 187
  • 1
  • 4
  • 13
0
votes
0 answers

Can I use multiple IP address on my EC2 instance using RDP?

I have 1 AWS - EC2 instance (windows server 2008 r2) running - I configured the security group to my IP address - I downloaded the RDP for it, and was able to logged in successfully,and now I want to give my friend's computer an access to the EC2…
rabb.bit
  • 1
  • 1
0
votes
1 answer

Trouble getting remote RDP script to work

I am writing a script to launch MSTSC from a grid of buttons. These buttons will each open up a different server connection. I have a separate button that gets and stores admin creds, that I borrowed from another script. When clicked, the button…
Ben
  • 21
  • 7