Labarr Posted November 5, 2014 Content Count: 3052 Joined: 08/30/09 Status: Offline Share Posted November 5, 2014 Hi- So at work I need to do 4 steps in order to get on our terminal service as an admin. The steps are Start -->run -->"mstsc /admin"*This starts Windows Remote Desktop Connection as an Admin*-->Select termserver-->hit ok. We have 3 terminal servers. so its a pain doing these steps multiple times. and I use it ALOT. Anyone know if this can be coded into a batch file? Like: term01.bat term02.bat term03.bat Just thought I'd ask here ;) Will also post to a programming website Link to comment
SpikedRocker Posted November 5, 2014 Content Count: 6242 Joined: 04/13/08 Status: Offline Share Posted November 5, 2014 If you do this: mstsc /v: "IPADDRESSHERE" /w:640 /h:480 this should pop up a window to where you can input the password. I am not sure about automating the password part however. 1 Link to comment
Labarr Posted November 7, 2014 Content Count: 3052 Joined: 08/30/09 Status: Offline Share Posted November 7, 2014 Yup. thats wat i was looking for. thanks. and as long as you check the 'save my credentials' it will remember the password Link to comment
Recommended Posts
Reply to Thread
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now