Wednesday, August 1, 2018

Add PUP protection within Windows Defender

Windows Defender has an optional PUP (Potentially Unwanted Program) protection available, but it is not currently enabled by default.  To enable this feature, launch an elevated PowerShell session and enter the following command:

Set-MpPreference -PUAProtection Enable

image

To verify if the feature is enabled, use the two following commands.  If “1” is returned, the option is enabled.

$Preferences = Get-MpPreference

$Preferences.PUAProtection

image

https://www.howtogeek.com/360648/how-to-enable-windows-defender%E2%80%99s-secret-crapware-blocker/

https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-antivirus/detect-block-potentially-unwanted-apps-windows-defender-antivirus

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.