Click here to Skip to main content
15,896,487 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am developing C# windows application to detect,
if someone is trying to access my system using Any available Remote application, i.e. Anydesk, Teamviewer, Remote Desktop, LogmeIn etc.

Please help !

Thanks
Jagdish

What I have tried:

Program to detect if someone trying to access my PC via remote tool i.e. Anydesk or teamviewer etc
Posted
Updated 13-Oct-20 7:10am
v4
Comments
BillWoodruff 13-Oct-20 5:52am    
Way too broad a question. Start by doing research:

https://www.google.com/search?sxsrf=ALeKk02Svd_euykBRQTvrC595CnojTJwOA%3A1602582560701&ei=IHiFX6qsKqb7z7sPg4a9sAI&q=c%23+detect%2C+if+someone+is+trying+to+access+my+system+using+Any+available+Remote+application&oq=c%23+detect%2C+if+someone+is+trying+to+access+my+system+using+Any+available+Remote+application&gs_lcp=CgZwc3ktYWIQAzoHCAAQRxCwA1CnhAJYxpwCYL2kAmgDcAB4AIABYogBkQKSAQEzmAEAoAEBqgEHZ3dzLXdpesgBCMABAQ&sclient=psy-ab&ved=0ahUKEwiqvIOipbHsAhWm_XMBHQNDDyYQ4dUDCA0&uact=5

Then, come back here with specific questions and your code..
Jags27may 13-Oct-20 6:08am    
Thanks BillWood !
I researched but No exact solution found to detect the Anydesk, teamviewer taking remote or not.
So many solutions available on internet to detect on RDP or terminal services SESSIONNAME.
But my question is how we detect if anyone of them utility trying to access my PC, weather it is RDP, Anydesk, AMMY, teamveiwer through c#.

Please help me its urgent !

Thanks



BillWoodruff 13-Oct-20 6:34am    
You need to do specific research on each application that uses a separate connection protocol. This is not trivial. Do the research:

https://www.google.com/search?q=c%23+detect+any+remote+access&oq=c%23+detect+any+remote+access&aqs=chrome..69i57j69i58.15638j0j7&sourceid=chrome&ie=UTF-8
Jags27may 13-Oct-20 8:42am    
Thanks Buddy,

In future, if you will find any solution please update me.

have a nice day :)
Richard MacCutchan 13-Oct-20 9:04am    
Simple, make sure you do not have any of these products installed.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900