The Windows Defender disk scan takes a lot of performance from the system. Is there a way for a C# application to find out if the disk scan is currently running?
Example using Internet Explorer:
Process[] ProcInfo = System.Diagnostics.Process.GetProcessesByName("iexplore");