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
Author: hpwamr - Replies: 0 - Views: 3611
How to enable gpedit.msc (Group Policy) on Windows 10 Home Edition
The Group Policy Editor gpedit.msc is only available in Professional and Enterprise editions of the Windows 10 operating systems.

Enable the Group Policy Editor on Windows 10 Home Edition

[Image: https://i.imgur.com/oelEnbK.jpg

Here is the script to add in a batch file:

[code]@echo off
pushd "%~dp0"

dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt
dir /b %SystemRoot%\servicing\Packages\Microsoft-Win