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

Running Virtual box in Azure VM

I have installed a Virtual Box application inside the Windows 10 Azure VM. Opened an 10gb OS image file using the virtual box application and immediately I am loosing the connection to the Azure VM Azure VM - With 7 GB RAM Virtual BOX - 6 GB
jaison pj
  • 21
  • 1
  • 1
-1
votes
1 answer

Detect if anyone is logged in a RDP connection

I have a VPS running an app. The app runs if is there a user logged via RDP or not, but for certain functions is required a user is logged via RDP. Is there a way to my Delphi application detect if is there anyone logged via RDP ? Maybe a Windows…
delphirules
  • 6,443
  • 17
  • 59
  • 108
-1
votes
2 answers

C# RDP not connecting after forloop

I am currently using Microsoft Terminal Services Client what works amazingly and does what i want it to do. But i have ran into a small issue what is proving to be difficult to fix. I am trying to connect to the rdp and then constantly scan if a…
-1
votes
1 answer

Can I give local webcam access to a Azure Win Server VM through Microsoft Remote Desktop?

I'm developing a website in VS on a Windows Server Azure VM, and remoting in to do my work through Microsoft Remote Desktop for Mac. The website needs to access a webcam, but I don't have any webcam on the remote windows server! Is there any way to…
chuckd
  • 13,460
  • 29
  • 152
  • 331
-1
votes
1 answer

How to compare HOSTNAME to a variable

I have some data in a text file called mData.txt, data looks like this : Master1:H1M1,H2M1 Master2:H1M2,H7M2 VMVPC092015:H1,H2,H3 DEKSTOP-UKUEA78:Machine1,Machine2 Master4:H1M4,H2M4 Here's some sample code from my batch file : @echo off setLocal…
-1
votes
1 answer

Can I RDP through mstsc and run a script on that remote desktop?

I'm writing a script which needs to RDP to a few servers, do processes there and then come back. mstsc /v: by itself looks great as it's security/credential prompt is the same as if you manually executed it. However, after some research it…
Ryan
  • 85
  • 1
  • 4
  • 11
-1
votes
2 answers

Disconnect an Azure VM from Internet

I have to test the behavior of a SharePoint migration tool installed on my Azure VM when Internet connection is lost. I access to this VM by RDP. How can I cut off Internet connection of my VM and restore it later ? Thanks in advance.
JoH
  • 514
  • 1
  • 6
  • 16
-1
votes
1 answer

How to launch an application using rdp(remote desktop protocol) in windows 10?

I am trying to launch notepad through rdp in remote machine. I tried editing rdp file with this code alternate shell:s:"C:\Windows\System32\notepad.exe" But didn't worked. Can anyone help me with this issue?
-1
votes
1 answer

Windows essentials CALs unusable?

I just installed a new Windows Server 2016 Essentials hoping to create a test environment for RemoteApp hosting. So far good, all worked great, until I started getting a "Remote Desktop licensing mode is not configured" warning message. Running the…
neggenbe
  • 1,697
  • 2
  • 24
  • 62
-1
votes
1 answer

why is mstsc crashing when using directX video in browser: TOR, Chrome, et al

using RDP on windows 10. RDP crashes when rendering directX video in any browser. exception: Faulting application name: mstsc.exe, version: 10.0.15063.0, time stamp: 0x57950623 Faulting module name: d3d11.dll, version: 10.0.15063.0, time stamp:…
postoak99
  • 1
  • 2
-1
votes
2 answers

Clone Azure VM that was attached to a domain

Im going to start from the very beginning in hope that it helps people understand the issue better... I started with an Azure VM running Windows Server 2016 (Lets call this VM: VM1) which was not connected to a domain controller - At this point I…
Jeffrey
  • 2,095
  • 3
  • 20
  • 36
-1
votes
1 answer

How to connect to AWS windows server without rdp?

I have changed some rdp settings to the windows server. I can see the screenshot but I cannot able to connect to the instance. What are the other methods to connect to the instance? I dont have snapshots. How to fix this?
-1
votes
1 answer

Batch script to check if rdp connection is down, then reconnect

I want to create a batch script that outputs all of my current rdp connections. I am connected to multiple machines from my desktop, but lose connection to them every so often. Eventually, I'd like to schedule this task to run regularly and notify…
h.rashid
  • 3
  • 4
-1
votes
1 answer

Powershell Commands to a Computer that is only Reachable through RDP

Is it possible to send Powershell commands to a computer that can only be reached by RDP? If yes, how?
GitGawd
  • 53
  • 9
-1
votes
1 answer

Remote Desktop Connection monitors

I log into my work pc from home via VPN + Remote Desktop Connection. When I log into my work PC, do the monitors invoke at work or stay locked and inactive? In other words, when I working from home on my work pc, do others standing near my pc can…
user3462947
  • 89
  • 10