Questions tagged [terminal-services]

Terminal Services provides the ability to host multiple, simultaneous client sessions on Windows Server 2003.

Terminal Services provides the ability to host multiple, simultaneous client sessions on Windows Server 2003. Terminal Services is capable of directly hosting compatible multi-user client desktops running on a variety of Windows-based and non Windows-based computers.

What Is Terminal Services?

283 questions
6
votes
1 answer

Building a Test Citrix Environment

Our customers occasionally ask whether our software would run in a "Citrix environment". Which Citrix products make a typical Citrix environment? How in general does one build a typical Citrix environment for test purposes?
Ra.
  • 2,499
  • 3
  • 28
  • 41
6
votes
3 answers

Enable Remote Desktop on Windows 10 Container

I'm trying to enable remote desktop on a container image. Dockerfile FROM mcr.microsoft.com/windows:2004 EXPOSE 3389 RUN net user administrator Stack0verflow RUN net user administrator /active:yes # I tried disabling the firewall; but this…
JohnLBevan
  • 22,735
  • 13
  • 96
  • 178
6
votes
3 answers

What is X Server and Remote Terminal Server?

Can someone explain what is the difference between X server and Remote Terminal servers in simple terms? For example, Hummingbird Exceed is an X server and Citrix is a Remote Terminal Server. How do these servers work?
user32262
  • 8,660
  • 21
  • 64
  • 77
6
votes
2 answers

Which local machine components could affect a RDP-session performance-wise?

I've got the following totally reproducible scenario, which I'm unable to understand: There is a very simple application, which does nothing else than calling CreateObject("Word.Application"), that is creating an instance of MS Word for COM interop.…
MicSim
  • 26,265
  • 16
  • 90
  • 133
6
votes
2 answers

Generating RDP file on the fly

I want to create a web application similar to TS Web Access, where I can create rdp files on the fly for Remote Apps configured on the server. Any idea??
Gaurav Arya
  • 211
  • 3
  • 7
6
votes
1 answer

Retrieving Terminal Services Session ID In .NET?

Can anyone please help me discover the .NET equivalent of the following C++ code: DWORD session_id; ProcessIdToSessionId(GetCurrentProcessId(), &session_id); I'm trying to find the current terminal services session number to uniquely name a named…
Alfonso Gunn
5
votes
2 answers

Is it possible to run programs locally from a terminal services remote app?

First, I guess I'd have to figure out if I'm running remotely and second I'd have to figure out whether my remote connection is a standalone remote app or an app running on a terminal server (that may be tricky). But, once I've figured out all those…
Peter Turner
  • 11,199
  • 10
  • 68
  • 109
5
votes
2 answers

Detecting a Citrix XenDesktop Session

I'm looking to determine if our application is running on a XenDesktop session rather than locally. Here is what I have found so far: We currently have code to detect a Citrix XenApp session similar to the solution mentioned by Helge Klein in "API…
WillEllis
  • 489
  • 4
  • 14
5
votes
1 answer

Javascript: why is our website extremely slow in a Terminal Services session?

We created a website that relies heavily on Javascript and has quite a lot of DOM-elements. In all browsers, even IE7 and IE8, this works fine. The user experience is a bit faster and more responsive in IE9, Chrome and Firefox, but even our clients…
5
votes
1 answer

Why do DOS devices defined in an impersonated session not appear in Explorer

I have a Windows service running under the Local System account that creates DOS devices using the DefineDosDevice function. The service is running on a W2K8 Remote Desktop Server. If the devices are created using the service's credentials, they are…
FishesCycle
  • 1,011
  • 1
  • 10
  • 24
4
votes
1 answer

VB app needs Windows TS thin client unique ID

I have a custom bar code app running on .Net 2.0 framework and installed on a Windows Terminal Server. I’m using HP type thin clients and they are pulling their desktop from the TS that has my barcode app installed on it. For the most part, the…
dc.
  • 167
  • 3
  • 10
4
votes
2 answers

Preferred way Of getting Client name From Terminal Server Session

I need to get the underlying client PC name from a user's terminal server session. I know it lives in HKEY_CURRENT_USER\Volatile Environment\CLIENTNAME but is there another (preferably native .net) method of getting it?
beakersoft
  • 2,316
  • 6
  • 30
  • 40
4
votes
4 answers

How do I discover the image-quality settings of a Remote Desktop session?

I am using DevExpress skins. I implemented a switch to disable skins manually. I need this basically because of a Terminal server (I need to have a flat look to save on connection bandwith). Anyway, the manual switch isn't good because the user must…
UnDiUdin
  • 14,924
  • 39
  • 151
  • 249
4
votes
3 answers

How can we overwrite EXE files while users are running them?

Background: Our companies internal user's run our .Net programs on 10-20 windows terminal servers. The executables are all stored on a central file server running windows 2003. Some of the terminal servers are running windows 2003 and some are…
jColeson
  • 951
  • 1
  • 14
  • 24
4
votes
2 answers

Terminal Services: Get Client Name While Running As Administrator

Under normal circumstances, a VB.NET application of mine can check the ClientName environmental variable to get the name of the workstation the user is connecting from. So when WorkstationX RDPs into…
Kevin Fairchild
  • 10,891
  • 6
  • 33
  • 52
1
2
3
18 19