{ "name" : "CloudContent (GPO)", "description" : "This module Desactivate somes Windows suggestionlike GPO does.", "actions" : [ { "_comment" : "Disable third party suggestion (for current user)", "action" : "AddRegKey", "path" : "HKCU:\\Software\\Policies\\Microsoft\\Windows\\CloudContent", "key" : "DisableThirdPartysuggestions", "value" : "1" }, { "_comment" : "Disable Windows Spotlight (for current user)", "action" : "AddRegKey", "path" : "HKCU:\\Software\\Policies\\Microsoft\\Windows\\CloudContent", "key" : "DisableWindowsSpotlightFeatures", "value" : "1" } ] }