mstsc Questions
7
Solved
I want to use mstsc /admin to login to a server silently. My batch file reads the code as
mstsc /v:xxx.xxx.xxx.xxx /admin
But it ask me to enter password. Can anyone help me to skip this step?
...
Cart asked 23/1, 2013 at 14:17
2
Solved
I am writing rdp client using c#. Simple example:
AxMsRdpClient9NotSafeForScripting c = new AxMsRdpClient9NotSafeForScripting();
Form1.Controls.Add(c);
c.Server = s.ip;
c.UserName = s.pass;
c...
2
Solved
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 := TMsRdpCli...
Lash asked 27/11, 2017 at 16:5
1
I am using the 'Microsoft Terminal Services Control Type Library' to establish a connection to a remote desktop server. I am looking for a way to prevent or suppress the 'Windows Security' prompt t...
Marcus asked 7/6, 2016 at 2:28
1
Solved
Microsoft RDC on Windows (to open type mstsc in Start -> Run ) saves the history of previous computers you have connected to in the "Computer" dropdown.
How can I clear them, or selfective...
0
My old Delphi 7 program with embedded RDP client have been working for years, but it gives Access Violations on Windows 8 and if you install RDP 8 on Windows 7, where the mstscax.dll file (with the...
4
Solved
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 bein...
Ternion asked 23/12, 2011 at 6:19
4
Solved
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 conn...
1
© 2022 - 2024 — McMap. All rights reserved.