Click here to Skip to main content
15,907,001 members

Comments by libin0410 (Top 12 by date)

libin0410 19-May-15 21:18pm View    
sorry,i have to use rdp to execute some commands on remote computer because rdp protocol is the demand. maybe using like ssh is not described right, i just want to utilize rdp to execute some commands on remote computer, do you have any ideas ?
libin0410 18-May-15 4:49am View    
have you resolved the problem ? i am working to resolve other problems and i find other website which will help you : https://www.nccgroup.trust/en/blog/2015/02/violating-the-virtual-channel-rdp-testing/
libin0410 18-May-15 4:36am View    
did you resolve this problem ? i am doing this too!
libin0410 6-May-15 22:42pm View    
does it show the screen of remote computer >
libin0410 5-May-15 22:04pm View    
as i have said , using rdp is to check information about remote computer. i have already realize checking information about remote computer in ssh and telnet, they are parts of my project. ssh and telent are two options for me to choose in my project to check information of remote computer.after i choose ssh or telnet , i will send checking commands to remote computer to ask it to execute these commands and get results back to my project. because rdp can not directly send commands to remote computer to execute, i share local bat file with remote computer ,then let reomte computer to exeucte the bat file and get results file . after that, i share results file with local computer . that is my main purpose. i want the whole process of rdp to be in background mode just like ssh or telnet, so i dont need rdp connection to show the remote desktop in gui。i learn that someone has done that, so i want to realize it。