Tagged Questions
The rdp tag has no wiki summary.
14
votes
4answers
2k views
How do I tell if my application is running in an RDP session
I have a .net winforms app which has a few animation effects, fade ins and scroll animations etc. These work fine however if I'm in a Remote Desktop Protocol session the animations start to grate.
...
7
votes
16answers
2k views
Developing via Remote Desktop
Has anybody any successful remarks about having a team working via Remote Desktop?
In many workplaces, we put end users via Citrix and the applications on a central, powerful server. Sometimes the ...
6
votes
3answers
1k views
Sendkeys alternative for RDP and Remote Desktop
I have an application which injects keystrokes into applications via Sendkeys,
unfortunatly the application will not work when I am running Remote Desktop,
because of the well known issue that ...
6
votes
6answers
2k views
Does an RDP client library under Linux exist?
Are there any libraries for connecting as a client via Remote Desktop Protocol (RDP) in Linux? The language used is secondary to the issue of existence. Any mainstream language would do (e.g. C++, ...
5
votes
4answers
2k views
Unity mode for Remote Desktop
I typically have several remote desktop sessions going at the same time. Within these sessions I might be running different applications. VMWare Workstation has a Unity mode that allows you to ...
4
votes
3answers
1k views
Keeping AutoIt-controlled remote desktop session “alive”
I'm using AutoIT to automate GUI operations as part of some automated procedure.
I am connecting to the machine that i am running the app on using RDP.
Whenver i minimize the RDP window (using ...
4
votes
1answer
279 views
Use of parallel / serial port redirection to transfer data from Terminal desktop to local computer
Amongst features of terminal desktop services running RDP port, there is port redirection of parallel/serial from remote to local PC.
Can this redirection be somehow used to transfer large data to ...
4
votes
8answers
10k views
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 ...
4
votes
3answers
4k views
How do I stop Windows applications from stealing focus
I know this isn't strictly a programming question but y'all must have experienced this.
So...you have four or five RDP sessions open over the corp VPN, you're bashing away inside your favourite IDE, ...
3
votes
1answer
1k views
Terminal session when minimized\disconnected returns a blank screen upon capturing desktop snapshot
I am using the below JAVA code to capture the desktop of a remote machine
Robot robot = new Robot();
BufferedImage screenShot = robot.createScreenCapture(new ...
3
votes
0answers
85 views
Has any one been able to consume fast-path update PDUs in an RDP client?
I'm working on an RDP client with a friend as a pet project and we're trying to get fast-path updates to work since rdesktop hasn't supported this so far. We're able to process around 20-21 fast-path ...
3
votes
3answers
3k views
How to connect to vmware ESXi remote console
I need to know what is the protocol used in vmware ESXi vSphere client to connect to the remote console?
Is this protocol open source ?
Is their any vmware/third party applications enables VM Remote ...
3
votes
1answer
520 views
Develop remotely in XCode using iPad and VNC / RDP
Okay, this is a simple question. Which VNC/RDP app for iPad has features (maybe such as developer-friendly keyboard layouts) that are good for using Xcode remotely? Maybe some of you Mac developers ...
3
votes
4answers
2k views
Is there an open source C# based RDP implementation out there?
Is anyone aware of an open source C# based implementation of RDP? Specifically something similar to ProperJavaRDP or Rdesktop.
I'm not looking for addins, 3party controles, etc. I'm looking for a ...
2
votes
2answers
196 views
RDP Console Shadow in C#
I'm writing an application with MSTSCLib to control 4 computers with Windows 7 or Windows 2008 Server.
This my app:
public AxMSTSCLib.AxMsRdpClient6 rdp;
rdp.Server = txtServer.Text;
rdp.UserName ...
2
votes
0answers
50 views
visual studio asp.net project requiring password if started over rdp
If I connect to my development machine via RDP and work with an asp.net solution, I have to enter my username and password for opening the projects web site (from within the rdp session). If I do the ...
2
votes
1answer
625 views
Remote desktop (RDP) fails on AWS EC2
I have good access to my AWS EC2 machine using my browser (surfing websites) and FTP (uploading and downloading).
However, it so happends that in many occasions, when trying to connect using RDP from ...
2
votes
1answer
55 views
Windows graphics orders implementation in java
Anybody knows how implemented PatBlt in JAVA. Or have some additional info about Brush.
2
votes
1answer
392 views
Programmatic RDP Login and SendMessage
I have the need to programmatically RDP to a virtual machine(XP SP3 / .NET3.5 / VS 2008), (credentials have been saved in .rdp file) and do UI automation testing. Because of our domain security, I ...
2
votes
4answers
540 views
Remote Desktop Project in C
I want to make project for my final year in college.
So someone suggested me to make Remote Desktop in C.
Now I know basic socket functions for windows in C i.e. I know how to make
echo server in C.
...
2
votes
3answers
263 views
Development Environment in a VM against an isolated development/test network
I currently work in an organization that forces all software development to be done inside a VM. This is for a variety of risk/governance/security/compliance reasons.
The standard setup is something ...
2
votes
2answers
160 views
How can I programmatically determine (in Python) when someone connects into my windows 7 machine via RDP?
This doesn't need to be a real time solution, but are there some log files or system messages that could be read to identify periods of time where someone was connected via RDP to a Windows 7 machine?
...
2
votes
3answers
519 views
How to determine whether an LSA session is active in Windows XP
I'm trying to get the list of users currently logged into a machine.
On Windows 7, I can call LsaEnumerateLogonSessions, then WTSQuerySessionInformation with WTSConnectState.
But on XP, each LSA ...
2
votes
3answers
128 views
Is anyone developing in the cloud yet? (So basically using rdp to acces your devenv)
I was reading up on Amazon's ec2. And I think that apart from the usual uses: hosting stuff, servers, etc, it could also be used for hosting your development environment.
Benefits:
Being able to ...
2
votes
2answers
734 views
Create process in a Remote Desktop session?
How do I invoke a process in a specific remote desktop session so that it will start in that particular context using C#
2
votes
1answer
694 views
Copy files to a remote server via RDP using a script
We have a couple production servers that are configured to only allow access via RDP. There are no acessible shares. The dev team have no say in changing this setup but we want to automate code ...
2
votes
3answers
2k views
RDP through TCP Proxy
First time in Stackoverflow and I'm hoping someone can help me.
I'm looking at a proof of concept to pass RDP traffic through a TCP Proxy/tunnel which will pass through firewalls using HTTPS.
The ...
2
votes
3answers
972 views
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 ...
2
votes
2answers
360 views
Developing applications expected to run over RDP; any tips?
Supposing I was developing a fairly graphically intensive application (C++ or C#, graphics API undecided) for which most of the usage will be by remote users over RDP (either terminal server sessions ...
1
vote
0answers
99 views
Remote Desktop on Andriod [closed]
We are developing Remote Desktop App on Android platform, right now I have reached basic stage, like its connecting to Windows XP and 7.
We have used ProperJavaRDP open source code for back end ...
1
vote
4answers
94 views
How to find amount of time mstsc is used and by whom?
Our team has geographically dispersed and many virtual machine will be connected by them using remote desktop. I would like to find who is accessing a remote desktop session and how long it is being ...
1
vote
1answer
43 views
Download link to RDP file in IE9
I have a website containing a link to an RDP file. When the user clicks the link, the file should be offered as a download. It works with every browser, also in IE9 on localhost. But online, IE9 does ...
1
vote
10answers
420 views
Possible to connect to Remote Desktop with PHP?
I've got a few servers that I'd like to connect to every so often to run a program. However, to make it easier, I'd like to make a PHP script connect to each of them via remote desktop and run each of ...
1
vote
3answers
58 views
What is the quickest way to upload my source code to a remote computer? [closed]
Whats the quickest method to upload changes in local source code to a remote Windows PC?
FTP just doesn't cut it: it might take 2 minutes to create 100 tiny little files, whereas if these files were ...
1
vote
1answer
43 views
Remote Desktop Settings doesnt see imported Certificate
I have imported my certificate in
[Certificates - Current User\Personal\Certificates]
This is also where Visual Studio creates its new certificates for RDP when requested.
When I then go over ...
1
vote
0answers
32 views
Windows EC2 command-line from remote linux host
What I have
I have a bare windows 2008 server instance running on ec2.
What I want
Basically I want to be able to run some script on its command line (on the windows command line), ...
1
vote
0answers
70 views
What remote desktop solutions are viable in Ubuntu beyond the desktop upheaval?
Is there any obvious combination of client/server remote desktop technology that we can expect to rely upon in the near-term future?
I have been happily using Nomachine NX Client to connect to NX ...
1
vote
2answers
140 views
Creating DirectX device fails in remote desktop
I have an application that uses DirectX to capture the screen. The application works fine locally, however when I run it through a remote desktop session the IDirect3D9::CreateDevice function fails:
...
1
vote
1answer
56 views
DLL accessed via JNI terminates App Server running as Windows Service when Logoff of RDP Console
I have an application server (Jboss but this also happens in Tomcat) running as a Service in Windows Server 2003.
It is running with the -Xrs flag.
The JAVA application running under the app ...
1
vote
1answer
75 views
Generating RDP Profile Issue
edit Figured it out, instead of trying to launch it via mstsc.exe file.rdp, I launch file.rdp instead and it works just fine.
end edit
Ok I am working on a c# program, part of it is generating its ...
1
vote
1answer
70 views
How would I make a program to monitor another system's vitals with a remote connection?
I'm looking to write a custom program in VB.NET / C++ / C# that would allow me to monitor a system's vitals over a Remote Desktop Connection.
I'm only looking for tips on how to implement a ...
1
vote
4answers
581 views
What version of RDP is used in Windows 8?
I've tried to connect to Windows 8 Developer Preview via rdesktop 1.6 and freerdp 0.8.2 from linux and there was no success.
I've get:
ui_unimpl: NOT IMPLEMENTED: Unknown Capability Set 0x1E ...
1
vote
2answers
219 views
RDP using python
I want to create a Python script that allows me to connect to a Remote Machine via an RDP connection. I would really like to know if there are certain APIs in python I can exploit.
1
vote
1answer
151 views
How to connect Python to VirtualBox using RDP or RFB?
Is there a way to access the screen of a stock version of a headless VirtualBox 4.x remotely using RDP with Python or access it using the VNC protocol?
I want to be able to access the boot screen ...
1
vote
0answers
97 views
An error occur while loading from c:\temp.rdp
I am trying to open RDP from ASP.NET application.
i created a method to create .rdp file with connection parameters but when tried to run this method i got the following error :
An error occur ...
1
vote
0answers
90 views
VMWare Server and RDP stops responding after turning on any VM on the VM Server
I have Windows Server 2008 installed on my physical server. On top of that I have VMWare Server 2 installed.
In the VMWare Server, I have 4 Virtual Machines. Every time I turn on one of the VM, I can ...
1
vote
0answers
245 views
RDP implementation options on iOS
are there any descent RDP libraries/implementations for iOS platform usage?
If you should do it regardless of them being any, how would you do it? Maybe start diggin' into/porting code from freeRDP? ...
1
vote
0answers
234 views
Clicking button on File Download window
During automated testing using Selenium-2 we are clicking on the link and which opens the "File Download" window. And I want to click on "save" button and save the file to the disk.
Selenium2 doesn't ...
1
vote
2answers
327 views
P2P RDP with Python
I want to write a Simple P2P RDP Client and Server in Python.
This is how I Sketched it out.
Take Screenshots in short Interval
Compress them and send to the server application
Get Keyboard, Mouse ...
1
vote
5answers
628 views
RDP or VNC in browser
Is anyone aware of good, usable and FREE (for commercial use) in-browser solutions to connect to a Windows server? I can't seem to find any inbrowser RDP. There seems to be some VNC based solutions ...