-1

複数の Windows サーバーにログインする必要があります。mstsc を呼び出してユーザー ID とパスワードを入力する代わりに、リモート ログイン用の Windows バット ファイル サンプルを投稿してもらえますか?

4

3 に答える 3

0

Did you even attempt to look for an answer before asking the question? I already know the answer to my question.

I did a search on google for mstsc command line options

and came up with Use command line parameters with Remote Desktop Connection

于 2012-01-25T19:05:21.277 に答える
0

これを試して、バッチファイルに入れます:

@echo off
title Connect to server . . . .
set /p SERVER=Please enter the server name: 
title Connecting to server %SERVER%
mstsc.exe /v: <Your server name:port>
于 2012-02-29T08:17:43.303 に答える