darianmiller / windows_new_install_settings

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

Disable Privacy and Security - General settings (Advertising Id, Lang List, Track App Launches, Suggested Content) #4

Closed darianmiller closed 6 months ago

darianmiller commented 6 months ago

Advertising ID set during initial Install

image

darianmiller commented 6 months ago

https://www.elevenforum.com/t/enable-or-disable-advertising-id-for-personalized-ads-in-apps-in-windows-``11.3730/

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo]
"Enabled"=dword:00000000
darianmiller commented 6 months ago

https://www.elevenforum.com/t/enable-or-disable-website-access-to-language-list-in-windows-11.3733/

[HKEY_CURRENT_USER\Control Panel\International\User Profile]
"HttpAcceptLanguageOptOut"=dword:00000001
darianmiller commented 6 months ago

https://www.elevenforum.com/t/enable-or-disable-app-launch-tracking-in-windows-11.3727/

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_TrackProgs"=dword:00000000
darianmiller commented 6 months ago

https://www.elevenforum.com/t/enable-or-disable-suggested-content-in-settings-in-windows-11.3791/

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"SubscribedContent-338393Enabled"=dword:00000000
"SubscribedContent-353694Enabled"=dword:00000000
"SubscribedContent-353696Enabled"=dword:00000000
darianmiller commented 6 months ago

Found the new one (Show me notifications in the Settings app) by using Process Monitor (Turn off all tracking except registry, make a change in the settings app, right click and "include settings app" which filters everything just to that app, can filter out most other reg query actions) https://learn.microsoft.com/en-us/sysinternals/downloads/procmon#download

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SystemSettings\AccountNotifications]
"EnableAccountNotifications"=dword:00000000