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

Autoit MouseClick - click does not work on Connection Bar in RDP window

I am trying to minimize RDP window by using Autoit mouse functions First MouseMove to correct location -> hint "Minimize" appear but then MouseClick (or mousedown, sleep, mouseup) seems do click "through" connection bar , as I see icon on desktop…
-1
votes
2 answers

Can connect RDP from windows to ubuntu in local but not from the internet

I'm facing a lil problem here. I've installed xrdp on my ubuntu 21.04 and enabled it I've open 3389 port tcp on my router for my ubuntu pc I've disabled firewall both on WIN10 and ubuntu I can connect local to ubuntu, no problem, but when I try…
-1
votes
2 answers

AutoIt RDP connect

Having some issues figuring out automation for RDP on win10. Would appreciate any tips you guys got. What I am trying to accomplish: Use an AutoIt script to: Open a remote desktop connection Check 'Don't ask me again for connections to this…
llssff
  • 119
  • 7
-1
votes
1 answer

Why does Google colab say: chmod: cannot access 'RDP.sh': No such file or directory

When I put the following code in the Google Colab Run cell: ! wget https://raw.githubusercontent.com/alok676875/RDP/main/RDP.sh &> /dev/null ! chmod +x RDP.sh ! ./RDP.sh The result is as follows: chmod: cannot access 'RDP.sh': No such file or…
aziz alywy
  • 1
  • 1
  • 1
-1
votes
1 answer

Batch to prompt for RDP shadowing session

So this is what I have in a batch file. What I need it to do is Show the current RDP sessions. Prompt for the session to shadow User input the session ID. Then the mstsc /shadow: /control /noconsentprompt is executed with the session ID indicated…
SDK
  • 1
  • 1
-1
votes
1 answer

Send Notification to specific RDP user from a WTS app that runs as a Windows service

I am trying to send a user a message from a C++ app that runs as a service on a WTS server. Multiple users are logged in via RDP, so I just want to send User X a notification. I have done this using WTSSendMessage(). I am just looking for a more…
hvolks
  • 1
-1
votes
1 answer

Is Microsoft Remote Desktop.app on MacOS programmable?

I use Mircosoft Remote Desktop app on my MacBook, is it programmable like using AxMstscLib DCOM on Windows?
Acewind
  • 133
  • 9
-1
votes
1 answer

What does "workspace id:s" do in an RDP file?

I am debugging an RDP connection, and in the .rdp file there is a flag workspace id:s:my-rdp-host.example.com I see this parameter included in examples in many places on the internet like StackOverflow and in Microsoft support. But, no one ever…
ATOMP
  • 1,311
  • 10
  • 29
-1
votes
1 answer

Guacamole disconnect RDP silently

I use guacamole-client-1.0.0 on tomcat 7.0.76 and CentOS 7.8.2003 I solved this issue 403 (Forbidden) However,I can't connect RDP yet with the message ONLY Error connecting to RDP server in tomcat's log. Here is user-mapping.xml
user1345414
  • 3,745
  • 9
  • 36
  • 56
-1
votes
2 answers

Batch Script Variables - Pull from a single line of a text file with multiple lines of variable options

I'm trying to create a batch file that the user can use to connect with SCCM and RDP to PCs that are constantly connected to. I can do this easily with writing out the script for each PC but I would like to do this in a way that I have a text file…
-1
votes
1 answer

RDP from external PC to Hyper-V guest VM

I have a problem configuring RDP. This is the situation: PC1 (host): Windows 10 Pro with Hyper-V The guest-VM is Windows 10 Enterprise I also have another PC in the WLAN, a FritzBox router and an external PC in the internet. The routers external IP…
jamacoe
  • 519
  • 4
  • 16
-1
votes
1 answer

Is it possible to use RDP with same browser data as admin?

I just tried the RDP of windows 10 and it worked very well. I have an admin account (named A), then I create another user (named B). When I use account B to log in RDP and open google chrome, I cannot access chrome data (history, cookies, passwords,…
-1
votes
1 answer

Cannot connect via RDP between 2 Windows VMs

I've got 2 VMs hosted on VirtualBox: VM - Windows Server 2012 R2 Ethernet: 10.0.2.15 (NAT with the host laptop) Ethernet 2: 192.168.0.1 (internal network) Port 3389: listening VM - Windows 10 Enterprise Ethernet: 10.0.2.15 (NAT with the host…
Duzy
  • 29
  • 5
-1
votes
1 answer

How to connect to a VPS by Python?

I want to write a program that gets a list of servers(VPS) and checks if the server is available and the username and password are right. So I googled it and there was nothing about connecting to a VPS through python. Is it possible?? If it is…
Miad Abdi
  • 831
  • 10
  • 17
-1
votes
1 answer

How can I block incoming 3389 traffic in AWS VPC based country of the originator

I'm trying to block 3389 traffic from countries such as China, Russia. Alternatively I'd like to allow 3389 traffic from specific countries. If possible I'd like to do this within AWS VPC rather than the firewalls of each Windows Server.