Disable Search Highlights in the taskbar search box

Start Menu & SearchMinimale Windows-buildversie: 22621Omkeerbaar

This will turn off Search Highlights, which shows dynamically curated branded content and trending topics in the Windows search box on the taskbar.

Toe te passen code

Disable Search Highlights in the taskbar search boxRegistry
Windows Registry Editor Version 5.00


; Disable Search Highlights (dynamic/branded content in Windows search box)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SearchSettings]

"IsDynamicSearchBoxEnabled"=dword:00000000

Code om ongedaan te maken

Enable Search Highlights in the taskbar search boxRegistry
Windows Registry Editor Version 5.00


; Re-enable Search Highlights (dynamic/branded content in Windows search box)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\SearchSettings]

"IsDynamicSearchBoxEnabled"=dword:00000001

Wilt u dit combineren met andere aanpassingen?

Configurator openen