Questions tagged [mstsc]

Creates connections to terminal servers or other remote computers, edits an existing Remote Desktop Connection (.rdp) configuration file, and migrates Windows XP connections (connections created with Client Connection Manager) to new .rdp files.

Microsoft Terminal Services Client (mstsc) allows a user to remotely log into a networked computer running the terminal services server.

Applies To:

  1. Windows 8

  2. Windows Server 2008

  3. Windows Server 2008 R2

  4. Windows Server 2012

  5. Windows Vista

Read more

117 questions
3
votes
0 answers

C# AxMSTSCLib.AxMsTscAxNotSafeForScripting.connect() succeeds but doesn't show remote VM

I am creating a windows application in C#. I have a form, added rdp control and trying to show VM in the form. I am using AxMSTSCLib.AxMsTscAxNotSafeForScripting to programmatically open a remote VM. The call to connect() executes without any error…
Jagadesh K
  • 31
  • 2
3
votes
0 answers

Is it possible to do Seamless RDP connection using node-rdpjs?

Hi I have tried to search on google about how I can seamlessly connect to windows machine through RDP using node-rdpjs but haven't got any hint. Here is scenario for User : should be able to connect to multiple software should be same user name…
Anand Soni
  • 5,070
  • 11
  • 50
  • 101
3
votes
3 answers

How to host a terminal session (mstsc) in a WPF applicaiton?

There are some tools out there for managing multiple terminal (mstsc) sessions. How would I go about achieving something similar in WPF?
Simon
  • 33,714
  • 21
  • 133
  • 202
3
votes
2 answers

Mstsc ActiveX Control Warning

I'm working in a project that the application needs to connect into a remove desktop (RDP Protocol), automatically. For this, I'm using the library MSTSCLib_TLB, from Delphi, which uses mstscax.dll. The problem is that the Windows identifies the…
user3810691
  • 531
  • 5
  • 21
3
votes
2 answers

pywinauto keep remote desktop alive

I try to keep a remote desktop window alive, i.e. to avoid screensaver and closing the connection due to inactivity timeout (I'm not allowed to configure the behaviour of remote desktop session). Using pywinauto I only realised to connect to the…
Michael Hecht
  • 2,093
  • 6
  • 25
  • 37
3
votes
0 answers

Hide remote desktop connection/ Process/ C#

Please tell me how to hide the window to connect to the published application via RDP (remote app). Ie when I open rdp file through the function Process() my process run hidden, but unfortunately this process close immediately, and run new copy…
DenMpei
  • 31
  • 1
3
votes
1 answer

Remote Desktop ActiveX control maximised

In my application i am utilizing the Remote Desktop ActiveX control How do i maximize the RDP session? I would like it to be full screen once connected.
PriceCheaperton
  • 5,071
  • 17
  • 52
  • 94
2
votes
0 answers

How does one get a handle / details for a window inside RDP window?

On Windows, is it possible to get some sort of handle or details of a window displayed inside a RDP session? Say you are logged on Machine A, then on there you open a RDP session connecting to Machine B. Is there some code I can run on A that will…
Giacomo Lacava
  • 1,784
  • 13
  • 25
2
votes
2 answers

c# program very slow and hangs mstsc

i'm building a c# program for some company. When I test the program from the company's laptop it runs smooth and stable. but when i run the program on a microsoft terminal client, on a from with a listview that can have around 1000 rows and 5 or 6…
Daanvl
  • 608
  • 1
  • 9
  • 24
2
votes
2 answers

Delphi/Rdp check username and password before connect

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 := TMsRdpClient7NotSafeForScripting.Create(self); …
Rober.Ya
  • 65
  • 3
  • 12
2
votes
0 answers

AxMsRdpClient9 - How to determine the server side API support

Some of the AxMsRdpClient9NotSafeForScripting APIs can only operate based on the version of the server that it is connected to. For example 'UpdateSessionDisplaySettings' cannot be used unless the server is 2012R2 or later. Is there a way to…
mlg
  • 101
  • 2
  • 8
2
votes
0 answers

C# WPF MSTSC Active X Control is not displaying during runtime

I Have recently searched the web trying to find answers on how to create and run a MSTSC RDP session in WPF, Finally got all what i needed, created the AxMSTSCLib dll and added that and MSTSCLib dll as a reference into the project. but after…
2
votes
1 answer

bWaitOnReturn has no effect on mstsc.exe when run from HTA

In VBScript, the WScript.Shell.Run method has three arguments, the third of which is a boolean value specifying whether the program should wait for a newly-spawned process to finish before proceeding. I am having trouble getting this behaviour to…
2
votes
0 answers

Microsoft Application Virtualization

How to install the Microsoft Application Virtualization. After Installed how to add a numbers of user and how to connect to Application Virtualization Sever. I am completely new about that Server configuration.
Ramesh Somalagari
  • 525
  • 3
  • 11
  • 35
2
votes
1 answer

How to run Remote Desktop Connection Manager in command line

I'm using RDCM 2.2 (Remote Desktop Connection Manager) want to write a batch script to run RDMC and connect server group in specific time by scheduling this .bat file and close program with Task Scheduler. I scan through help doc of RDCM, I found…
Semanur Konezoglu
  • 63
  • 1
  • 2
  • 11