Skip to content

Instantly share code, notes, and snippets.

@wdormann
Created January 2, 2018 23:15
Show Gist options
  • Star 51 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save wdormann/49f1807431b0d5b5cd151337e6478f20 to your computer and use it in GitHub Desktop.
Save wdormann/49f1807431b0d5b5cd151337e6478f20 to your computer and use it in GitHub Desktop.
Attempt at disabling Windows 10 automatic installation of 3rd-party foistware
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy]
"Disabled"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
"SubscribedContent-338388Enabled"=dword:00000000
@wdormann
Copy link
Author

Note that this appears to work as well: https://twitter.com/Barnacules/status/1185783977941983233
In particular,
🗝 Key
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent

💾 Value
[DWORD] DisableWindowsConsumerFeatures = 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment