Group: User Level:
Posts: 77 Joined: 6/3/2023 IP-Address: saved

| By executing this two lines of code on a Windows machine in cmd with admin privileges will deactivate Avira Security from updating.
netsh.exe advfirewall firewall add rule name="Avira 1" dir=out action=block protocol=any program="C:\Program Files (x86)\Avira\Antivirus\update.exe"
netsh.exe advfirewall firewall add rule name="Avira 2" dir=out action=block protocol=any program="C:\Program Files (x86)\Avira\Antivirus\avcenter.exe"
|