Click here to Skip to main content
15,884,836 members
Please Sign up or sign in to vote.
1.06/5 (3 votes)
See more:
Can I turn off antivirus using C# ? I am using Nod32
Posted
Comments
Abhinav S 18-Dec-10 5:46am    
Kill the process if you have sufficient rights.
Toli Cuturicu 18-Dec-10 12:06pm    
This should not be done.

1 solution

Well, why would someone do that? Don't you see how big security threat this would be? If you have an application that can do it then hackers would use it and remove antivirus from people system.

In order to access/close the antivirus or any exe running you can use Processses[^] to access any running program. If you have the priviledge/admin rights, might be you can play around with it.
 
Share this answer
 
Comments
#realJSOP 18-Dec-10 6:23am    
I love it when virgin, fresh-faced hackers greet the world with that look of hope and glee in their eyes, hopeful that they can somehow write a bigger, better stuxnet virus.
Sandeep Mewara 18-Dec-10 13:23pm    
:)
Renon_Pal 19-Dec-10 4:12am    
I am trying to get the username and password of the Nod32 antivirus by using application when my application tries to access that website the Nod32 block this website so I want only to disable the antivirus during the access after it get the username and password I want my application to enable it black as it was :((
Sandeep Mewara 19-Dec-10 4:15am    
Well, I would suggest you to think and workout something else. Disabling your antivirus is just like giving a calling cards to hackers and e-thiefs... You should not let your system open and invite virus/trojans to attack.

These things are as designed for security and you should try to play by those rules for self benefit.
Renon_Pal 19-Dec-10 4:16am    
*Black = Back :) Sorry

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