Questions tagged [remote-desktop]

Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft, which provides a user with a graphical interface to another computer.

1461 questions
170
votes
5 answers

How is TeamViewer so fast?

Sorry about the length, it's kinda necessary. Introduction I'm developing a remote desktop software (just for fun) in C# 4.0 for Windows Vista/7. I've gotten through basic obstacles: I have a robust UDP messaging system, relatively clean program…
Jason
  • 6,878
  • 5
  • 41
  • 55
56
votes
9 answers

Remote desktop connection protocol error 0x112f

When I try to connect to Windows 2012 Server using Remote Desktop Connection, I'm connected for about 1 sec. and then disconnected with following error: Because of a protocol error (code: 0x112f), the remote session will be disconnected. Until…
Ondřej Šotek
  • 1,793
  • 1
  • 15
  • 24
32
votes
7 answers

"Remote machine is AAD" but "The logon attempt failed"

I setup Remote Desktop Connection and the computer says: AzureAD\username already has access: Very good, let's try to connect using AzureAD\username: Unfortunately it says: Your credential did not work. Remote machine is AAD joined. If you…
29
votes
1 answer

Is there a way to connect through remote desktop to a running Windows Server container?

I want to run an old .NET application in a docker windows server container (https://hub.docker.com/r/microsoft/windowsservercore/). Everything would be easy if this application didn't require an UI. Its UI does a lot of stuff and this stuff cannot…
27
votes
2 answers

Read log file being used by another process

Goal I want to press a button on my GUI and read in the seclog.log file (symantec AV log) from a remote machine and display the contents of the log to a rich text box in my application. Things That Work everything but reading the log file Error…
toosweetnitemare
  • 2,226
  • 8
  • 33
  • 44
24
votes
4 answers

Alternative to SendKeys when running over Remote Desktop?

I have an application which injects keystrokes into applications via SendKeys. Unfortunately, the application will not work when I am running it via Remote Desktop because of the well known issue that SendKeys doesn't work with Remote Desktop. Has…
Cameron
  • 2,903
  • 1
  • 30
  • 31
22
votes
2 answers

Keyboard shortcut to move away from a full-screen remote desktop session

Using remote desktop in full-screen, what is the shortest way to move to another app? (Without using the mouse, of course. I hate mice). I currently use one of the following: ctrl-alt-del, alt-t (get to local machine's taskmgr), alt-tab (move to…
Paul Oyster
  • 1,228
  • 6
  • 16
  • 19
22
votes
7 answers

login to remote using "mstsc /admin" with password

I want to use mstsc /admin to login to a server silently. My batch file reads the code as mstsc /v:xxx.xxx.xxx.xxx /admin But it ask me to enter password. Can anyone help me to skip this step? I went on to Google and found this site. But I am very…
Sandy
  • 11,332
  • 27
  • 76
  • 122
19
votes
4 answers

Cannot remote desktop into Windows Azure VM

I am running a trial of Windows Azure and setup a simple Windows Virtual Machine. However, I do not seem to be able to use the Windows Remote Desktop connection to remote into the machine. What am I doing wrong? At first sight it does not seem to…
Matt
  • 7,004
  • 11
  • 71
  • 117
18
votes
5 answers

Unity mode for Remote Desktop

I typically have several remote desktop sessions going at the same time. Within these sessions I might be running different applications. VMware Workstation has a Unity mode that allows you to integrate guest applications with the host. I'd like…
Jeff Stong
  • 1,506
  • 4
  • 14
  • 26
18
votes
7 answers

How do I start remote desktop from PowerShell?

How do I start an RDP session from powershell? I'm looking to avoid a custom script because I work at an MSP and end up remoting into machines across various domains in a day and so maintaining a selection of scripts across each is not trivial…
Josiah
  • 2,666
  • 5
  • 30
  • 40
18
votes
2 answers

Java creates HUGE file when writing via Windows Remote Desktop (tsclient)

A client of ours reported a very weird issue when our Swing application is writing a file to the users local machine via Windows Remote Desktop (the application is hosted on a terminal server where users connects). The flow is: Users logon and run…
Uhlen
  • 1,778
  • 15
  • 29
17
votes
5 answers

Terminal session when minimized\disconnected returns a blank screen upon capturing desktop snapshot

I am using the below JAVA code to capture the desktop of a remote machine Robot robot = new Robot(); BufferedImage screenShot = robot.createScreenCapture(new Rectangle(Toolkit.getDefaultToolkit().getScreenSize())); ByteArrayOutputStream…
17
votes
2 answers

Oracle VirtualBox "VT-x is disabled in the BIOS"

I'm getting this error while loading an image from a Oracle virtual box. How can I fix it? I installed virtual box 4.3.12 via a remote desktop connection to a Windows 7 64-bit, 32G RAM computer. I have checked the Intel Visualization Setting, it…
Yu Deng
  • 1,051
  • 4
  • 18
  • 35
16
votes
9 answers

Keyboard shortcut to toggle OUT of a Citrix Workspace Desktop Viewer session

Background I'm using the Desktop Viewer functionality in Citrix Workspace (version 20.2.0.25(2002)) to access my work computer from my home computer. Request I would like to be able to toggle out of my (full-screen) remote session back to my local…
DavidN
  • 630
  • 1
  • 4
  • 13
1
2 3
97 98