Updated Explorer registry entries
This commit is contained in:
parent
c537a01fbf
commit
f30d195cc4
1 changed files with 2 additions and 0 deletions
|
|
@ -134,10 +134,12 @@ SETTINGS_EXPLORER_USER = {
|
||||||
},
|
},
|
||||||
# Hide People bar
|
# Hide People bar
|
||||||
r'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People': {
|
r'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People': {
|
||||||
|
'Invalid modes': ['Cur'],
|
||||||
'DWORD Items': {'PeopleBand': 0},
|
'DWORD Items': {'PeopleBand': 0},
|
||||||
},
|
},
|
||||||
# Hide Search button / box
|
# Hide Search button / box
|
||||||
r'Software\Microsoft\Windows\CurrentVersion\Search': {
|
r'Software\Microsoft\Windows\CurrentVersion\Search': {
|
||||||
|
'Invalid modes': ['Cur'],
|
||||||
'DWORD Items': {'SearchboxTaskbarMode': 0},
|
'DWORD Items': {'SearchboxTaskbarMode': 0},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue