

Private void txtComputerName_TextChanged(object sender, EventArgs e) Private void FrmConnect_Load(object sender, EventArgs e) Show("Unable to Establish Connection, Please try Again later.") Status = remoteConnect.StartRemoteAssistance((), false, true) Private void BtnInvite_Click(object sender, EventArgs e) Show("Unable to Connect to the Remote Machine.Please try Again later.") Status = remoteConnect.StartRemoteAssistance((), true,false) RemoteConnect remoteConnect = new RemoteConnect() Private void btnConnect_Click(object sender, EventArgs e) To connect to the Remote Machine for offering Remote Assistanceģ) Button 2. (Invite someone to help you)ĭesign A form with the folloiwng controls,ġ) Textbox for taking the IP or Computer name to ConnectĢ) Button 1. Here I have desinged a class and a form, and it gives you the following functionalities,Ģ) Ask for Remote Help. Remote Assistance using the MSRA Exe and its arguments.


P.StartInfo.Arguments = "/saveasfile " + fileurl + " MyPassword" Ĭonsole.WriteLine(p.StartInfo.Arguments) P.StartInfo.RedirectStandardOutput = false String fileurl = System.IO.Path.GetTempPath() + "Invitation.msrcincident" Just make sure to include a recursive kill() afterward so it doesn't leave any lingering processes in the background. Then the file is sent to my helpdesk server by ftp and boom, I have one click access to the clients computer.
#WINDOWS REMOTE ASSISTANT DOWNLOAD#
Its actually pretty darn simple, I wrote this to allow clients to download a small exe and click a button and it generates a Remote Assistance Request ticket and opens Remote Assistance in the background.
