Disable Tips & Tricks (more)

This commit is contained in:
2Shirt 2019-02-27 23:57:13 -07:00
parent fa2aa04b53
commit 0398ea7e51
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -59,13 +59,14 @@ SETTINGS_EXPLORER_SYSTEM = {
}, },
} }
SETTINGS_EXPLORER_USER = { SETTINGS_EXPLORER_USER = {
# Disable silently installed apps
r'Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager': { r'Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager': {
'DWORD Items': {'SilentInstalledAppsEnabled': 0}, 'DWORD Items': {
}, # Disable silently installed apps
# Disable Tips and Tricks 'SilentInstalledAppsEnabled': 0,
r'Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager': { # Disable Tips and Tricks
'DWORD Items': {'SoftLandingEnabled ': 0}, 'SoftLandingEnabled ': 0,
'SubscribedContent-338389Enabled': 0,
},
}, },
# Hide People bar # Hide People bar
r'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People': { r'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People': {