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 Desktop Web client

I have few Cloud based Windows box connected with internet and I wanted to access the same from my office network. The problem here is, my office doesn't allow direct RDP to any internet connected pc as we normally access all sites using proxy. Is…
baluchen
  • 749
  • 3
  • 11
  • 18
0
votes
1 answer

Login with UPN name in windows 2008 server R2

Is it possible to login with same username but different suffix in windows 2008 R2? Example: user1 with username abc@xyz.com abd user2 with username abc@gmail.com log in simultaneously using RDP. Note: Username is same, only suffix part is…
Kalpesh
  • 35
  • 1
  • 7
0
votes
1 answer

How to start a program over RDP on windows 7

I want to start a command(cmd file) on remote windows 7/2008 hosts via rdp connection. If it possible I want to operate from linux and python. If not - I can use windows. So I have access to windows machines only via rdp. I have to start commands…
Marat
  • 11
0
votes
3 answers

Create jquery dropdown like RDP Menu Bar

I'm not all that familiar with jquery so I'm not quite sure how to do this. Basically, I want a block of html to stay hidden at the top of the page with a ~3px edge sticking out (something to mouseover), and when you mouse over it, the hidden…
Steve Syfuhs
  • 197
  • 2
  • 4
  • 12
0
votes
0 answers

ASP.NET MVC web app - Generate .RDP file with encrypted credentials?

I have a simple ASP.NET MVC application that produces .RDP files for users to login to test machines in our integration testing environment. The application is hosted on a Windows Server 2008 R2 Enterprise with IIS v7. The users are on Windows 7…
0
votes
0 answers

Check if the user and the password of a remote desktop are correct using c#

Please I need help about how I can check if the user and the password are correct when login in a remote desktop. I have already write this code to connect but what I really need it's just check if the login is correct. This is my method: I'm Using…
Khalid.sgh
  • 33
  • 2
  • 7
0
votes
2 answers

RDP session launch applications

I have opened an RDP session using AutoIt. Here is the code: $host = "" ; <---- IP $hGUI = GUICreate("Terminal Serveur", 952, 675, -1, -1, $WS_OVERLAPPEDWINDOW + $WS_CLIPSIBLINGS + $WS_CLIPCHILDREN) $oRDP = ObjCreate("MsTscAx.MsTscAx.2") $oRDP_Ctrl…
user3797832
  • 7
  • 1
  • 8
0
votes
0 answers

Plugin Microsoft.Windows.Azure.Extensions.RDP 1.0.0.1 injection failed. Installation exit code: -1

I've tried to deploy my application into the Azure Worker role but could not get it done successfully. I hope somebody can help me. After the error, I can see the error "Plugin Microsoft.Windows.Azure.Extensions.RDP 1.0.0.1 injection failed.…
Minh
  • 1
  • 1
0
votes
0 answers

RDP to call an EXE file, not the whole desktop

I have used this code to implement RDP. This works fine but now I want to implement a system , that will call a particular EXE file from the server. Not the whole desktop. Any idea how can I implement this? Process rdcProcess = new…
Paul S
  • 81
  • 2
  • 13
0
votes
0 answers

Cannot access Azure VM throught rdp but remote powershell works

I need your help, any idea is welcome. [skipable] Here's the situation : i was working on a VM hosted in Microsoft cloud (Azure), everything was fine. This VM was supposed to be a Domain Controller (Active Directory), which was link to many VMs (i…
MinionKing
  • 187
  • 1
  • 4
  • 20
0
votes
0 answers

How to configure the mstsc span option in the RDP file

It is possible to fill the screen with an RDP session using the following command: mstsc myconnection.rdp /span Is there an option in the GUI settings dialog of the RDP file to have the span effect? I don't always want to type the command 7 run a…
capfan
  • 817
  • 10
  • 26
0
votes
1 answer

SENDINPUT doesn't send keystroke to RDP

Using SENDINPUT to press virtual keys works perfect for my application on any open field. Great that's what it is for :) However. Recently a bug report was made that it doesn't work in a RDP session. So I fire up notepad on my computer scan a…
Robert Snyder
  • 2,399
  • 4
  • 33
  • 65
0
votes
1 answer

Linux X-Session Script

Okay, I have a strange issue. I am trying to create an X-Session script which will automatically log into a remmina remote desktop, and then return to the login screen when the remote desktop is disconnected. Here is the script that the x-session…
Rhys8582
  • 19
  • 1
  • 7
0
votes
1 answer

RDP (Remote Desktop Connection) Breaking Website Formatting

Link to my website: http://new.entrerock.com/ Screenshot of problem: http://new.entrerock.com/wp-content/uploads/2014/06/RDP-Screenshot.png If I view the website in IE 11 on my desktop the website looks great. But if I connect to my companies RDP…
Craig Harshbarger
  • 1,863
  • 3
  • 18
  • 29
0
votes
0 answers

Windows server 2008 R2 Web and Aero

Does server 2008 R2 Web support such themes as Basic or Aero (not Classic) over RDP? I cannot find any documents and I cannot enable it for Web edition.
Maxim
  • 13,029
  • 6
  • 30
  • 45