Disable open on hover for search highlights
This commit is contained in:
parent
6dde471bf5
commit
7c48d5e2ed
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ REG_WINDOWS_EXPLORER = {
|
||||||
),
|
),
|
||||||
# Disable search highlights
|
# Disable search highlights
|
||||||
r'Software\Microsoft\Windows\CurrentVersion\Feeds\DSB': (
|
r'Software\Microsoft\Windows\CurrentVersion\Feeds\DSB': (
|
||||||
|
('OpenOnHover', 0, 'DWORD'),
|
||||||
('ShowDynamicContent', 0, 'DWORD'),
|
('ShowDynamicContent', 0, 'DWORD'),
|
||||||
),
|
),
|
||||||
# File Explorer
|
# File Explorer
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue