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
1 answer

Viewing the actual desktop on a remote computer

I'm running an raspberry pi with a display connected to the hdmi port. With a remote computer I want to view the actual graphic desktop (started with startx) of the pi which one can see on the display. Is it something with export DISPLAY? But I…
hildwin
  • 95
  • 1
  • 1
  • 5
0
votes
1 answer

Web Based RDP Client

Can I permit RDP based connections from a website using PHP/JS/etc? I've read that RDP session files can be placed on the web server but would prefer to implement it via code. I am looking for the best way to offer a centralized management of…
user470760
0
votes
1 answer

Azure Remote Desktop Traceability in a Cloud Service

If you follow Microsoft's instructions here to enable RDP on instances in a Cloud Service, they tell you to create a user and set a password for remote desktop purposes. As this can quickly become a "shared account", I am wondering how one goes…
Guillaume
  • 1
  • 1
0
votes
1 answer

Lync RDP parsing

I am making a RDP client to get desktop sharing from Microsoft Lync (2010), I was able to get all decrypted RDP streams from Lync but stuck in paring it. Can anyone help me on this? Below is some stream that Lync send to my…
Hieu
  • 1
  • 1
0
votes
0 answers

Java Application CPU Spike and Memory Leak Over Remote Desktop When Screen Locked

I have a Java application that I am running on a computer (COMP-A). I have another computer (COMP-B) that I use to remote into COMP-A using Microsoft Remote Desktop in order to use that Java application. Both computers are running Windows 7.…
0
votes
1 answer

Omniture site catalyst for RDP application

Can we implement omniture site catalyst for Remote desktop login of an application like MS dynamics NAV? There is a requirement such that adobe site catalyst had to be implemented to MS- NAV, an ERP application which is basically a console app, not…
user2429070
  • 41
  • 1
  • 1
  • 3
0
votes
1 answer

Access website in and RDP using it's IP address

I have an RDP located in the UK, and I have Windows Server R2 installed in it, and I'm developing a website using ASP.Net. I have IIS installed on that RDP, And I want people to access to my website via their navigators using the RDP's Address. Is…
Aimad Majdou
  • 563
  • 4
  • 13
  • 22
0
votes
1 answer

Azure publish can't use saved RDP password?

Every time we publish our Azure project (all machines in our team/at home as well) it always asks us to re-enter our RDP password. This is a bit annoying as it means the files check out and we have to keep entering the password. The error message is…
GraemeMiller
  • 11,973
  • 8
  • 57
  • 111
0
votes
1 answer

.NET application fails to run from Network Share and RDP Shell

I'm trying to run my .NET application, that resides in a network share from our domain, using a RDP Client. When starting a "full" RDP session (that is, opening the whole desktop) and then running my application from the .exe file, everything works…
J.Hudler
  • 1,238
  • 9
  • 26
0
votes
1 answer

Add link to rich text box that starts a process (RDP)

I'm trying to add a clickable link to a rich text box that says something like "Start RDP" so when a user clicks on it, it will start windows remote desktop and use put the machine name in the box for you. Here is my code so far, It searchs Active…
Boundinashes6
  • 297
  • 3
  • 8
  • 23
0
votes
1 answer

Open Safari on Mac Client from RDP or Citrix

I have a scenario where I have users accessing our company application either via Citrix or RDP. The app needs to make a call from within the session to the client pc so it can open a browser for credit card entry. This is all working okay as I'm…
Zintah
  • 23
  • 6
0
votes
0 answers

application working with smart card readers vs RDP and switching users

one windows application works with smart card readers. It has cycle like that: do{ lErr = SCardListReaders( hContext, ... ); if ( lErr != SCARD_S_SUCCESS ) return 1; //Show readers }while(!stop) i.e. it gets current list of readers, than shows…
10101010
  • 121
  • 9
0
votes
1 answer

launch mstsc.exe with pekts00.rdp configured on enable

I am adding security to one of my application. I would like that on Enable, C:\Windows\System32\mstsc.exe c:\thinclient\pekts00.rdp with .rdp (remote desktop) configured is launched. It will continue to run to check if mstsc.exe is running and will…
Drew Salesse
  • 127
  • 1
  • 3
  • 18
0
votes
1 answer

How do I read and change lines in a command script with VB?

Short Version: I know there is not an easy way to do this but how do I change line in a command file with VB? Long: Working in a login script that will(eventually) populate an RDP file for a specific user based on their username(IE:…
0
votes
1 answer

Accessing SQL Reports server when url is only accessible by first using RDP

I have a client that needs me to set up a website that pulls sql reports from a separate server. Currently the only way to access the url to the reports server is to first rdp into that server. I tried creating a web services proxy class, but the…
hijinxbassist
  • 3,667
  • 1
  • 18
  • 23