JSI Tip 3584. How do I remove the Search button from the Windows 2000 Explorer Standard Buttons toolbar?
April 12, 2001
To remove the Search button from the Standard Buttons toolbar in Windows 2000 Explorer, and from the programs that use it, like My Computer and My Network Places, you can implement the Remove Search button from Windows Explorer Group Policy, at User ConfigurationAdministrative TemplatesWindows ComponentsWindows Explorer.
This policy corresponds to the NoShellSearchButton value name, a REG_DWORD data type, atHKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer.
When the policy is Disabled or Not configured, the data value of NoShellSearchButton is 0. When the policy is Enabled, the data value is set to 1.
The policy does NOT remove the Search button from the Start menu or from the Windows Explorer context menu. To remove these Search functions, and F3 and Application Key+F, use the Remove Search menu from Start Menu Group Policy at User ConfigurationAdministrativeTemplatesStart Menu & Taskbar. This policycorresponds to the NoFind value name.
NOTE: The Application Key has the Windows logo.
About the Author
You May Also Like