Making MsMpEng.exe disk access be nice

1

MsMpEng.exe disk accesses are making my system unusable. Since this process is critical for system security, it is unreasonable to disable it. Moreover, as it is provided by the OS vendor, and people are always complaining about it making their systems unusable, there must be some way tell it to be "nice" about disk accesses so I can get my work done without exposing my system to exploits.

I'm not CPU bound as I've 6 cores and set affinity for MsMpEng.exe to 3 of them. I'm not memory bound. Indexing is not running. I've moved everything I can to SSD. I've disabled scans on large directories that I know are unlikely to harbor exploits.

Something is very wrong about this situation and it isn't that MsMpEng.exe is doing its job. It's just not being nice about it.

So how can I tell the OS to make MsMpEng.exe be nice about disk accesses so I can use my computer while it's running?

James Bowery

Posted 2019-06-24T14:54:32.250

Reputation: 143

Have you checked the drive for failures? – shawn – 2019-06-24T18:20:37.880

How would one check the drive for failures? I go into Windows->Events->Errors->Critical and see nothing but noise from 36887 70 whatever that is. – James Bowery – 2019-06-30T14:21:05.363

No answers