Search Button in Taskbar
config/tweaks.json
2517 "WPFToggleTaskbarSearch": {
2518 "Content": "Search Button in Taskbar",
2519 "Description": "If enabled, Search Button will be on the Taskbar.",
2520 "category": "Customize Preferences",
2521 "panel": "2",
2522 "Type": "Toggle",
2523 "registry": [
2524 {
2525 "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Search",
2526 "Name": "SearchboxTaskbarMode",
2527 "Value": "1",
2528 "Type": "DWord",
2529 "OriginalValue": "0",
2530 "DefaultState": "true"
2531 }
2532 ],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.