Questions tagged [rdp]

rdp is Remote Desktop Protocol, used by Windows to view and control other Windows systems

RDP allows remote windows users to view and interact with a remote windows server as if they were sitting at that server's desktop.

1224 questions
10
votes
1 answer

Is there a way to disable "check online for updates from windows update" in windows update settings?

I have configured WSUS server in order to preserve bandwith in the network wile keeping essential updates turned on using that WSUS. Intranet WSUS server pointing to client pc and other settings are pushed via group policies in Domain controller…
Aravinda
  • 1,101
  • 5
  • 12
  • 30
10
votes
4 answers

Connecting to Remote Desktop using proxy and Remote Desktop Gateway?

I have setup a Remote Desktop Gateway server using Windows Server 2012 R2. I am using the Remote Desktop Gateway as an intermediary between to provide the remote desktop session over 443 since 3389 is blocked at many client locations. However, I ran…
9
votes
4 answers

Remote desktop sessions - Unwanted automatic log off after period of time

I'm having an issue whenever I connect to any of our servers via RDP - After a certain period of time, it seems to close these sessions, closing all the applications i had open etc... This is particularly annoying if I am running a long process -…
alex
  • 1,720
  • 15
  • 43
  • 63
9
votes
3 answers

Windows Server 2016 - Can't RDP with one specific user

This is a new Windows 2016 server. We have three users on it and two of them are able to login without issue. The third one, no matter what we've tried (except rebooting; trying to avoid that) is not able to login. He keeps getting this error: The…
blizz
  • 1,134
  • 1
  • 26
  • 47
9
votes
3 answers

Windows Server 2008 R2 STD doesn't accept first attempt to RDP

I have a terminal server running Windows Server 2008 R2 Standard and there is strange issue that I cannot connect to the server via RDP when I try to do this for the first time, but after first attempt fails, and I try one more time - session can be…
Volodymyr Molodets
  • 2,424
  • 9
  • 36
  • 52
9
votes
2 answers

How to use 'disk from remote desktop connection' on Windows Server Core?

When using Microsoft's Remote Desktop Connection, one can set certain local drives to be available on the remote machine. On the remote box they show up in Explorer as 'E on LOCALBOX' and provide a simple way to copy files back and forth. On Server…
Peter Hahndorf
  • 14,058
  • 3
  • 41
  • 58
9
votes
3 answers

Changing the login timeout for Windows Remote Desktop Services

At our school we use thin clients that connect to a Windows 2008 R2 server using Remote Desktop Services. This works very well. One problem we still have is the login timeout for the RDP connection. When the thin client starts up, it shows the…
jan.vdbergh
  • 311
  • 1
  • 2
  • 8
9
votes
4 answers

Login error with Remote Desktop to Ubuntu server

I use Ubuntu Cloud Guest account and install xrdp (sudo apt-get install xrdp) then I use Remote Desktop Connection of Windows to remote it. But on login step I always get this error after I enter username and password even though I did enter them…
JatSing
  • 249
  • 2
  • 3
  • 8
9
votes
4 answers

Remote Desktop specify the monitor to open on

Is there any way to make Remote Desktop v6 open on a specific monitor in a dual monitor setup? I know it supports dual monitors and it is easy to make it use both monitors, but what I really want is for all of my RDP sessions to open on my secondary…
BrettRobi
  • 357
  • 2
  • 4
  • 10
9
votes
2 answers

Remote Desktop Mobile mangles barcodes coming from scanner

We have an application here using handhelds to scan barcodes. These handhelds are actually making a remote desktop session towards a server where the application runs. Works fine. Now we have bought some new Motorola MC55's running 'Windows Mobile…
sfonck
  • 131
  • 2
  • 6
9
votes
3 answers

mstsc /admin for Microsofts RDP for Mac OS X

How do I access the reserved admin session using Microsofts RDP client on my Mac? The equivalent to mstsc /admin on the Windows client.
Oscar Kilhed
  • 193
  • 1
  • 1
  • 6
8
votes
4 answers

Can 32-bit print drivers work on 64-bit windows?

I'm reading around and it seems that 32 bit drivers do not work under 64 bit windows. Is this true? since 32-bit applications can run under 64 bit windows it seems ridiculous that 32-bit printer drivers cannot. Are printer drivers run at the…
hookenz
  • 14,472
  • 23
  • 88
  • 143
8
votes
2 answers

How to specify to MSTSC which session to connect to?

I'm working on a project where I must do almost all of my work on a remote desktop. I also have to frequently connect and disconnect from the remote desktop because of the network configuration. Sometimes, when I disconnect my session and then…
Vivian River
  • 359
  • 4
  • 10
8
votes
3 answers

Can't redirect microphone by rdp: No audio devices are installed

I'm connecting from Windows 7 Ent to Windows Server 2008 R2. I followed several guides to setup audio redirection. Playback works, but no recording. "Record from this computer" checked on client microphone on client works "Windows Audio" service…
basin
  • 558
  • 1
  • 5
  • 22
8
votes
2 answers

Is there a way to show an RDP session's encryption level from the commandline/Powershell?

For Windows 2008, I need to create a script that will show whether connected RDP sessions are set at "high" encryption or something else (e.g., "compatible"). Does anyone know of a way to get this without going through the GUI? I investigated wmic…