Multiple Remote Desktop Connection from CMD

dragustelian

New member
Local time
5:44 PM
Messages
6
I have a .bat file in wich I put a script
cmdkey /generic:MyHostname /user:MyUser /password:MyPassword
mstsc /v:Myhostname /f


I would like to know how to make a multiple remote desktop connections.
cmdkey /generic:MyHostname1 /user:MyUser /password:MyPassword
mstsc /v:Myhostname1 /f
cmdkey /generic:MyHostname2 /user:MyUser /password:MyPassword
mstsc /v:Myhostname2 /f
cmdkey /generic:MyHostname3 /user:MyUser /password:MyPassword
mstsc /v:Myhostname3 /f


in a single .bat file and when I run the file to start all remote desktop connections
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ASUS
OS
Microsoft Windows 10 Pro 64-bit 17134 Multiprocessor Free
CPU
Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
Motherboard
ASUSTeK COMPUTER INC. FX503VD
Memory
8.00 GB
Graphics Card(s)
(1) NVIDIA GeForce GTX 1050 (2) Intel(R) HD Graphics 630
Sound Card
(1) Realtek High Definition Audio (2) Intel(R) Display Aud
Screen Resolution
0 x 0 x 0 bits (0 colors) @ 0 Hz
Hard Drives
(1) Seagate BUP Slim BK SCSI Disk Device (2) ST1000LX015-1U7172
Depending on the version of windows there are limits to RD connections
 

My Computer

Computer type
PC/Desktop
OS
win 8 32 bit
What happened when you ran your proposed file? If the original did work, I don't see, at first sight, why launching 3 connection won't.


Depending on the version of windows there are limits to RD connections

As the bat file shows, the OP is talking about concurrent connections as client to different servers (to which Windows never had any limitation), not receiving simultaneous connections.
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Toshiba Sattelite A665-S6092
OS
Windows 7 Ultimate x64
CPU
Intel Core i7-740QM
Memory
8 GB DDR3
Graphics Card(s)
NVIDIA GeForce 330GT
Screen Resolution
1366x768
Hard Drives
Samsung 840 SSD 500GB
1TB USB3 external HD
Cooling
Coolermaster Notepal U3 notebook cooling pad
Internet Speed
3mbps ASDL
Antivirus
ClamWin 0.98.7
Browser
Opera 12.17 x86 (main), Firefox 38 (sec), IE11 (last resort)
Back
Top