0
votes
2answers
15 views
How can I run an RDP file with VBScript?
So far I have:
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.Run("""C:\Server01.rdp""")
But when I run it, nothing happens. Is it even possible to run an RDP fil …
0
votes
1answer
15 views
Generating RDP file on the fly
I want to create a web application similar to TS Web Access, where I can create rdp files on the fly for Remote Apps configured on the server. Any idea??
0
votes
1answer
583 views
Cannot instantiate RDP ActiveX in the IE7 internet zone
Hello,
I'm trying to instantiate the RDP ActiveX control, but it fails in IE7 internet zone.
When I naviagate to the page, I see infobar with message
"This website wants to run th …
0
votes
1answer
55 views
Allow RDP to public webserver?
Is it a huge security flaw to allow user to connect to your server via Remote Desktop? Right now i have a setup where i only allow a couple of ip-addresses to connect via the RDP p …
0
votes
2answers
58 views
How to detect wether remote computer is running RDP (remote desktop protocol) ?
How do I detect if a remote client is running Remote Desktop Protocol? and it is also accepting remote desktop connections ??
Like Open an port to detect HTTP and send request, re …
3
votes
4answers
1k 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 …
0
votes
3answers
130 views
How to get the IP Address of the Remote Desktop Client?
Hi, I'm trying to write a script to log the IP address of the Windows client from which the user initiated Remote Desktop to log in to the Windows Server. How to capture the IP add …
0
votes
2answers
55 views
How to automate testing connectivity to Windows 2003 server?
Hi all -
I am writing an app to test RDP connectivity to a bank of VM Windows 2003 servers. The typical failure mode is for some code running on the server to get itself in a loo …
0
votes
1answer
53 views
GetForegroundWindow returns Null when remote desktop is disconnected
I have a test that launches an app and verifies it has launched through calls to GetForegroundWindow(). The test is run on a remote machine that we usually access through remote de …
0
votes
3answers
124 views
Test for possible remote connection
Supposing i know the ip of a pc, is it possible to test if that pc supports remote connection?
(windows case)
4
votes
5answers
345 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 w …
2
votes
7answers
331 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 appli …
2
votes
2answers
160 views
Why is RDP so fast compared to other remote control software?
Hello,
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 Team …
1
vote
2answers
155 views
Sendkeys alternative for RDP and Remote Desktop
Hello,
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 w …
1
vote
2answers
92 views
RDP communication via C/C++
Hi guys.
I need to write a basic RDP client in C/C++, doesn't need GUI it can be CLI, it only needs to connect to specified hosts - if connection is successfull, to confirm it and …
