From 93d4b0455865efa8a4cbea44e960489f7ea84da8 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Sat, 7 May 2022 21:33:42 +0000 Subject: [PATCH] Update windows10-miningrig.ps1 --- windows10-miningrig.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows10-miningrig.ps1 b/windows10-miningrig.ps1 index d326dc0..f0e2390 100644 --- a/windows10-miningrig.ps1 +++ b/windows10-miningrig.ps1 @@ -61,6 +61,10 @@ Start-Job -Name "Mining Specific Configurations and Optimizations" -ScriptBlock Add-MpPreference -ExclusionPath $env:APPDATA"\AwesomeMiner" Add-MpPreference -ExclusionPath $env:APPDATA"\AwesomeMinerService" Add-MpPreference -ExclusionPath $env:PROGRAMDATA"\AwesomeMinerService" + + #NiceHash Miner Windows Defender Exclusions + Add-MpPreference -ExclusionPath "C:\NiceHash\" + Add-MpPreference -ExclusionPath $env:LOCALAPPDATA"\Programs\NiceHashMiner" #Disable Windows Updates #https://blogs.technet.microsoft.com/jamesone/2009/01/27/managing-windows-update-with-powershell/