Skip to content

Commit

Permalink
Set Windows Defender Antivirus blocking to high
Browse files Browse the repository at this point in the history
  • Loading branch information
beerisgood authored Dec 17, 2017
1 parent b44087e commit 5683e3c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Set Windows Defender Antivirus blocking to high
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
*From https://www.ghacks.net/2017/05/26/set-windows-defender-antivirus-blocking-to-high-on-windows-10/*

Tap on the Windows-key, type regedit.exe, and hit the Enter-key on the keyboard.
Confirm the UAC prompt. This opens the Windows Registry Editor.
Use the key hierarchy on the left to open HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows Defender.
Right-click on Windows Defender, and select New > Key.
Name the key Spynet.
Right-click on Spynet, and select New > Dword (32-bit) Value.
Name the value SpynetReporting.
Double-click on the new value to set its value to 2.
Go back to the path HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows Defender
Right-click on Windows Defender, and select New > Key.
Name the key MpEngine.
Right-click on the newly created MpEngine key, and select New > Dword (32-bit) Value.
Name the new value MpCloudBlockLevel.
Double-click on the value to set it to 2.

0 comments on commit 5683e3c

Please sign in to comment.