Don't hide the taskbar search box in Auto Setup
This commit is contained in:
parent
d567acd930
commit
9fe43a2e02
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ REG_WINDOWS_EXPLORER = {
|
||||||
),
|
),
|
||||||
# Hide Search button / box
|
# Hide Search button / box
|
||||||
r'Software\Microsoft\Windows\CurrentVersion\Search': (
|
r'Software\Microsoft\Windows\CurrentVersion\Search': (
|
||||||
('SearchboxTaskbarMode', 1, 'DWORD'),
|
('SearchboxTaskbarMode', 2, 'DWORD'),
|
||||||
),
|
),
|
||||||
# Disable search highlights from opening on hover
|
# Disable search highlights from opening on hover
|
||||||
r'Software\Microsoft\Windows\CurrentVersion\SearchSettings': (
|
r'Software\Microsoft\Windows\CurrentVersion\SearchSettings': (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue