diff --git a/.bin/Scripts/functions/setup.py b/.bin/Scripts/functions/setup.py index f7237197..a54b1965 100644 --- a/.bin/Scripts/functions/setup.py +++ b/.bin/Scripts/functions/setup.py @@ -96,13 +96,14 @@ SETTINGS_EXPLORER_USER = { 'SeparateProcess': 1, }, }, - # Disable silently installed apps r'Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager': { - 'DWORD Items': {'SilentInstalledAppsEnabled': 0}, - }, - # Disable Tips and Tricks - r'Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager': { - 'DWORD Items': {'SoftLandingEnabled ': 0}, + 'DWORD Items': { + # Disable silently installed apps + 'SilentInstalledAppsEnabled': 0, + # Disable Tips and Tricks + 'SoftLandingEnabled ': 0, + 'SubscribedContent-338389Enabled': 0, + }, }, # Hide People bar r'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People': {