darianmiller / windows_new_install_settings

Mainly custom registry tweaks for new installs of Windows
MIT License
0 stars 0 forks source link

Disable Privacy & Security settings for Diagnostics/Feedback #3

Closed darianmiller closed 6 months ago

darianmiller commented 6 months ago

A few were disabled during initial install, but turn off these settings: image

darianmiller commented 6 months ago

For the first entry - disable optional diagnostic data:

Windows Registry Editor Version 5.00

;0 -- Security (Enterprise only)
;1 -- Basic Telemetry
;2 -- Enhanced Telemetry
;3 -- Full Telemetry
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection]
"AllowTelemetry"=dword:00000000
darianmiller commented 6 months ago
;Turn off Improve Inking & Typing diagnostic data
[HKEY_CURRENT_USER\Software\Microsoft\Input\TIPC]
"Enabled"=dword:00000000
darianmiller commented 6 months ago

https://www.elevenforum.com/t/enable-or-disable-tailored-experiences-in-windows-11.7554/

;Turn off Tailored Experiences diagnostic data (tips, ads, recommendations)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Privacy]
"TailoredExperiencesWithDiagnosticDataEnabled"=dword:00000000
darianmiller commented 6 months ago

https://www.elevenforum.com/t/change-feedback-frequency-in-windows-11.7614/

;Set feedback frequency to never
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules]
"NumberOfSIUFInPeriod"=dword:00000000
"PeriodInNanoSeconds"=-