Skip to content

Start Menu Bing Search

config/tweaks.json
1545  "WPFToggleBingSearch": {
1546    "Content": "Start Menu Bing Search",
1547    "Description": "If enabled, Bing web search results will be included in your Start Menu search.",
1548    "category": "Customize Preferences",
1549    "panel": "2",
1550    "Type": "Toggle",
1551    "registry": [
1552      {
1553        "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Search",
1554        "Name": "BingSearchEnabled",
1555        "Value": "1",
1556        "Type": "DWord",
1557        "OriginalValue": "0",
1558        "DefaultState": "true"
1559      }
1560    ],

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.