Skip to content

valloon427428/WindowsDefenderHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WindowsDefenderHelper

Add/remove/read exclusions on Windows Defender using C#. This requires Administrator Privilege.

How to use

WindowsDefenderHelper class provides all features to add/remove/read exclusions on Windows Defender. It calls PowerShell internally.

Functions:

  • IsUserAdministrator()
  • GetExclusionPath()
  • GetExclusionProcess()
  • GetExclusionExtension()
  • AddExclusionPath(string value)
  • AddExclusionProcess(string value)
  • AddExclusionExtension(string value)
  • RemoveExclusionPath(string value)
  • RemoveExclusionProcess(string value)
  • RemoveExclusionExtension(string value)

About

Add/Remove/Read Exclusions on Windows Defender using C#.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages