Don't hide the taskbar search box in Auto Setup

This commit is contained in:
2Shirt 2023-07-03 21:37:42 -07:00
parent d567acd930
commit 9fe43a2e02
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -121,7 +121,7 @@ REG_WINDOWS_EXPLORER = {
),
# Hide Search button / box
r'Software\Microsoft\Windows\CurrentVersion\Search': (
('SearchboxTaskbarMode', 1, 'DWORD'),
('SearchboxTaskbarMode', 2, 'DWORD'),
),
# Disable search highlights from opening on hover
r'Software\Microsoft\Windows\CurrentVersion\SearchSettings': (