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

RDP - Non VPC EC2 instance to VPC (Public) EC2 Instance: Not Working

I have few EC2 instances across VPC and non-VPC. VPC Instance VPC-Dev1 VPC-Dev2 Without VPC EC2-Dev1 EC2-Dev2 I can access (RDP) all the servers from outside world. I have given RDP access to all (0.0.0.0/0) to ensure that I am not missing out…
0
votes
1 answer

Group management from command line (probably not lusrmgr.msc)

I know how to manage groups (like RDP access) with "lusrmgr.msc" How to do it with a command line? (or a short script)
Olivier
  • 393
  • 3
  • 11
0
votes
1 answer

Integrate Remote Desktop Client in a Web Page

I'm creating a cloud where clients can access same machine(Simultaneously Use same Virtual Machine)through RDP. Now I need some way for the clients to run the Remote Desktop Connection that comes preinstalled with Windows. I used a link to RDP…
0
votes
1 answer

C# Run Remote Desktop Application as Administrator

I have a code that launches remote IE. I wish to launch the application with "run as admin" option.How can this be achieved? private static void StartSession(string hostName) { var filespec = Path.Combine(GetRootFolderSpec(), "session.rdp"); …
cosmoloc
  • 2,884
  • 5
  • 29
  • 48
0
votes
1 answer

CoreGraphics argb32_image_mark_rgb24 is slow

I am trying to figure out why argb32_image_mark_rgb24 takes a whole ~25% of execution time in the Mac FreeRDP client. This function is called from CGContextDrawImage, a function which I am calling in my drawRect method. The drawRect code looks like…
awakecoding
  • 428
  • 5
  • 15
0
votes
1 answer

Open MS RD Client with own App and rdp-File

i have develope a programm for android to get rdp connections. My problem is: When i use ES File Explorer, i can open the rdp-file with "open with and choose RD Client" and it works perfectly, the app will show the login credentials. In my program…
michl2007
  • 15
  • 1
  • 5
0
votes
1 answer

Teamviewer access Ubuntu

Is it possible to access Ubuntu which is installed via Vagrant/Oracles Virtual Box on my windows machine via Team viewer so I can actually see the Ubuntu GUI?
Paul Preibisch
  • 4,115
  • 2
  • 27
  • 32
0
votes
1 answer

Azure virtual server RDP re enable after shutdown

I've stopped my virtual server and then started it. after restart i lost the ability to access remotly to my server (rdp). i have the needed end point for remote access but is still not working. i have tried to : 1) delete end point and re-create…
0
votes
2 answers

What is most secured and fast RDP client to connect from Apple Mac to Red Hat Linux Desktop?

I am working for a big named client. They gave me a desktop with Red Hat Linux OS.I have installed RDP on my desktop. I use Mac Book at home. I want to connect to my desktop at office from home.Right now I am using Real VNC to connect to my VNC…
mdp
  • 815
  • 4
  • 17
  • 32
0
votes
2 answers

RDP script in python?

I am writing a script in python, and part of it needs to connect to a remote computer using rdp. Is there a script or an api that I could use to create this function? Also, if there is not, is there a way to package a rdp application along side…
user2744763
0
votes
1 answer

Re-install an existing custom Windows Service on remote machine

On the server (RDP), there is a Windows Service that does some action with database of the website periodically. This service is developed by another programmer and now I'm continuing his job and made some changes to the logic of service. The…
Zafar
  • 3,394
  • 4
  • 28
  • 43
0
votes
0 answers

Allow column resize in jqgrid when access over remote desktop

I have a web application that use the jqGrid component. When I access the page in a browser running locally, I can use the mouse to adjust the width of the columns (jqgrid default functionality). But when the same site is access in the same browser…
Oskar Berggren
  • 5,583
  • 1
  • 19
  • 36
0
votes
1 answer

ActiveX Remote Desktop Connection HTML object not displaying correctly with javascript

I have a web app that uses the old MS remote desktop ActiveX object to connect to one of our servers. Originally, the code was in VBScript, as that was the sample given on the MS site. However, MS has dropped support for VBScript in IE 11, so I'm…
Starfleet Security
  • 1,813
  • 3
  • 25
  • 31
0
votes
1 answer

Screen Transfer

I need to develop a program that transfers a users screen and sound to another user over internet. The scenario can be visualized like this: There is a teacher in front of his computer and writes some code on his computer (ex:visual studio). He has…
osmanraifgunes
  • 1,438
  • 2
  • 17
  • 43
0
votes
0 answers

Tochscreen supported Remote Desktop Protokoll

i have one Problem. We developed an application, witch runs on a terminalserver. On these terminalserver are multiple sessions. If i want to use the application from an Machine we have an remote desktop session to the terminal server. That all…
Cajon
  • 53
  • 1
  • 4