The mstsc tag has no wiki summary.
6
votes
4answers
806 views
Transfer file using MSTSC in Command line
Part of my daily work involves transferring of data from my system to client system using MSTSC, is it possible to automate this transfer or is there any command line that i can use instead of ...
2
votes
2answers
231 views
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 ...
1
vote
4answers
140 views
How to find amount of time mstsc is used and by whom?
Our team has geographically dispersed and many virtual machine will be connected by them using remote desktop. I would like to find who is accessing a remote desktop session and how long it is being ...
1
vote
1answer
106 views
Generating RDP Profile Issue
edit Figured it out, instead of trying to launch it via mstsc.exe file.rdp, I launch file.rdp instead and it works just fine.
end edit
Ok I am working on a c# program, part of it is generating its ...
1
vote
1answer
1k views
Where can I find documentation on the C# MSTSCLib, specifically the MsRdpClient classes?
I would like to figure out how to create a C# Remote Desktop client and the documentation on the internet varies from sparse to non-existent. Or if you have this information, please let me know. I ...
1
vote
2answers
489 views
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?
1
vote
2answers
142 views
What API will allow me to detect and end the session of someone using “mstsc /console”?
I'm having a very difficult time listing and closing the sessions of folks using Mstsc /admin.
Does anyone know the API to use if the server is a normal server and not a terminal server per-se?
1
vote
1answer
918 views
How VNC Disconnects the already connected RDP Session
While using VNC combined with RDP, I have noticed a behaviour which VNC do, that is when you have connected to a machine using RDP (mstsc), and then you want to connect to that machine using VNC, it ...
1
vote
2answers
920 views
Remote Desktop Username@IP vs. IP@Username Randomness
Does anyone else find that when they open a saved connection in Remote Desktop it sometimes sets up the login as Username@IpAddress and other times (seemingly at random) sets it up as ...
0
votes
0answers
42 views
How to recover username and password of remote host in live mstsc session
If there is a live remote mstsc session on my windows pc connected to remote host. How can I get the username and password of mstsc of remote host on which I am logged in.
Is there any way to find ...
0
votes
1answer
277 views
Connecting and logging in to a remote desktop using C# / Windows7
I would like to write an application which allows users to enter their login credentials for a machine in our company network and then connect them to that machine. Apparently, the log in credentials ...
0
votes
1answer
98 views
Windows Workflow 4 freezing always at the same stage on Load Testing
I have a rather simple worflow hosted on AppFabric. I call it through a WCF endpoint using netTcpBinding, and it calls 2 WCF methods, also via netTcpBinding, hosted on the same server also on ...
0
votes
1answer
1k views
How to force MSTSC.exe to use the supplied password?
I would like to automate the login to a terminal server using Remote Desktop. In the past you could create an RDP file and open it to launch a connection. However, with the changes in security the ...
0
votes
3answers
133 views
Perfect for my career? [closed]
I am writing to you hoping for a good answer for my question.
I have been a .NET developer for last 5 years. I have used Cisual Studio since their product framework version 1.0 - 3.5. I am very much ...
0
votes
2answers
2k views
RDP sessions mstsc
What exactly is the difference between using
mstsc
mstsc /admin
mstsc /console
mstsc /admin /console
all answers appreciated - in particular if any of these can effect the user being logged out ...
-1
votes
0answers
18 views
remote desktop connection to virtual server
I am looking to rent server space remotely but want to use mstsc to connect to the desktop of the server.
Does anyone have any recommendations on good (reliable) host providers for this.
-1
votes
1answer
31 views
BAT file for mstsc
i need to login to multiple windows servers. can anyone post me a DOS bat file sample for remote login instead of invoking mstsc and typing user id and password?