remove defender exclusions

This commit is contained in:
wh1te909 2022-09-15 18:36:55 -07:00
parent 89be0e7d99
commit e0cfb7c90e
4 changed files with 1 additions and 18 deletions

View file

@ -245,9 +245,6 @@ func (a *Agent) Install(i *Installer) {
a.installerMsg(out.ErrorMsg, "error", i.Silent)
}
a.Logger.Infoln("Adding windows defender exclusions")
a.addDefenderExlusions()
if i.Power {
a.Logger.Infoln("Disabling sleep/hibernate...")
DisableSleepHibernate()