- #!/bin/ksh93
- # disable Windows Defender from always checking Cygwin binaries
- for i in /usr/bin/*.exe ; do powershell -Command "Add-MpPreference -ExclusionProcess $(cygpath -w "$i")"; done
Disable Windows Defender for Cygwin /usr/bin
Posted by Anonymous on Sat 13th Apr 2024 10:12
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.