Windows 10 Tip: Remove the Search Button from the Taskbar

August 23, 2015 updated by Admin Leave a reply »

If you’ve installed Windows 10 Technical Preview, you should have noticed that there is a new Search button added to the taskbar, placed right after the Start menu button.

windows-10-search-button

The Search button takes up valuable space on the taskbar, and it’s mostly useful for touchscreen devices. Here is a registry hack to get rid of the Search button from the taskbar.

How to Hide / Remove the Search Button from the Taskbar?

  1. Press the Windows key + R to bring up the Run box. Type regedit and press Enter to open the Registry Editor.
  2. Browse to the following registry key:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion

    In left-side pane, right-click on CurrentVersion and select “New -> Key” and give it name Search.

  3. Now right-click on the right-side pane, and then create a new 32-bit DWORD and name it SearchboxTaskbarMode, and set the value to 0.

    disable-search-box

  4. Once this is done, restart Windows 10 and the Search button should be gone. To bring the button back, delete the value that you just added.