you need to edit the html file located at:
C:\windows\pchealth\HelpCtr\System\Remote Assistance\helpeeaccept.htm
Make this:
btnAccept.disabled = false; btnDecline.disabled = false; btnDecline.focus(); to this btnAccept.disabled = false; btnDecline.disabled = false; btnDecline.focus(); DoAccept();
idExpert1.innerText = vArgs[0]; idExpert2.innerText = vArgs[0]; idExpert3.innerText = vArgs[0];Then add the following line below the above mentioned lines but make sure that you add the line before closing the bracket. Line to be added:
/* Added to allow take remote control of PC */ onClickHandler(0)You can also set the expiration time of the session and to do this you need to change the value of “DtLengthâ€. Basically, these changes will load the form when we try to remotely connect to the system and will then call the accept button in order to take control of the system without the user intervention. In short, it automates the process to access the system to offer remote assistance.




0 comments:
Post a Comment