Files
winutil/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md
2026-04-17 09:04:35 -05:00

1006 B

title, description
title description
Taskbar Search Icon
  "WPFToggleTaskbarSearch": {
    "Content": "Taskbar Search Icon",
    "Description": "If enabled, Search Button will be on the Taskbar.",
    "category": "Customize Preferences",
    "panel": "2",
    "Type": "Toggle",
    "registry": [
      {
        "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Search",
        "Name": "SearchboxTaskbarMode",
        "Value": "1",
        "Type": "DWord",
        "OriginalValue": "0",
        "DefaultState": "true"
      }
    ],

Registry Changes

Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place.

You can find information about the registry on Wikipedia and Microsoft's Website.