Wednesday, August 5, 2015

Windows - Open remote desktop session on one at a time automatically

Opens Windows Remote Desktop and also opens cron browser with the website.

Just copy the following content below on Notepad and save it as somefile.dat. Just double click on file and the application will start loading the remote desktop session. Once you close that session, it will open next available.

mstsc /v: 192.168.10.2
mstsc /v: 192.168.10.3
mstsc /v: 192.168.10.4
mstsc /v: 192.168.10.5:4567
mstsc /v: 192.168.10.6:4567
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "https://192.168.20.135/Helpdesk/Authentication/Login"
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "https://192.168.20.136/PasswordCheck/logon.aspx"

No comments:

Post a Comment