Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Saturday, July 4, 2020 5:30 AM
There are quite a lot of resources on the Internet regarding disabling or hiding the searchbox in Windows 10 taskbar but many are for earlier versions of Windows 10.
This is to set the registry HKCU\Software\Microsoft\Windows\CurrentVersion\Search\Searchboxtaskbarmode to 0.
This method doesn't work for me on Windows 10 2004. The taskbar remains enabled and visible and is usable.
I want to achieve getting rid of all icons on the taskbar, except the Start button. I can get rid of all but this Searchbox always remains.
If I go to HKU user's specific registry tree, at the Search\Searchboxtaskbarmode, setting it to 0, that particular user's taskbar will then not have the Searchbox. However, that is not what I want.
As I need to replicate this taskbar lockdown to thousand plus computers, applying to all non-administrators, manually doing it one by one is not feasible.
Has anyone has any success to disable or hide the Searchbox from taskbar on Windows 10 2004?
Valuable skills are not learned, learned skills aren't valuable.
All replies (5)
Monday, July 6, 2020 4:15 AM
Hello, You can refer this post that described how you can achieve this for current users
https://www.tenforums.com/tutorials/2854-hide-show-search-box-search-icon-taskbar-windows-10-a.html
To apply for all users, you can do like this -
reg.exe load HKEY_USERS\TempHive "C:\Users\Default\NTUSER.DAT"
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /V SearchboxTaskbarMode /T REG_DWORD /D 0 /F
reg.exe unload HKEY_USERS\TempHive
Please remember to mark the replies as answer | Vote as helpful if they help, It will be easier for others to identify solutions. Thank You!!
Monday, July 6, 2020 8:42 AM
Hi,
Is there any update? Have you got a chance to verify above suggestions?
Please feel free to let us know if more assistance needed.
Thanks,
Jenny
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Monday, July 6, 2020 12:50 PM
Thanks.
Like what I had mentioned, the method mentioned in the article about the registry settings doesn't work on Windows 10 2004.
Valuable skills are not learned, learned skills aren't valuable.
Tuesday, July 7, 2020 11:53 AM
The same is working for me, How you initiating for all users. Please explain more that will help us to identify
Please remember to mark the replies as answer | Vote as helpful if they help, It will be easier for others to identify solutions. Thank You!!
Wednesday, July 8, 2020 4:35 AM
I had tried:
setting HKCU\Software\Microsoft\Windows\CurrentVersion\Search\Searchboxtaskbarmode to 0. This doesn't work for me. SearchBoxTaskBarMode is 32-bit Dword.
setting HKU\Default\Software\Microsoft\Windows\CurrentVersion\Search\Searchboxtaskbarmode to 0. This doesn't work for me, for existing as well as future users.
setting HKU\User UID>\Software\Microsoft\Windows\CurrentVersion\Search\Searchboxtaskbarmode to 0. This one works for the specified user.
setting HKLM\Software\Microsoft\Windows\CurrentVersion\Search\Searchboxtaskbarmode to 0. No Search key exist, so created but doesn't work.
Valuable skills are not learned, learned skills aren't valuable.