How to clear Win10 "Search" and "Multitasking" button

  

Win10 preview has added a lot of shortcut buttons, but some shortcut buttons are not necessary, and people feel a little troublesome, such as multitasking buttons and Search button. So how do you remove such buttons? There are definitely some users who are deeply troubled.

After analyzing the code of the Explorer, they found easily allows the two buttons hidden registry. Now let's share with you how to remove the multitasking button and search button by modifying the registry.

Remove search button

Copy and paste the content, save as reg file, double click, OK (note that you need to restart the resource manager after import)

Windows Registry Editor Version 5.00

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

<;EnableProactive”=dword:00000000

How do you want to restore, import as follows (two One of the registry can be restored. Note that you need to restart the resource manager after importing.

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Search ]

“EnableProactive”=dword:00000000

or import

Windows Registry Editor Version 5.00

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

“EnableProactive”=dword:00000001 Previous12Next Total 2 Pages

Copyright © Windows knowledge All Rights Reserved