An open API service indexing awesome lists of open source software.

https://github.com/johnjohnsp1/DefenderKeys

Quick PowerShell script to extract any exclusions configured for Windows Defender
https://github.com/johnjohnsp1/DefenderKeys

Last synced: 4 months ago
JSON representation

Quick PowerShell script to extract any exclusions configured for Windows Defender

Awesome Lists containing this project

README

        

# DefenderKeys
Quick PowerShell script to extract any exclusions configured for Windows Defender
```
PS C:\Users\bob\Desktop> .\DefenderKeys.ps1

PATHS/FILE EXCLUSIONS
---------------------
M:\
C:\Users\bob\Desktop\Work
S:\
C:\Users\bob\Desktop\program.exe

PROCESS EXCLUSIONS
------------------
program.exe

EXTENSION EXCLUSIONS
--------------------
.com

PS C:\Users\bob\Desktop>
```