Configuring Microsoft Defender Antivirus
Configuring Microsoft Windows Defender Antivirus
- Navigate to Control Panel > System and Security > System. Select Advanced System and set executable path in PATH environment variable.
For example:
C:\Program Files\Windows Defender - Run the following command in command prompt:
MpCmdRun -Scan -ScanType 3 -DisableRemediation -File <filepath> check if result is proper
For example:
C:\Program Files\Windows Defender>MpCmdRun -Scan -ScanType 3 -DisableRemediation -File "C:\Program Files\Windows Defender" Scan starting... Scan finished. Scanning C:\Program Files\Windows Defender found no threats.