mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 02:56:17 +00:00
* Quick assist can now be removed * Turning off suggested content now also disables Account related notification in Start * Turning off telemetry now also sets feedback frequency to never * Removed unused registry files
42 lines
3.1 KiB
Reg
42 lines
3.1 KiB
Reg
Windows Registry Editor Version 5.00
|
||
|
||
; Let Apps use Advertising ID for Relevant Ads in Windows 10
|
||
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo]
|
||
"Enabled"=dword:00000000
|
||
|
||
; Tailored experiences with diagnostic data for Current User
|
||
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Privacy]
|
||
"TailoredExperiencesWithDiagnosticDataEnabled"=dword:00000000
|
||
|
||
; Online Speech Recognition
|
||
[HKEY_CURRENT_USER\Software\Microsoft\Speech_OneCore\Settings\OnlineSpeechPrivacy]
|
||
"HasAccepted"=dword:00000000
|
||
|
||
; Improve Inking & Typing Recognition
|
||
[HKEY_CURRENT_USER\Software\Microsoft\Input\TIPC]
|
||
"Enabled"=dword:00000000
|
||
|
||
; Inking & Typing Personalization
|
||
[HKEY_CURRENT_USER\Software\Microsoft\InputPersonalization]
|
||
"RestrictImplicitInkCollection"=dword:00000001
|
||
"RestrictImplicitTextCollection"=dword:00000001
|
||
|
||
[HKEY_CURRENT_USER\Software\Microsoft\InputPersonalization\TrainedDataStore]
|
||
"HarvestContacts"=dword:00000000
|
||
|
||
[HKEY_CURRENT_USER\Software\Microsoft\Personalization\Settings]
|
||
"AcceptedPrivacyPolicy"=dword:00000000
|
||
|
||
; Send only Required Diagnostic and Usage Data
|
||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection]
|
||
"AllowTelemetry"=dword:00000000
|
||
|
||
; Disable Let Windows improve Start and search results by tracking app launches
|
||
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
|
||
"Start_TrackProgs"=dword:00000000
|
||
|
||
; Set Feedback Frequency to Never
|
||
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules]
|
||
"NumberOfSIUFInPeriod"=dword:00000000
|
||
"PeriodInNanoSeconds"=-
|