Update windows10-miningrig.ps1
This commit is contained in:
@ -61,6 +61,10 @@ Start-Job -Name "Mining Specific Configurations and Optimizations" -ScriptBlock
|
|||||||
Add-MpPreference -ExclusionPath $env:APPDATA"\AwesomeMiner"
|
Add-MpPreference -ExclusionPath $env:APPDATA"\AwesomeMiner"
|
||||||
Add-MpPreference -ExclusionPath $env:APPDATA"\AwesomeMinerService"
|
Add-MpPreference -ExclusionPath $env:APPDATA"\AwesomeMinerService"
|
||||||
Add-MpPreference -ExclusionPath $env:PROGRAMDATA"\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
|
#Disable Windows Updates
|
||||||
#https://blogs.technet.microsoft.com/jamesone/2009/01/27/managing-windows-update-with-powershell/
|
#https://blogs.technet.microsoft.com/jamesone/2009/01/27/managing-windows-update-with-powershell/
|
||||||
|
Reference in New Issue
Block a user