You can enable PUA or adware protection in Windows Defender using different methods explained in the article How to Enable PUA, PUP or Adware Protection in Windows Defender. But, if you’re still using Windows 7 and relying on Microsoft Security Essentials (MSE) for real-time antivirus protection, this post has the info on how to enable adware, PUP or PUA protection in MSE.
There are two methods (using the registry) for enabling PUP, PUA or adware protection in Microsoft Security Essentials. For MSE and Forefront client, you implement the registry value “PUAProtection” or “MpEnablePus” in a different branch than the one used for Windows Defender. And, the PowerShell method (Set-MpPreference cmdlet) that I posted earlier doesn’t work in Windows 7.
Enable PUA Protection in Microsoft Security Essentials
Option 1:
Start the Registry Editor (regedit.exe) and go to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Microsoft Antimalware
Create a DWORD value named PUAProtection and set its data to 1.
Exit the Registry Editor.
Option 2:
Go to this registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Microsoft Antimalware\MpEngine
Note: The key “MpEngine” need to be manually created as it doesn’t exist by default.
Create a DWORD value named MpEnablePus and set its data to 1.
Exit the Registry Editor.
Update the definitions or restart Windows for the change to take effect.
That should block adware or PUAs from being downloaded or run.
Yes. It does work — tested on Windows 7 with MSE — Microsoft Antimalware client version 4.10.205.0.
Since Windows 7 still has the majority of the OS market share (of 48%+) and MSE topped the antivirus product market share with 17% as of Jan 2015 (can’t find the latest report for 2016, though), I hope many people would find this post useful.
One small request: If you liked this post, please share this?
One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:- Pin it!
- Share it to your favorite blog + Facebook, Reddit
- Tweet it!
“Microsoft Antimalware” key does not exit in my registry.
@Jack: Most of the Policy subkeys don’t exist by default. You may have to create the key manually – and then it would work fine.
Do I do both Option#1 and Option#2. I have done Option#1, can I now also do Option#2?
@Jack: Any one of them should do the job.