Difference between revisions of "Set Windows Defender Exclusion on Windows 10"

From The Al`Kabor Project Wiki
Jump to navigation Jump to search
m (added command line for settting AV exclusions)
m (added picture)
Line 5: Line 5:
Add-MpPreference -ExclusionPath "C:\TAKP"<p>
Add-MpPreference -ExclusionPath "C:\TAKP"<p>


Add-MpPreference -ExclusionProcess "C:\TAKP\eqgame.exe"<p><p><br><br>
Add-MpPreference -ExclusionProcess "C:\TAKP\eqgame.exe"<p><p><br>
[[Image:AV_Exclusions_PowerShell_Example.png]]<p><br><br>


Instructions for performing the above through Windows Settings panel:<p><br>
Instructions for performing the above through Windows Settings panel:<p><br>

Revision as of 23:37, 7 December 2022

You can do this via the Windows Setings, or via PowerShell command-line.


Open administrative PowerShell and type in the below, replace C:\TAKP folder path with where you unzipped the game files.

Add-MpPreference -ExclusionPath "C:\TAKP"

Add-MpPreference -ExclusionProcess "C:\TAKP\eqgame.exe"


AV Exclusions PowerShell Example.png



Instructions for performing the above through Windows Settings panel:


(This may be slightly different for the different versions of Windows 10. This was taken from the 1909 version released late 2019.

  • Right click the windows button in the lower left hand corner and select search.

Defenderexclusion1.png

  • Search for and select Windows Security

Defenderexclusion2.png

  • Click Virus and threat Protection

Defenderexclusion3.png

  • under Virus and threat Protection settings, click manage settings.

Defenderexclusion4.png

  • Under exclusions, click Add or Remove Exclusions

Defenderexclusion5.png

  • Click Add an exclusion and select Folder

Defenderexclusion6.png

  • Select the folder that you currently have (or intend to have) the TAKP files extracted into and run from when you play.