Update windows10-miningrig.ps1
This commit is contained in:
@ -62,6 +62,10 @@ Start-Job -Name "Mining Specific Configurations and Optimizations" -ScriptBlock
|
|||||||
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/
|
||||||
#https://msdn.microsoft.com/en-us/library/windows/desktop/aa385806(v=vs.85).aspx
|
#https://msdn.microsoft.com/en-us/library/windows/desktop/aa385806(v=vs.85).aspx
|
||||||
|
Reference in New Issue
Block a user