Updated Explorer registry entries

This commit is contained in:
2Shirt 2019-06-11 18:08:50 -06:00
parent c537a01fbf
commit f30d195cc4
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -134,10 +134,12 @@ SETTINGS_EXPLORER_USER = {
},
# Hide People bar
r'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People': {
'Invalid modes': ['Cur'],
'DWORD Items': {'PeopleBand': 0},
},
# Hide Search button / box
r'Software\Microsoft\Windows\CurrentVersion\Search': {
'Invalid modes': ['Cur'],
'DWORD Items': {'SearchboxTaskbarMode': 0},
},
}