D
D
Dima_E2020-09-19 09:06:20
Windows
Dima_E, 2020-09-19 09:06:20

How to specify connection parameters for shadow connection via RDP?

With a normal connection, it is easier to set the parameters, in the pop-up window you can immediately set all the parameters for the remote machine and save them to a file.
And how to do the same for RDP shadow ?
Skok did not google, I could not find any information at all.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem @Jump, 2020-09-19
@Dima_E

You make a regular batch file, write what you need into it, for example,
Mstsc.exe /shadow:2 /v:<manager
and run it.
Instead of 2, put the id of the desired session, and instead of manager, the desired name or IP of the computer.
Well, you can also add the keys / control and / or / noConsentPrompt
Instead of the session ID, you can insert a request so that it asks the session every time.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question