Disable Diagnostic Feedback Payloads in Regedit
This article outlines how to prevent Windows from automatically generating and transmitting diagnostic feedback payloads by modifying the Windows Registry. By applying these registry modifications, administrators and users can restrict Windows telemetry and halt system-initiated user feedback (SIUF) prompts directly at the system level.
Step 1: Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditand pressEnter. - If prompted by User Account Control (UAC), click Yes to grant administrative privileges.
Step 2: Configure the Data Collection Policy
- In the Registry Editor address bar, navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection - If the
DataCollectionkey does not exist underWindows, right-click theWindowsfolder, select New > Key, and name itDataCollection. - In the right pane, right-click on an empty space, select New
> DWORD (32-bit) Value, and name it
AllowTelemetry. - Double-click
AllowTelemetryand set its Value data to0(Security/Off) or1(Required/Basic). Click OK. - Create another DWORD (32-bit) Value named
DoNotShowFeedbackNotifications. - Double-click
DoNotShowFeedbackNotifications, set its Value data to1, and click OK.
Step 3: Disable System-Initiated User Feedback (SIUF)
- Navigate to:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules - If the
SiuforRuleskeys do not exist, create them by right-clicking the parent key and selecting New > Key. - In the right pane of the
Ruleskey, right-click, select New > DWORD (32-bit) Value, and name itNumberOfSIUFInPeriod. - Double-click
NumberOfSIUFInPeriod, ensure the Value data is set to0, and click OK.
Step 4: Apply Changes
- Close the Registry Editor.
- Restart your computer to ensure all policy changes take effect and active diagnostic services are halted.