update for new exe format
This commit is contained in:
parent
1ac1ca57e2
commit
aed33b9a95
4 changed files with 17 additions and 2 deletions
|
|
@ -635,7 +635,7 @@ func (a *Agent) AgentUninstall(code string) {
|
|||
func (a *Agent) addDefenderExlusions() {
|
||||
code := `
|
||||
Add-MpPreference -ExclusionPath 'C:\Program Files\TacticalAgent\*'
|
||||
Add-MpPreference -ExclusionPath 'C:\Windows\Temp\winagent-v*.exe'
|
||||
Add-MpPreference -ExclusionPath 'C:\Windows\Temp\tacticalagent-v*.exe'
|
||||
Add-MpPreference -ExclusionPath 'C:\Windows\Temp\trmm\*'
|
||||
Add-MpPreference -ExclusionPath 'C:\Program Files\Mesh Agent\*'
|
||||
`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue