Windows 10: Enable or Disable Windows Defender PUA Protection in Windows 10

Discus and support Enable or Disable Windows Defender PUA Protection in Windows 10 in Windows 10 Tutorials to solve the problem; How to: Enable or Disable Windows Defender PUA Protection in Windows 10 How to Enable or Disable Windows Defender PUA Protection in Windows 10... Discussion in 'Windows 10 Tutorials' started by nissimezra, Feb 23, 2016.

  1. Enable or Disable Windows Defender PUA Protection in Windows 10


    How to: Enable or Disable Windows Defender PUA Protection in Windows 10

    How to Enable or Disable Windows Defender PUA Protection in Windows 10


    The Potentially Unwanted Applications (PUA) protection feature in Windows Defender Antivirus can identify and block PUAs from downloading and installing on endpoints in your network.

    These applications are not considered viruses, malware, or other types of threats, but might perform actions on endpoints that adversely affect their performance or use. PUA can also refer to applications that are considered to have a poor reputation.

    Typical PUA behavior includes:
    • Various types of software bundling
    • Ad-injection into web browsers
    • Driver and registry optimizers that detect issues, request payment to fix the errors, but remain on the endpoint and make no changes or optimizations (also known as "rogue antivirus" programs)
    These applications can increase the risk of your network being infected with malware, cause malware infections to be harder to identify, and can waste IT resources in cleaning up the applications.

    By default, PUA protection is not enabled in Windows Defender, and would need to be enabled if wanted.

    While Microsoft announced the new PUA feature as only available for the Enterprise edition of Windows 10, Home and Pro editions can also enable it on their Windows 10 PCs to block the deployment of adware during software installations.

    PUA protection updates are included as part of the existing definition updates and cloud protection of Windows Defender.

    For more details, see:
    This tutorial will show you how to enable or disable Potential Unwanted Applications (PUA) protection in Windows Defender for all users in Windows 10.

    *Warning You must be signed in as an administrator to enable or disable Windows Defender PUA protection.


    CONTENTS:
    • Option One: Enable or Disable Windows Defender Potentially Unwanted Applications (PUA) Protection using a REG file
    • Option Two: Enable or Disable Windows Defender Potentially Unwanted Applications (PUA) Protection in PowerShell
    • Option Three: Enable or Disable Windows Defender Potentially Unwanted Applications (PUA) Protection in Local Group Policy Editor
    EXAMPLE: Windows Defender PUA protection

    *tip To download a safe PUP test file: Feature Settings Check AMTSO

    (Windows Defender Security Center > Virus & threat protection > Threat History > "See full history" under Quarantined threats)


    Enable or Disable Windows Defender PUA Protection in Windows 10 [​IMG]


    Enable or Disable Windows Defender PUA Protection in Windows 10 [​IMG]

    Enable or Disable Windows Defender PUA Protection in Windows 10 [​IMG]






    OPTION ONE [/i] Enable or Disable Windows Defender Potentially Unwanted Applications (PUA) Protection using a REG file

    *note The downloadable .reg files below will add and modify the DWORDs in the registry keys below.

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender

    PUAProtection DWORD

    0 or delete = Disable
    1 = Enable
    2 = Audit Mode


    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\MpEngine

    MpEnablePus DWORD

    0 or delete = Disable
    1 = Enable


    1. Do step 2 (enable), step 3 (audit mode), or step 4 (disable) below for what you would like to do.


    2. To Enable Windows Defender PUA Protection
    A) Click/tap on the Download button below to download the file below, and go to step 5 below.

    Enable_Windows_Defender_PUA_protection.reg

    Download

    3. To Enable Audit Mode for Windows Defender PUA Protection
    *note Potentially unwanted software will not be blocked, however if this feature would have blocked access if it were set to Block (enable), then a record of the event will be in the event logs.
    A) Click/tap on the Download button below to download the file below, and go to step 5 below.

    Enable_Audit_Mode_Windows_Defender_PUA_protection.reg

    Download

    4. To Disable Windows Defender PUA Protection
    *note This is the default setting.
    A) Click/tap on the Download button below to download the file below, and go to step 5 below.

    Disable_Windows_Defender_PUA_protection.reg

    Download
    5. Save the .reg file to your desktop.

    6. Double click/tap on the downloaded .reg file to merge it.

    7. When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

    8. Restart the computer to apply.

    9. You can now delete the downloaded .reg file if you like.





    OPTION TWO [/i] Enable or Disable Windows Defender Potentially Unwanted Applications (PUA) Protection in PowerShell

    *note The PowerShell commands below will add and modify the DWORD value in the protected registry key below.

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender

    PUAProtection DWORD

    0 = Disable
    1 = Enable
    2 = Audit Mode


    1. Open an elevated PowerShell.

    2. Enter the command below you want to use into the elevated PowerShell, and press Enter. (see screenshot below)
    (Disable Windows Defender PUA protection - Default)
    *Arrow Set-MpPreference -PUAProtection 0
    or
    *Arrow Set-MpPreference -PUAProtection Disabled

    OR

    (Enable Windows Defender PUA protection)
    *Arrow Set-MpPreference -PUAProtection 1
    or
    *Arrow Set-MpPreference -PUAProtection Enabled

    OR

    (Audit Mode - will detect PUAs, but will not block them)
    *Arrow Set-MpPreference -PUAProtection 2
    or
    *Arrow Set-MpPreference -PUAProtection AuditMode


    Enable or Disable Windows Defender PUA Protection in Windows 10 [​IMG]

    3. Restart the computer to apply.





    OPTION THREE [/i] Enable or Disable Windows Defender Potentially Unwanted Applications (PUA) Protection in Local Group Policy Editor

    *note This option is only available starting with Windows 10 version 1809.

    The Local Group Policy Editor is only available in the Windows 10 Pro, Enterprise, and Education editions.

    All editions can use Option One or Option Two.

    1. Open the Local Group Policy Editor.

    2. In the left pane of Local Group Policy Editor, navigate to the location below. (see screenshot below)
    *Arrow Computer Configuration\Administrative Templates\Windows Components\Windows Defender Antivirus


    Enable or Disable Windows Defender PUA Protection in Windows 10 [​IMG]

    3. In the right pane of Windows Defender Antivirus in Local Group Policy Editor, double click/tap on the Configure detection for potentially unwanted applications policy to edit it. (see screenshot above)

    4. Do step 5 (enable, )step 6 (audit mode), or step 7 (disable) below for what you would like to do.


    5. To Enable for Windows Defender PUA Protection
    A) Select (dot) Enabled, select Block in the Options drop down menu, click/tap on OK, and go to step 8 below. (see screenshot below)

    6. To Enable Audit Mode for Windows Defender PUA Protection
    *note Potentially unwanted software will not be blocked, however if this feature would have blocked access if it were set to Block (enable), then a record of the event will be in the event logs.
    A) Select (dot) Enabled, select Audit Mode in the Options drop down menu, click/tap on OK, and go to step 8 below. (see screenshot below)

    7. To Turn Off Windows Defender Antivirus
    A) Select (dot) Not Configured or Disabled, click/tap on OK, and go to step 8 below. (see screenshot below)

    *note Not Configured is the default setting.


    Enable or Disable Windows Defender PUA Protection in Windows 10 [​IMG]

    8. When finished, you can close the Local Group Policy Editor if you like.

    That's it,
    Shawn


    Related Tutorials

    :)
     
    nissimezra, Feb 23, 2016
    #1
  2. Sumit Dhiman2, Feb 23, 2016
    #2
  3. Windows Defender not detecting known Adware

    I’ve been enabling PUA protection on my Windows 10 Home and Pro machines for over a year now, but I’ve never actually tested it myself. People who have tested it, though, report that it is working as expected on these editions. So maybe this is worth
    a try:

    Enable or Disable Windows Defender PUA Protection in Windows 10

    http://www.winhelponline.com/blog/defender-enable-pua-pup-adware-protection/

    PUA Protection is disabled by default and needs to be enabled. This is easy with PowerShell – just run this command line at the elevated PowerShell Prompt:

    Set-MpPreference -PUAProtection 1

    Then confirm that the value was reset by returning the current state for PUAProtection:

    $Preferences = Get-MpPreference

    $Preferences.PUAProtection


    Enable or Disable Windows Defender PUA Protection in Windows 10 [​IMG]
     
    GreginMich, Feb 23, 2016
    #3
  4. Brink
    Brink New Member

    Enable or Disable Windows Defender PUA Protection in Windows 10

    Hello nissimezra, *Smile

    The Microsoft article made no mention of it supporting MSE, but it won't hurt to give it a play with if you like to see for sure.
     
    Brink, Feb 23, 2016
    #4
  5. dogpark Win User
    Hi Shawn,
    When I saw you post this Tut I assumed Malwarebytes Anti-Malware Premium would locate & resolve PUP issues. Is it good practice to have Defender PUA protection as well?

    thank you,
    richie
     
    dogpark, Feb 23, 2016
    #5
  6. Brink
    Brink New Member
    Hello Richie, *Smile

    Yes, MBAM protects against PUPs, but it wouldn't hurt to enable it in Windows Defender for extra protection.
     
    Brink, Feb 23, 2016
    #6
  7. dogpark Win User
    Great *Smile

    thanks Shawn
     
    dogpark, Feb 23, 2016
    #7
  8. Cliff S New Member

    Enable or Disable Windows Defender PUA Protection in Windows 10

    Additional at Microsoft Protection Center:

    More at: Microsoft Malware Protection Center - How Microsoft antimalware products identify potentially unwanted software
     
    Cliff S, Feb 24, 2016
    #8
  9. ddelo Win User
    ddelo, May 7, 2016
    #9
  10. Brink
    Brink New Member
    Hello Dimitri, *Smile

    Interesting. I'll update the tutorial now to use that location instead. Thank you.
     
    Brink, May 8, 2016
    #10
  11. ddelo Win User
    You're very welcome.

    So I take it that the correct entry should be in the
    HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows Defender\MpEngine

    *Smile
     
    ddelo, May 8, 2016
    #11
  12. sammybhd Win User
    Enable or Disable Windows Defender PUA Protection in Windows 10 [​IMG]


    Hi administrator brink
    i am gettin this error
    i have not installed any of the .reg files
    plz help
     
    sammybhd, Dec 8, 2016
    #12
  13. Brink
    Brink New Member

    Enable or Disable Windows Defender PUA Protection in Windows 10

    Hello Sammy, and welcome to Ten Forums. *Smile

    As a test enable it using the .reg file in Option One to see if that may work better for you.
     
    Brink, Dec 8, 2016
    #13
  14. D4ni3l Win User
    hello, thanks for the well documented feature (as usual..)
    It is unclear if this works with all version of Windows 10 (core, pro, etc..)
    at least, Microsoft is documented it for Enterprise version
     
    D4ni3l, Jan 5, 2017
    #14
  15. Brink
    Brink New Member
    Hello Daniel, *Smile

    While Microsoft announced the new PUA feature as only available for the Enterprise edition of Windows 10, Home and Pro editions can also enable it on their Windows 10 PCs to block the deployment of adware during software installations.
     
    Brink, Jan 5, 2017
    #15
Thema:

Enable or Disable Windows Defender PUA Protection in Windows 10

Loading...
  1. Enable or Disable Windows Defender PUA Protection in Windows 10 - Similar Threads - Enable Disable Defender

  2. Windows Defender Disabled - Will Not Enable

    in Windows 10 Gaming
    Windows Defender Disabled - Will Not Enable: Hello,I am on Win 11 Pro and my Defender virus protection will not start. It shows that it is disabled. I am a Corp IT Help Desk Analyst with 25 years experience so I have already done my own fair share of troubleshooting and investigating but nothing I have done or read and...
  3. Windows Defender Disabled - Will Not Enable

    in Windows 10 Software and Apps
    Windows Defender Disabled - Will Not Enable: Hello,I am on Win 11 Pro and my Defender virus protection will not start. It shows that it is disabled. I am a Corp IT Help Desk Analyst with 25 years experience so I have already done my own fair share of troubleshooting and investigating but nothing I have done or read and...
  4. Windows defender found PUA

    in AntiVirus, Firewalls and System Security
    Windows defender found PUA: A weird question but anyway I have F-secure installed. I know that Windows Defender does not work with F-secure. But I did a full scan of my computer with Windows Defender because I got a blue screen earlier and wanted to do a scan with another program too just in...
  5. Windows Defender PUA Protection

    in AntiVirus, Firewalls and System Security
    Windows Defender PUA Protection: Some Reason can't get our 2nd Desktop PC to keep on with Windows Defender Pua Protection, Avast was removed with Wise Uninstaller, rebooted system, used Avast clear in safe mode as additional step, then ran ConfigureDefenderx64 to configure Defender, made sure enabled Pua...
  6. Windows Defender blocking PUA?

    in AntiVirus, Firewalls and System Security
    Windows Defender blocking PUA?: Few questions about blocking PUA in Windows Defender. I enabled the prevention or blocking of PUAs and would like to ask how intrusive the notifications are? Are there a lot of false positives? I only download and install apps which I really need, no Java installed and...
  7. Why AdWare protection , PUA ,and PUP protection are not enabled by default in windows...

    in AntiVirus, Firewalls and System Security
    Why AdWare protection , PUA ,and PUP protection are not enabled by default in windows...: I recently saw this video https://www.youtube.com/watch?v=RXALM70DfGI ( from britec09) , and he showed us in this video how to enable these protections , and now , why these protections are not enabled by default ? WD is a good antivirus , and i've hever had problems with it...
  8. Windows Defender PUA/PUP protection is too picky

    in AntiVirus, Firewalls and System Security
    Windows Defender PUA/PUP protection is too picky: Today WD deleted Wagnard's DDU saying it was a non safe application. I had to run the GUI interface to be able to recover it from quarantine. How could inform MS that this is a false positive? 106924
  9. Windows Defender PUA feature?

    in AntiVirus, Firewalls and System Security
    Windows Defender PUA feature?: WD has this new feature called PUA. Is this for domain environments or can this be done on a standalone Win10 Enterprise? Or is this needed on a standalone system? I know it has to be enabled in the registry. If enabled, how will this effect the use of a machine? Will...
  10. Enable or Disable Windows Defender Exploit Protection Settings

    in Windows 10 Tutorials
    Enable or Disable Windows Defender Exploit Protection Settings: How to: Enable or Disable Windows Defender Exploit Protection Settings How to Enable or Disable Windows Defender Exploit Protection Settings in Windows 10 Starting with Windows Security app. Exploit protection is built into Windows 10 to help protect your device...

Users found this page by searching for:

  1. windows enable pua

    ,
  2. Enable PUA Protection Using PowerShell in windows 10

    ,
  3. pua protection for windows 7