You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize Windows Defender exclusion script with native PowerShell
Since the script to add an exclusion to Windows Defender seems overly
complex, this script replaces the complex LINQ-based exclusion check
with a more idiomatic and simpler version PowerShell implementation.
Fixes#2930
0 commit comments