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/