Created
January 23, 2020 22:15
-
-
Save adamdriscoll/44ba35f9238f470a55e59b47804e6efa to your computer and use it in GitHub Desktop.
This script causes defend to go nuts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# When I have real-time protection enabled, it takes about 100x as long to run this script. | |
# Defender is using like 60% of CPU on 8 core box | |
pwsh -Command "(Get-Date).ToFileTimeUtc()" > "$(ProjectDir)\BuildDate.txt" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment