Computer and IT knowledge - things to know
#how to check the configuration of Microsoft Defenmder in powershell:
Get-MpPreference
#don't scan files of a special process
Add-MpPreference -ExclusionProcess "c:\yourpath\your-prog.exe"
#don't scan files of a defined path
Add-MpPreference -ExclusionPath „c:\yourpath“
computer2know :: thank you for your visit :: have a nice day :: © 2024