Search found 3 matches

Go to advanced search

by zander1989
Sun Mar 10, 2024 5:18 am
Forum: Common Problems
Topic: Adding entire folder to windows defender exclusion
Replies: 3
Views: 7762
 
Jump to post

Adding entire folder to windows defender exclusion

Hello,
Is it possible to add the APPDIR to the windows defender exclusion list?

I am running this custom PowerShellScriptInline:

Code: Select all

Add-MpPreference -ExclusionPath [APPDIR]
But it just doesn't work it adds APPDIR only instead of the path, any suggestions? Not so good with powershell
by zander1989
Sun Mar 10, 2024 4:47 am
Forum: Common Problems
Topic: Windows Defender
Replies: 3
Views: 11407
 
Jump to post

Re: Windows Defender

Hey, Could you tell me if this will work after the installation to add the entire folder where its installed?


This doesn't rely seem to work :

Code: Select all

Add-MpPreference -ExclusionPath '[APPDIR]'

Go to advanced search