How to remove the search button and virtual desktop button in Windows 10 system? After the

  
Win10 system began to release the beta version, many users in this month's time, while experiencing the convenience brought by the Win10 system, also tested the new features it brought. During this period, many problems and shortcomings of the Win10 system were feedback from users, including the search button and virtual desktop button in the taskbar.
A large number of users hope that Microsoft will be able to remove these two buttons in the next version, but after the Win10 Technology Preview is upgraded to Build 9860, these two buttons still exist.

Here, the author will provide a solution for users who have encountered such problems:
Open Notepad, copy and paste the following contents into Notepad, save as .reg registration Table file.
Double-click the saved registry file, double-click Import, and then restart the Explorer to see the effect.
Remove search button:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Search]
&Enquo;EnableProactive”=dword:00000000
Restore search button:< Br>Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Search]
&Enquo;EnableProactive”=dword:00000001
Disable Virtual Desktop Button:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MultitaskingView\\AllUpView]
“Enabled”=dword:00000000
Restore Virtual Desktop Button:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MultitaskingView\\AllUpView]
& ldquo;Enabled”=dword:00000001
Note that after the virtual desktop button is disabled, the virtual desktop function will be closed as a whole. Use, shortcuts “Win+Tab” will also be invalid.
The essence of the method is to modify the registry, but for the convenience of the user, it has been packaged as a .reg format file, and can be used by double-clicking the import. In addition, Microsoft has publicly announced that it will not modify the registry key, there will be a chance that the system will not be able to upgrade properly, use with caution.
Therefore, users who want to remove the search button and the virtual desktop button in this way need to be considered well, so as not to cause the system to fail to upgrade properly. At the same time, I hope that this method can help the users who need it and relieve your troubles.

Copyright © Windows knowledge All Rights Reserved