Hello everyone Can't change the setting for the search field taskbar mode (0,1,or 2) always worked reliably up to build 22621.1265. Is this a bug in NTlite or has Microsoft made changes again?
New!
This update improves the search box experience on the taskbar. As you type in the search box, search results now appear in the search flyout box. You can also change the search experience you want for your taskbar by going to Settings > Personalization > Taskbar. For commercial customers, this update adds a new policy for IT administrators to manage how the search box on the taskbar appears in your organization. For more information, see Customizing search on the Windows 11 taskbar.
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
"SearchOnTaskbarMode"=dword:00000001
| Value | Description |
|---|---|
| 0 | Hide. |
| 1 | Search icon only. |
| 2 | Search icon and label. |
| 3 (Default) | Search box. |
<Tweak name="Search\SearchboxTaskbarMode">1</Tweak>
Every tweak is a registry change, and name matches the last part of the actual key's path. If you searched online using those words, it's easy to match what NTLite is updating.Is there anyway to see what each NTLite setting actually changes?
HI i confirm this on Win11 24h2I installed 22621.1344 from UUP dump, and tested the Search (Taskbar) setting.
1. NTLite does correctly set SearchboxTaskmode, in the Default user's NTUSER.DAT
2. User account provisioning now blocks this setting for new users.
For this to work, NTLite has to switch from HKCU to a HKLM-based GPO (which forces it for all users, with no individual choices).
https://www.elevenforum.com/t/add-or-remove-search-button-on-taskbar-in-windows-11.1197/
Code:[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search] "SearchOnTaskbarMode"=dword:00000001
Value Description 0 Hide. 1 Search icon only. 2 Search icon and label. 3 (Default) Search box.
nuhi?
UPDATE: Just to be clear, HKCU SearchboxTaskmode still works after your account is created, like in Post-Setup (User). I haven't checked how far back the new policy became effective.