From adad71e740648a074bae6d94afc60fb82f651347 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Mon, 27 Dec 2021 01:31:59 +0000 Subject: [PATCH] More Exclusions --- windows10.ps1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/windows10.ps1 b/windows10.ps1 index 3418d87..6143d77 100644 --- a/windows10.ps1 +++ b/windows10.ps1 @@ -278,6 +278,13 @@ Start-Job -Name "Configuring Windows - Optimizations, Debloating, and Hardening" Add-MpPreference -ExclusionPath $env:PROGRAMDATA"\NVIDIA Corporation\NV_Cache" Add-MpPreference -ExclusionProcess ${env:ProgramFiles(x86)}"\Common Files\Steam\SteamService.exe" + #Awesome Miner Windows Defender Exclusions + Add-MpPreference -ExclusionPath $env:LOCALAPPDATA"\AwesomeMiner" + Add-MpPreference -ExclusionPath $env:LOCALAPPDATA"\AwesomeMinerService" + Add-MpPreference -ExclusionPath $env:APPDATA"\AwesomeMiner" + Add-MpPreference -ExclusionPath $env:APPDATA"\AwesomeMinerService" + Add-MpPreference -ExclusionPath $env:PROGRAMDATA"\AwesomeMinerService" + #Disable Unrequired Services #https://github.com/djdallmann/GamingPCSetup/tree/master/CONTENT/DOCS/SERVICES #ActiveX Controlls and Policy Enforcement via GPU - Uncomment if not used