Adjusted Explorer settings

This commit is contained in:
2Shirt 2019-03-17 20:43:19 -06:00
parent 4cb14c6429
commit 48c0cf0b1b
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -92,15 +92,23 @@ SETTINGS_EXPLORER_SYSTEM = {
},
}
SETTINGS_EXPLORER_USER = {
# Disable features
r'Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager': {
'DWORD Items': {
# Disable silently installed apps
# Silently installed apps
'SilentInstalledAppsEnabled': 0,
# Disable Tips and Tricks
# Tips and Tricks
'SoftLandingEnabled ': 0,
'SubscribedContent-338389Enabled': 0,
},
},
# File Explorer
r'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced': {
'DWORD Items': {
# Change default Explorer view to "Computer"
'LaunchTo': 1,
},
},
# Hide People bar
r'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People': {
'DWORD Items': {'PeopleBand': 0},
@ -109,10 +117,6 @@ SETTINGS_EXPLORER_USER = {
r'Software\Microsoft\Windows\CurrentVersion\Search': {
'DWORD Items': {'SearchboxTaskbarMode': 0},
},
# Change default Explorer view to "Computer"
r'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced': {
'DWORD Items': {'LaunchTo': 1},
},
}
# Visual C++ Runtimes