12-01-2019, 07:07 AM
1. Open PowerShell With Admin Rights.
(Enable Windows Defender PUA protection)
Set-MpPreference -PUAProtection 1
or
Set-MpPreference -PUAProtection Enabled
OR
(Audit Mode - will detect PUAs, but will not block them)
Set-MpPreference -PUAProtection 2
or
Set-MpPreference -PUAProtection AuditMode
(Enable Windows Defender PUA protection)
Set-MpPreference -PUAProtection 1
or
Set-MpPreference -PUAProtection Enabled
OR
(Audit Mode - will detect PUAs, but will not block them)
Set-MpPreference -PUAProtection 2
or
Set-MpPreference -PUAProtection AuditMode