Skip to content

Instantly share code, notes, and snippets.

View bazzofx's full-sized avatar
🍧
Living the dr3am!

BazzoFX bazzofx

🍧
Living the dr3am!
View GitHub Profile
rem ---------------------------------------------------------------------------
rem PRIVACY
rem ---------------------------------------------------------------------------
rem Start ➜ Settings ➜ Privacy & Security ➜ General ➜ Show me suggested content in the Settings app
rem https://www.elevenforum.com/t/enable-or-disable-suggested-content-in-settings-in-windows-11.3791/
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-353694Enabled" /t REG_DWORD /d 0 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-353696Enabled" /t REG_DWORD /d 0 /f