Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft, which provides a user with a graphical interface to another computer.
Questions tagged [remote-desktop]
1461 questions
9
votes
1 answer
C# Custom Remote Desktop Client using RDP 8.0
I have searched MSDN forum for this, but it seems everyone(i think) suggests to revert to RDP 7.x (uninstall MS Update KB2592687).
I have an custom Remote Desktop client written in C#/WPF,the Remote Desktop ActiveX control is hosted inside a …

mVincent
- 93
- 1
- 1
- 5
9
votes
3 answers
Getting drive info from a remote computer
I can view a remotly connected pc from this article:Remote Desktop using c-net . but i dont need it. I just have to connect with that pc and get the free space data of C drive. How could i do this? I can connect to a remote desktop. I can get…
user1865670
9
votes
7 answers
WPF not rendering on remote desktop
I'm having problems with the rendering of a WPF app over a remote desktop connection.
The applications chrome is rendering, but none of the content is coming through, as if the window is not drawing. Instead the previous content of the screen is…

MrLink
- 121
- 1
- 1
- 6
8
votes
7 answers
How to Cut and Paste from Mac to Windows in Windows Remote Desktop RDC
When using Microsoft Remote Desktop on Mac, Command+V doe not work to paste into the RDP session. On Mac, I use Command+C to copy the password, but when I switch over to the RDP session and click Command+V, nothing happens.
My questions is, how do…

Saeed D.
- 1,125
- 1
- 11
- 23
8
votes
1 answer
PowerShell Access is denied. PSRemotingTransportException + FullyQualifiedErrorId : PSSessionStateBroken
I was trying to establish a remote connection to another system and execute some basic commands.
Below are the steps that I have done :
Configured the remote machine to accept Shell commands - Enable-PSRemoting –
Force
Tested the configuration on…

Ajmal Moideen
- 170
- 1
- 6
- 17
8
votes
1 answer
Capturing screenshots of a minimized remote desktop
I have the following C# code, which I am using to capture a screenshot inside a remote desktop (RDP) session. It works fine when the session is active, but fails with an invalid handle exception if I minimize the session.
Is there any way to make…

ngoozeff
- 4,576
- 3
- 28
- 21
8
votes
5 answers
Recovering from ipconfig /release on a remote PC
Not strictly a programming question, but I was programming at the time and couldn't find an answer, so I thought, "Hey, I'll give StackOverflow a try!"
So I'm connected to my Windows XP work PC over a Remote Desktop connection through VPN. In a…

SWB
- 1,432
- 2
- 14
- 24
8
votes
3 answers
Are there problems with rendering WPF over Remote Desktop under Windows XP?
I have heard that WPF primitives will not be supported by remote desktop on windows XP. The implication of this is that if you run a WPF application on a vista machine and display it on an XP machine (via remote desktop) the display will be sent as…

Scott James
- 674
- 1
- 5
- 11
8
votes
7 answers
Anyone have issues with Eclipse over Remote Desktop Connection?
I have a very strange issue that I'm hoping someone can help me with. I have various installations of Eclipse on my development machine at work. The one I primarily use is Weblogic WorkSpace Studio 10.2. This installation, along with a few Pulse…

jnt30
- 1,367
- 2
- 15
- 21
8
votes
3 answers
Remote Control WinCE 6.0 device from Windows 7
I am trying to find out a tool to remote control a Motorola MC3190 device running Windows CE 6.0 from a Windows 7 machine.
I have already used Mymobiler with Intermec CN3 device so I tried the answers in this question but I am unable to get it to…

Miserable Variable
- 28,432
- 15
- 72
- 133
8
votes
3 answers
Remote desktop connectivity from Windows 7 to Red Hat Enterprise Linux 6
What would be the best way to establish remote desktop connectivity from a Windows 7 machine to Red Hat Enterprise Linux 6? The machines reside on the same network.

user1340582
- 19,151
- 35
- 115
- 171
8
votes
1 answer
Delphi applications and the TSAWARE header flag
Could this problem also apply to Delphi applications running on Terminal Servers?
As the MSDN article "An Office 2007 or Office 2003 application that is running on an RD Session Host server may close unexpectedly in Windows Server 2008 R2"…

mjn
- 36,362
- 28
- 176
- 378
7
votes
1 answer
How to measure Remote Desktop Performance?
I am searching for a convenient but more important: reproducible way to measure the performance of a Remote Desktop Session. (Both bandwidth AND latency)
Does anyone have an idea how this can be done? I have thought about measuring the bandwidth to…

Erik
- 11,944
- 18
- 87
- 126
7
votes
4 answers
Keymap issues with NX from Mac OS X Lion
I tried to answer the question from Mark:
Keymap issues with NX from Mac OS X Lion to Ubuntu
However, it is locked so I figured I would post a new question / answer.
I have been trying to answer this for a few days now because I have no issues when…

Andy
- 81
- 1
- 2
7
votes
5 answers
How do I debug a Worker Role using Remote Desktop with Windows Azure?
I now have my Windows Azure environment set up so that I can access my Worker Role with Remote Desktop. However, I'm not sure how to proceed at the moment. After much digging I found a web site that was offline but in Google's cache there was…

Robert Oschler
- 14,153
- 18
- 94
- 227