Merge remote-tracking branch 'upstream/dev' into dev
This commit is contained in:
commit
28ee4a3ed4
1 changed files with 7 additions and 6 deletions
|
|
@ -96,13 +96,14 @@ SETTINGS_EXPLORER_USER = {
|
||||||
'SeparateProcess': 1,
|
'SeparateProcess': 1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
# 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': {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue