

Windows 7, Windows 8 and Windows 10 Off: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Real-Time Protection It seems it runs only while booting Windows(?). Note that the WdBoot service is normally not running when you check its status, even if enabled. "ImagePath"= "system32\drivers\WdBoot.sys" Windows 8 On: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WdBoot "ImagePath"= "\SystemRoot\system32\drivers\WdBoot.sys" Windows 8 Off: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WdBoot When the user has turned on/off Windows Defender the following Registry keys change: (I have never seen any antivirus software running 25 seconds to scan one single file!) It is recommended to install another antivirus program, which will result in Windows Defender being disabled automatically. It is completely clear that Microsoft has not the knowledge to write fast and efficient antimalware software. Windows Defender scans every executable file (EXE, DLL) when your application ONLY opens the file without reading or writing one single byte from it, which results in delaying CreateFile() for up to 25 seconds! Windows Defender scans each EXE and DLL file every time anew when you start an application - ALTHOUGH it has already scanned all these files when the application has been installed! So each time you start an application you have a tremendous delay: the more DLL files your application loads, the slower.Įspecially when your application uses anti-piracy protection like Themida or WinLicense, Windows Defender needs EXTREMELY long to check these files. So just checking if the service is running is not enough. Note that MsMpEng.exe is even running after turning WindowsDefender completely off in the control panel. It blocks an EXE or DLL file that my installer writes to disk for up to 25 seconds! (The installer is hanging, obviously.) On my computer it runs with 50% CPU (one CPU core fully occupied) while observing an installation. You can check for the processor load that MsMpEng.exe (Antimalware Service Executable) is currently producing.
