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

How to Know If I am in a Terminal Service (TS) Session?

Is there any windows API function to check if I am in a terminal service session?
Daniel Silveira
  • 41,125
  • 36
  • 100
  • 121
0
votes
3 answers

How to use Terminal Services EasyPrint from a Server 2003 client

I'm trying to get EasyPrint to work from workstations running Windows Server 2003, connecting to a Server 2008 TS pool. I noticed that there is a RDP 6.1 client for XP clients. I couldn't get that to install on the Server 2003 box. I was able…
Naraen
  • 3,240
  • 2
  • 22
  • 20
0
votes
1 answer

Terminal Services Server autorun on windows startup with registry key entry

I'm not familiar with terminal servers and I can't find this information anywhere. I wanted to know if the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CurrentVersion\Run registry entry works on terminal servers or should I use the specific entry of…
Zack
  • 2,789
  • 33
  • 60
0
votes
4 answers

ASP.Net local debug on a Windows Server 2008 R2 Terminal Services Server

We have a Windows Server 2008 R2 box setup as a Terminal Server with Visual Studio 2012 installed on it for remote developers to be able to do development on our ASP.net systems. We would like to be able to do debugging on out projects the same way…
0
votes
1 answer

How can c# service identify current user logon name on Terminal Services Server?

How can c# service get the identity (logon name) of a terminal server user that calls it? I wrote a c# service that listens for http request and return the current logon user. The request is initialized by a javascript that runs in the browser. That…
user1283002
  • 391
  • 1
  • 4
  • 12
0
votes
2 answers

Terminal Services on Windows Mobile - "Paste" doesn't preserve punctuation?

I have here a Windows Mobile-based PDA (Mobile Compia M3 Sky) equipped with a barcode scanner. This barcode scanner works by reading the data from the scanner into the Clipboard and then simulating a Paste on whatever application is currently…
Fritz H
  • 3,539
  • 2
  • 26
  • 37
0
votes
1 answer

How can I write an installer for terminal server

I am writing an installer( msi file) which needs to be run on a terminal server It must be multi use in other words all logged in users should be able to run that program when the installer is run it writes a set of registry entries to HKLM it also…
Rahul
  • 2,194
  • 4
  • 31
  • 46
0
votes
1 answer

Citrix remote disconnect / Remote disconnect source

Consider xen app server hosting published application. Is it possible to find out if the remote disconnect was triggered by citrix or other source ?
user476566
  • 1,319
  • 3
  • 26
  • 42
0
votes
1 answer

Windows Server 2008 R2 RDP Printers Not Mapping

Having an issue with one user's printers not mapping when connecting via RDP to a Windows Server 2008 R2 64-bit with Terminal Services. Here's the scenario: Approximately 7 users connect via RDP to a Windows Server 2008 R2 64-bit server running…
user662838
  • 9
  • 1
  • 1
  • 2
0
votes
1 answer

user.home in windows ts running eclipse rcp project

So me and a friend have created an application using Eclipse RCP. Now we want to distribute it using Windows Terminal Services. I have Windows TS up and running and have added about 6 accounts on it. I have also deployed my Eclipse RCP applications…
decal
  • 987
  • 2
  • 14
  • 39
0
votes
1 answer

Installing com-enabled .net assembly onto Windows Terminal Server

I've got a little class library written in VB.NET (MSVS 2010) with "Com visible" and "Register for COM interop" flags enabled. This lib is intended for use on a Windows 2008 terminal server. I've hit 2 problems: Registering my lib on the server.…
AlexVhr
  • 2,014
  • 1
  • 20
  • 30
0
votes
1 answer

Can't connect via RDP to Windows 2008 R2 Server

I just installed a Windows 2008 Standard R2 server with RDS. Whenever I attempt to connect to the server via RDP from a Windows 2003 server, I get the following error. I am however able to connect from a Windows 7 desktop and using a Linux RDP…
Craig Efrein
  • 139
  • 1
  • 1
  • 8
0
votes
1 answer

Can the Terminal Services session ID change during the lifetime of a process?

When using .NET's Process.SessionId property or the Windows API call ProcessIdToSessionId(), can the result be relied on to be the same throughout the lifetime of the process? i.e. If I want to use this value, do I only have to determine what it is…
George Craven
0
votes
1 answer

"Windows is Configuring" Dialog During Program Use on a Terminal Server

I am encountering a particularly annoying issue in terminal server environments where Windows will throw "Windows is configuring" dialog boxes similar to Microsoft Office when trying to perform functions within out software. I suspected it might…
0
votes
1 answer

How can I read "Terminal Services Private Data" from the clipboard?

When I look at the clipboard all I am getting is a IRandomAccessStream under the name "Terminal Services Private Data". This is what happens when you copy files from the desktop but you're running your app in the simulator. I would like to try to…
justin.m.chase
  • 13,061
  • 8
  • 52
  • 100
1 2 3
18
19