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

is there any way to debug android app on device while using remote desktop

As I and most of us WFH nowadays I am curious to know if there is way we can debug android app using remote AS and device connected to local machine. I am using my laptop to connect my work machine which is super fast compare to my laptop so I want…
7
votes
2 answers

Difference between RDP/Terminal Services and VNC Streaming Techniques

As part of a client support tool, I'm wanting to provide some functionality to be able to request to view/remote control a desktop session. There are a bunch of ways to get a screen capture and then stream it, but I'm wanting to find out in…
Brandon
  • 13,956
  • 16
  • 72
  • 114
7
votes
11 answers

What is the best solution for remote desktop / visual support?

We are currently investigating different remote-desktop support solutions to help our clients if they have any problems with our software and I would like some input on the best solutions out there. We have the following needs / wishes: Cross…
SchizoDuckie
  • 9,353
  • 6
  • 33
  • 40
7
votes
3 answers

What is a good programming font that looks good through Remote Desktop?

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 awful. I mean, look at this: Normally I'm not a big…
Dan Tao
  • 125,917
  • 54
  • 300
  • 447
7
votes
1 answer

How can I run xmonad on a nomachine remote desktop?

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 remote desktop app like NoMachine, there's no way to…
7
votes
1 answer

Prevent failed logon attempt window after failing to supply proper credentials to a remote desktop server using Network Level Authentication

I am using the 'Microsoft Terminal Services Control Type Library' to establish a connection to a remote desktop server. I am looking for a way to prevent or suppress the 'Windows Security' prompt that is displayed when failing to provide a proper…
Joe Uhren
  • 1,342
  • 1
  • 13
  • 27
7
votes
2 answers

Rds RemoteApp logged off immediately after preparing desktop (under details) msi and rdp

We are working on a remote desktop server 2008 R2 Sp1 that has all the updates. Yesterday i wanted to install an office 2013 MAK professional plus next to the allready installed office 2010 standard. For that i had chosen for a custom install and…
Peter
  • 1,240
  • 2
  • 13
  • 22
7
votes
4 answers

Chrome only works on the first session for multi-session logins

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 are multiple sessions for the same user. (e.g. a…
Bjørn H. Sandvik
  • 533
  • 4
  • 10
  • 22
7
votes
10 answers

Connect Azure RDP, "The logon attempt failed"

I've just created two Windows VM's in Azure, one 2012 Datacenter and a 2008 R2 SP1 and i am not able to connect via remote desktop to either of them. Both machines are running under the same cloud service and the RDP ports are mapped to two distinct…
ManuelGomes
  • 159
  • 1
  • 1
  • 6
7
votes
2 answers

How to know if powershell is installed on remote workstation?

How to know if powershell is installed on remote workstation; we need to do the inventory of all the powershell enabled workstations so that we can plan a change for deploying; is there a way to remotely know if powershell is installed and what…
Darktux
  • 427
  • 6
  • 16
  • 27
7
votes
1 answer

Form maximizes when seen via Remote Desktop

I have written an HMI (Human Machine Interface) program for some kind of machine. The program runs on a touch panel with "Windows Standard Embedded 7". I guess it makes no difference to my problem that it is an embedded version of Windows 7. The…
JohnSaps
  • 602
  • 5
  • 16
7
votes
1 answer

how to define a tunnel connection to remote desktop in putty?

I need to connect (in rdp ) to a machine (let's call it #1) in my college network ( I have the internal IP of it ) , I also have access the to Linux server machine in the same network in ssh , that I can use to access the #1 , I'm using putty, can…
nabil
  • 904
  • 3
  • 12
  • 28
7
votes
4 answers

Export Connection Configuration from RDC Manager

I am trying to export connection groups [.RDG files] configured in RDC [Remote Desktop Connection] Manager. Is there a way to do this? N.B. I could not get hold of the file in the file system.
Srii
  • 543
  • 3
  • 7
  • 20
7
votes
0 answers

Deploying from Visual Studio to server with only RDP-access

I am about to deploy some applications to a server which I only have Remote Desktop-access to. Is there any straightforward way to do this using Visual Studio? My current idea is to deploy to a local folder and the copy that folder using Remote…
Yrlec
  • 3,401
  • 6
  • 39
  • 75
7
votes
1 answer

Undecorated JInternalFrame becomes decorated when viewed through Remote Desktop Sharing

I’m facing a problem with JInternalFrame implementation. I have made the JInternalFrame undecorated, so that the title bar and border of the JInternalFrame gets removed. The problem occurs in the following scenario. Execute the program in a Windows…
Deepak M Nair
  • 71
  • 1
  • 2