<p>Il apparaît que at some point in the last year or two, the “Get fun facts” checkbox is no longer honored when you switch back to the Windows Spotlight option.</p>
<p>J’ai two Windows 10 machines, both build 1803. Both are set to use Windows Spotlight on the écran de verrouillage, but the older one does not show the tips and advertisements while the new one does. This was driving me crazy so I decided to dig into it, and J’ai trouvé this question while looking for an answer.</p>
<p>There are some non-GPO registry settings related to “subscribed content” in Windows 10 and one of these appears to control the écran de verrouillage tips. Under the key:</p>
<p><code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager</code></p>
<p>Set the DWORD value <code>ContentDeliveryAllowed</code> to <code>1</code>.</p>
<p>Set the DWORD value <code>RotatingLockScreenEnabled</code> to <code>1</code>.</p>
<p>Set the DWORD value <code>RotatingLockScreenOverlayEnabled</code> to <code>0</code>.</p>
<p>Set the DWORD value <code>SubscribedContent-338387Enabled</code> to <code>0</code>.</p>
<p>Why cela fonctionne:</p>
<p><code>ContentDeliveryAllowed</code> must be enabled for any of the dynamic content to work and should be enabled par défaut unless you’ve turned it off with policy.<br>
<code>RotatingLockScreenEnabled</code> enables the dynamic background picture instead of a static one. <code>RotatingLockScreenOverlayEnabled</code> is the “Get fun facts” option in the Settings app and setting it to 0 disables it.</p>
<p>Each of the <code>SubscribedContent</code> values appears to control a different part of the Windows UI, such as the menu Démarrer, taskbar, notifications area, etc., and <code>338387</code> seems to be the one for showing tips on the écran de verrouillage.</p>