![]() |
Enable Potentially Unwanted Applications (PUA) Protection in Windows Defender - Printable Version +- AiOwares (https://www.aiowares.com) +-- Forum: Cyber & Forensics (https://www.aiowares.com/forumdisplay.php?fid=65) +--- Forum: Cyber Security (https://www.aiowares.com/forumdisplay.php?fid=66) +--- Thread: Enable Potentially Unwanted Applications (PUA) Protection in Windows Defender (/showthread.php?tid=1488) |
Enable Potentially Unwanted Applications (PUA) Protection in Windows Defender - MaskedUser - 12-01-2019 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 |