smithy1981
IS-IT--Management
I am trying to create a shortcut for a remote desktop session, which will start remote desktop to a specific machine and then fill in the login credentials (username/password) I have tried to do this using send Keystrokes but is not working. Any one have any suggestions
Thanks
WshShell.Run("mstsc /v server
WScript.Sleep(1000)
'WshShell.AppActivate "mstsc"' /v server"
'WScript.Sleep(1000)
WshShell.SendKeys "username{TAB}password
Thanks
WshShell.Run("mstsc /v server
WScript.Sleep(1000)
'WshShell.AppActivate "mstsc"' /v server"
'WScript.Sleep(1000)
WshShell.SendKeys "username{TAB}password