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

How to access the reporting server without using a VPN?

It might sound a bit of a unorganized architecture but this is what I am doing I am working on a machine that is situated in location A and I connect through VPN to a RDP at location B which has sql server 2008 R2 installed on it. I work from…
Ankit Suhail
  • 2,045
  • 21
  • 32
0
votes
1 answer

MsRdpClient - open with querystring parameters

I'm currently trying to open an MsRdpClient connection in a web browser by opening a new tab and passing it dynamic server names. However, the following code doesn't seem to work and I can't dynimically populate any of the required values, namely…
Bolson32
  • 793
  • 1
  • 5
  • 7
0
votes
1 answer

How to programmatically simulate XP's "Windows Security" start menu option on Windows 2000

I'm trying to find a way to invoke the Ctrl+Alt+Delete dialog on a Windows 2000 computer that I'm connected to via Remote Desktop. Windows XP and 2003 include a new start menu command called "Windows Security" that does this, but Windows 2000 has no…
Charlie
  • 44,214
  • 4
  • 43
  • 69
0
votes
1 answer

C# WPF RDP ax control from MSTSCLib for Hyper-V problems

Currently occupied making a little RDP client in WPF C# for VM's hosted by Hyper-V. This client should have no management at all so solely connect to it, and be able to use the machine. So no options of stopping/starting/etc the VM. Control using:…
BeehDeeh
  • 15
  • 5
0
votes
3 answers

How to pass a View to a queryRun?

I like to pass to "QueryRun" a View. if I put this line I have error in visual studio : ProjPostTransView = queryRun.get(tablenum(ProjPostTransView)); but if I put this line I don't have any error : custTable =…
jawhar_m
  • 145
  • 5
  • 13
0
votes
1 answer

Need to prompt RDP file download in Chrome, FireFox

We have a RDP link on our website, which works great in IE (prompts download for the user as it should). However, if a user attempts to access the link in Chrome or FireFox, the file content is displayed instead of forcing download. I've added…
mcipanda
  • 1
  • 2
0
votes
1 answer

How RDP authentication work?

I am trying to understand the RDP Protocol architecture. I tried to capture the packet between two PC which connected through Remote Desktop Connection under Windows 7 using Wireshark. I found the protocol is ms-wbt-server instead of RDP. For my…
user236501
  • 8,538
  • 24
  • 85
  • 119
0
votes
1 answer

How to reboot windows when RDP password equal some value

How to reboot windows (automatically) when RDP password equal some value? For example : Password for RDP == "hello_world". When user enter with this password Windows will work as usual. But if password == 'bye_world' Windows will reboot.
GIone hok
  • 69
  • 9
0
votes
0 answers

Extending the MS RDP client

I need to implement a custom compression algorithm for the Windows Remote Desktop. Essentially I will have a Dynamic Virtual Channel addin through which I will send custom data. The example is quite straightforward, this part is doable. My question…
rep_movsd
  • 6,675
  • 4
  • 30
  • 34
0
votes
1 answer

how escape sleep mode on network, Wake-on-LAN?

I have computer about 4-years old with microsoft windows server 2008 r2 operating system. It rans a web and rdp-server. i want this computer wake up if i want to connect to it remotely. How can i do that? I found some articles about wake on lan and…
user1890184
  • 49
  • 2
  • 10
0
votes
2 answers

Azure VM CSUPLOAD RDP

I am trying to upload a VM to Azure using CSUPLOAD. I have tried both Add-Disk and Add-PersistentVMImage and both succeed in provisioning and starting the VM but I am not able to connect to it using remote desktop. Right now the VM I am trying to…
e82.eric
  • 313
  • 4
  • 11
0
votes
2 answers

Cannot connect through RDP

I have a veru bizare issue. When trying to connect via RDP to a remote laptop which has been taken off the network for a few days. When connected again to the network, i cannot RDP into it using DNS name but can using IP. OS is windoes 7 Enterprise…
Fwafa
  • 107
  • 1
  • 2
  • 11
0
votes
1 answer

C# windows form getting cut when remotely logging in to dev machine

my windows form size is 1305,617. When I remote login into my dev machine the windows form size gets cut down to 1036,617 and I am unable to widen it beyond 1036. I have tried with a bigger monitor but same issue Any idea why?? and how to fix it? I…
bsobaid
  • 955
  • 1
  • 16
  • 36
0
votes
1 answer

"Save as" dialog box not activated on Amazon ec2 instance (windows 2008), when rdp session is closed

I am running Selenium and Autoit on Amazon ec2 instance to test my website on firefox. The testcases are triggered automatically every hour using task scheduler. I am using Autoit to handle "save as" dialog box for some file download type…
0
votes
2 answers

How to automate testing connectivity to Windows 2003 server?

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 loop, preventing RDP connections -- and most any other type of connection, as…
DaveN59
  • 3,638
  • 8
  • 39
  • 51