login to remote windows machine through batch file from another windows machine -
my remote windows server restarts @ fixed time , need login daily after restart , since have scheduled few tasks in server , run when loged in , please me automate login process , can through batch files ? can restart
if have windows 2008 or above can use task scheduler. open control panel , run task scheduler. right click on action menu , run create task. create task usual select "run whether user logged on or not" , (if need) select "run hightest privileges" checkbox. go triggers tab , click "new" button. there many conditions run task. select "at stratup" , click ok. in action tab select "new" button. there select in action "start program". click browse button , select script or batch file. click ok. repeat necessary. click ok again , create new task.
good luck.
Comments
Post a Comment