- Nov 15, 2017
- 1,085
Hello, I am currently using WD with the Configure Defender application. My question is if there is any way to delete the detection logs of the native Windows antivirus. I searched the web and only found this PowerShell command:
Is there another way? Could you add to the Configure Defender tool an option that sets how long users like me want the threat history to last? Well that's it. Thank you very much in advance. Best regards.
Code:
Set-MpPreference -ScanPurgeItemsAfterDelay 3
* 3 is the number of days after which the protection log and items in the log folder will be cleared.
Is there another way? Could you add to the Configure Defender tool an option that sets how long users like me want the threat history to last? Well that's it. Thank you very much in advance. Best regards.