diff --git a/windows/keep-secure/enable-pua-windows-defender-for-windows-10.md b/windows/keep-secure/enable-pua-windows-defender-for-windows-10.md index f446b1e25b..916a92f147 100644 --- a/windows/keep-secure/enable-pua-windows-defender-for-windows-10.md +++ b/windows/keep-secure/enable-pua-windows-defender-for-windows-10.md @@ -76,13 +76,14 @@ You can use PowerShell to detect PUA without blocking them. In fact, you can run 1. Open PowerShell as Administrator
-    a. Click **Start**, type **powershell**, and press **Enter**. - -    b. Click **Windows PowerShell** to open the interface. - + a. Click **Start**, type **powershell**, and press **Enter**. + b. Click **Windows PowerShell** to open the interface. + >[!NOTE] >You may need to open an administrator-level version of PowerShell. Right-click the item in the Start menu, click **Run as administrator** and click **Yes** at the permissions prompt. + 2. Enter the PowerShell command: + ```text et-mpPreference -puaprotection 1 ```