Build or compile times have doubled since the new endpoint suite went live, especially on node_modules and .git folders.
Real-time scanning on a dev workstation can touch every file write twice. For build folders an exclusion is defensible, as long as the scope stays narrow and documented.
Try this first
- 1Confirm the impact: open PowerShell as admin, run 'Get-MpPreference | Select-Object DisableRealtimeMonitoring' and run a test build with Defender real-time briefly off. If the diff is over 30 percent, an exclusion is worth it.
- 2Define a narrow scope: not the whole drive, only specific paths like C:\dev, %USERPROFILE%\source, or the active workspace root.
- 3In Defender for Endpoint or Intune, add path exclusions via Endpoint security, Antivirus, exclusions profile. Locally via 'Add-MpPreference -ExclusionPath' (test only, real management is central).
- 4Add process exclusions when tooling needs it: 'node.exe', 'tsc.exe', 'go.exe'. Process exclusions are narrower than paths and preferred.
- 5Document what you excluded and why. A Word doc on the share with date, machine, developer, reason is enough. Otherwise nobody understands the exclusions a year later.
- 6Compensate with scheduled scans outside hours and EDR detection, not real-time alone. Keeps the risk posture intact.
When to bring us in
If you doubt the scope or your security team needs ISO substantiation, bring in the IT security owner. Unowned exclusions become audit findings.
See also
- My laptop is suddenly slowThree main suspects: a runaway background process, near-full disk, or a Windows update in progress.
- One specific application is slow for everyoneIf an app is slow for one person: local. For everyone at once: server side or vendor side.
- Opening files from the file server takes minutesOften the server itself is fine and the issue is network routing or stalling DNS resolution.
None of the above fits?
Describe your situation below. We pass your input plus the steps you already saw to our AI and return tailored next-step advice. If it's too risky to DIY, we'll say so.
Or skip the DIY entirely
Our Managed IT clients do not look these things up. One point of contact, a fixed monthly price, resolved within working hours.