From 240c73c3916a67077a1710757d06a7ae4ca7d706 Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Thu, 18 Apr 2019 16:55:13 -0700 Subject: [PATCH] update error --- ...alerts-windows-defender-advanced-threat-protection.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-atp/respond-file-alerts-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/respond-file-alerts-windows-defender-advanced-threat-protection.md index a15f907fa2..a482be899c 100644 --- a/windows/security/threat-protection/windows-defender-atp/respond-file-alerts-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/respond-file-alerts-windows-defender-advanced-threat-protection.md @@ -257,11 +257,10 @@ If you encounter a problem when trying to submit a file, try each of the followi a. Change the following registry entry and values to change the policy on specific machines: ``` -HKLM\SOFTWARE\Policies\Microsoft\Windows Advanced Threat Protection -AllowSampleCollection (dword) 1 (hex) - - -Where: +Path: HKLM\SOFTWARE\Policies\Microsoft\Windows Advanced Threat Protection +Name: AllowSampleCollection +Type: DWORD +Value: Value = 0 – block sample collection Value = 1 – allow sample collection ```