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

Remote (RDP) utility with mstscax.dll

I am looking for information on using mstscax.dll in VB. The goal is to create a utility that logs into a remote service in the same manner as remote desktop. However, my utility is not required to show the desktop. I have a series of commands that…
IAbstract
  • 19,551
  • 15
  • 98
  • 146
0
votes
1 answer

Using Modernizr on an existing HTML5 application to make it compatible with ie8

I have software that uses html5 and websockets and allows me to create a webpage that allows users to connect to a windows server using remote desktop protocol in their web browser, can I use modernizer to make this site compatible with ie8? Their…
0
votes
0 answers

How can I detect if Office is licensed with a volume license key?

I am working on an application that uses the automation interface to work with Office documents. This application will be run on a Windows Server environment which is accessed by clients using RDP (Remote Desktop). In order for Office to work from…
run2thesun
  • 358
  • 5
  • 12
0
votes
1 answer

Copying an image from the internet and pasting it results in a CID attachment style image

I am having an issue where if I copy and paste an image from the internet on a virtual machine, and paste it to an email on a virtual machine, it is adding it as a CID attachment, instead of a linked image. I have even tried inserting the…
JMoser
  • 11
  • 1
  • 6
0
votes
1 answer

New xfreerdp syntax in Bash script i.e. colons (:) and forward slashes (/)

I frequently connect to Windows VMs from Linux using xfreerdp and wanted to make a Bash function to shorten my typing but am running into issues. The function I am trying in .bashrc: function rdp { xfreerdp /v:"$1" /u:"$2" /p:"$3" /f /multimon…
Lennon
  • 43
  • 4
0
votes
1 answer

Can I start an application in remote machine via RDP client?

I am trying to development a tool to deploy environment with hyper-v, I need to create VMs with template and install specified software in the VM. But, as I am using the same template so I cannot communicate via IP/hostname, and then I find out I…
John G
  • 1
  • 1
0
votes
0 answers

Windows 7 freezes when hitting Enter key in Rgui.exe

I'm having a persistent problem with Windows 7 freezing when using R. There is a specific context this happens in: Using Windows 7 on a desktop machine with multiple displays, and having one or more Rgui.exe sessions running Connecting to the…
tap
  • 1
  • 1
0
votes
1 answer

c# - embed activex control remote desktop

scenario: user 1 is presenting his or her desktop to user 2. user 2 can view what's happening on user 1 on his(user2)'s screen, but cannot control it. got a hint from somewhere that by embedding activex control rdp will allow me to do so but i do…
0
votes
1 answer

Trouble with sending input via RDP by all known ways

I write a little client using WinForms, C#, AxMsTscNotSafeForScripting tool, and I need to send Win+R on the VM(yes, I know, there's a way to launch app remotely without RunDialog, but I need to). I quickly found nice lib named InputSimulator, it…
Amateur
  • 21
  • 1
0
votes
1 answer

RDP Session Credentials Validation

I need a solution for setting username & password validation for my RDP Client application. The goal is to close the connection if the credentials (username or password) are incorrect. How can I programmatically validate the session when one of the…
Johnny
  • 555
  • 1
  • 5
  • 22
0
votes
1 answer

Opening up a Sequence of RDP Connections. For updating multiple Remote Desktop Connections

I Have to update the Servers here at work close to monthly. This includes windows updates and a few other software updates. We have close to 50 or so servers, and I would say 10 are physical and 40 are virtual. I have to open up an RDP connection…
cretixium
  • 23
  • 1
  • 7
0
votes
1 answer

How start soapui in RDP when another use is connected?

I use soapui 5.0.0 communiy edition. When I use this program via rdp and I am a single user (no other user connected) it works well. But when somebody else login to the system (not via RDP in my case), soapui holds and do not respond. Restart,…
Cherry
  • 31,309
  • 66
  • 224
  • 364
0
votes
1 answer

Kodak i1120 network Scanning

i am having a problem with this Scanner (Kodak i1120). I have a thinclient with an active rdp session. The thinclient can Scan without any problem but the rdp session can not. I have tried multiple Software and multiple protocols (TWAIN and ISIS)…
Ebarriosjr
  • 105
  • 1
  • 8
0
votes
2 answers

How to schedule an Oozie workflow that runs a Java program on a HDInsight cluster

I am trying to run a set of steps in an oozie workflow. One of the steps involves running a java program that reads the arguments from job.properties.template file. How do I schedule this on a Azure HDInsight cluster (I already have a cluster…
Riddhi Rathod
  • 115
  • 1
  • 10
0
votes
1 answer

How to upload a solution from local system to a server accessible via RDP

I've developed a solution and tested it. It's uploaded to Azure using the convenient method of publishing XML file. Now I realize that it's supposed to be put in on-premise local server (it's an internal application not requiring access to the…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438