remote-desktop Questions

2

Solved

I have an Ubuntu 16.04 VirtualBox machine (i.e. machine A) running on OSX connected to a university campus network. I would like to occasionally ssh into the machine from my laptop to remotely assi...
Magnien asked 11/10, 2019 at 10:47

1

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 U...
Offshoot asked 19/1, 2019 at 12:40

5

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 t...
Algy asked 6/5, 2009 at 15:12

4

Solved

I haven't found anything looking like a good answer to my problem, so I'll articulate my own question: On a Terminal-/Remote Desktop Server (2012 R2), we have a problem running Chrome where there ...
Dicks asked 12/7, 2014 at 23:28

2

I have a Selenium test which would fail when run as part of a Jenkins job on a node hosted in vSphere and administered through RDP. The test are run with IE11. After some troubleshooting it turned...
Neckband asked 10/4, 2019 at 14:40

1

I can connect to my remote desktop (Ubuntu 16.04) in AWS but I cant view the text at all. I am using Microsoft Remote Desktop 10 in Apple's App Store. So I cant login properly as explained here....
Camarena asked 1/6, 2018 at 6:57

0

I was just wondering if it's possible (even with a third party software) to pass the touchpad gestures from a laptop running Windows 10 to a PC (no touchpad available) using remote desktop. I...
Taintless asked 6/3, 2019 at 13:9

4

I am trying to let my pc, which run at win7, accessible remotely, but I am able to. I did the following: checking "Allow Remote assistance connection to this computer. a set a password for my acc...
Glaser asked 23/4, 2014 at 4:22

7

I'm having problems with the rendering of a WPF app over a remote desktop connection. The applications chrome is rendering, but none of the content is coming through, as if the window is not draw...
Nidia asked 7/8, 2009 at 10:18

5

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(...
Blossom asked 30/3, 2011 at 22:25

2

Solved

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...
Sarthe asked 3/12, 2013 at 12:49

3

I am trying to check if anybody is connected to the server in my team with the following command: query session /server:<SERVERNAME>. But Every time I end up getting the following error: Err...
Acre asked 24/6, 2015 at 8:43

2

Solved

I'm using the below config in nginx to proxy RDP connection: server { listen 80; server_name domain.com; location / { proxy_pass http://192.168.0.100:3389; } } but the connection doesn'...
Trinatte asked 21/3, 2018 at 19:19

2

Solved

as the subject say am trying to connect to server using this code in delphi procedure TmainF.Button1Click(Sender: TObject); var rdp1 : TMsRdpClient7NotSafeForScripting ; begin rdp1 := TMsRdpCli...
Lash asked 27/11, 2017 at 16:5

1

Solved

I'm observing some weird behavior with Java 8 (several versions, in particular 1.8.0_111) when running a Swing app in a VM. The VM is a Windows 10 machine running in VMware that I am remote-desktop...
Hardware asked 1/9, 2017 at 19:14

1

Solved

I have a program on which I need to be able to copy and paste from a remote computer, to my local computer. My problem is, when I use Clipboard.GetDropList(); it returns a collection with 0 e...
Thurifer asked 13/9, 2017 at 9:38

2

I have trouble using OpenGL over Remote Desktop Connection (RDC) on a Windows 10 computer. The server has an NVIDIA GEFORCE 8600 GT. Yet, OpenGL reports the card is a GDI Generic Device. The drive...
Digestive asked 24/1, 2017 at 16:55

6

Solved

This question tells me how to detect a remote desktop session. Do anybody know if it's possible to find out from where the remote connection was initialized?
Lavenialaver asked 17/3, 2010 at 10:10

1

This is a strange issue only in Win8.1. As we all know, if there is a running application in a machine, there should not be any other behavior against the application when we connect/disconnect/re...
Chromosphere asked 3/7, 2014 at 5:49

1

Solved

I was trying to establish a remote connection to another system and execute some basic commands. Below are the steps that I have done : Configured the remote machine to accept Shell commands - E...

1

I have setup an Ubuntu Amazon EC2 instance and followed this official guide to setup desktop functionality and remote access from Windows : https://aws.amazon.com/premiumsupport/knowledge-center/c...
Patsypatt asked 27/1, 2017 at 17:15

1

Since Windows 10 doesn't support Mirror drivers, how do I use Desktop Duplication API to capture console at all times i.e. start with logon window, then user's desktop (after the user logs in) and ...
Bluepoint asked 20/9, 2016 at 21:50

1

Solved

I'm trying to configure a NoMachine remote desktop to run xmonad. One thing I keep running into is that the default xmonad installation instructions require logging out and logging back in. In a re...
Crumbly asked 16/9, 2016 at 22:28

2

Solved

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 T...
Comradery asked 17/10, 2012 at 20:20

3

Solved

I guess I've just gotten spoiled with Consolas working on my local development machine. But at work we do a lot of development remotely via Remote Desktop, where any fonts requiring ClearType look ...
Evacuation asked 21/12, 2010 at 16:57

© 2022 - 2024 — McMap. All rights reserved.