Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.
Rules have been updated! Here

Tags
Author: MaskedUser - Replies: 0 - Views: 3343
Enable Potentially Unwanted Applications (PUA) Protection in Windows Defender
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