Auto-Configure 'Search For People' in Start Menu?

K

Keith Jakobs, MCP

Hi All,

I was hoping one of you MVPs might be able to provide a little insight or
point me in the right direction with this task I am trying to accomplish.

Some of our Windows 2000 Stations, but not all of them, have the 'Search for
People' option displayed under the 'Search' group in the 'Start' menu.
However, even among those that do have that option, very few of them have
the 'Active Directory' enabled as the default, much less even available in
the drop down list! However, most of the ones that do have the 'Active
Directory' search option available, do seem to be configured correctly.

Is there any way I can make sure that all those options are available on all
workstations in our domain, and configure it from a central location? Can I
do it with Group Policies, with remote registry, or even with a WMI script?
Even if I have to do it station-by-station, where would I enable additional
options for the search menu or configure the 'Search for People' option to
talk to our Directory service?

We have a Windows 2000 Active Directory domain (single-tree, single-forest,
two DCs) with about 50-60 stations, all of which are Windows 2000
Professional, and up-to-date with security fixes and patches.

Any help would be greatly appreciated. ( I apologize for the cross-posting,
but wasn't sure which would be the most appropriate group for this
question.). Thanks again in advance!

Keith C. Jakobs, MCP
 
J

Jerold Schulman

Hi All,

I was hoping one of you MVPs might be able to provide a little insight or
point me in the right direction with this task I am trying to accomplish.

Some of our Windows 2000 Stations, but not all of them, have the 'Search for
People' option displayed under the 'Search' group in the 'Start' menu.
However, even among those that do have that option, very few of them have
the 'Active Directory' enabled as the default, much less even available in
the drop down list! However, most of the ones that do have the 'Active
Directory' search option available, do seem to be configured correctly.

Is there any way I can make sure that all those options are available on all
workstations in our domain, and configure it from a central location? Can I
do it with Group Policies, with remote registry, or even with a WMI script?
Even if I have to do it station-by-station, where would I enable additional
options for the search menu or configure the 'Search for People' option to
talk to our Directory service?

We have a Windows 2000 Active Directory domain (single-tree, single-forest,
two DCs) with about 50-60 stations, all of which are Windows 2000
Professional, and up-to-date with security fixes and patches.

Any help would be greatly appreciated. ( I apologize for the cross-posting,
but wasn't sure which would be the most appropriate group for this
question.). Thanks again in advance!

Keith C. Jakobs, MCP
This is a wild stab at a beginning:

Make sure %SystermRoot%\System32\dsquery.dll exists on their computer.

Apply the following Reg file to a client that doesn't have the search / people
function (After a restart, is the search / people function visible.)


REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{F020E586-5264-11d1-A532-0000F8757D7E}\InProcServer32]
@="dsquery.dll"
"ThreadingModel"="Apartment"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\ShellFindInDirectory]
@="{F020E586-5264-11d1-A532-0000F8757D7E}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch]
@="{169A0691-8DF9-11d1-A1C4-00C04FD75D13}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\0]
@="For &Files or Folders..."
"RunInProcess"="1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\0\DefaultIcon]
@=hex(2):25,53,79,73,74,65,6d,52,6f,6f,74,25,5c,73,79,73,74,65,6d,33,32,5c,73,\
68,65,6c,6c,33,32,2e,64,6c,6c,2c,2d,31,33,34,00
"HotIcon"=hex(2):25,53,79,73,74,65,6d,52,6f,6f,74,25,5c,73,79,73,74,65,6d,33,\
32,5c,73,68,65,6c,6c,33,32,2e,64,6c,6c,2c,2d,35,30,00
"GrayIcon"=hex(2):25,53,79,73,74,65,6d,52,6f,6f,74,25,5c,73,79,73,74,65,6d,33,\
32,5c,73,68,65,6c,6c,33,32,2e,64,6c,6c,2c,2d,35,31,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\0\HelpText]
@="Search for files or folders"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\0\SearchGUID]
@="{169A0691-8DF9-11d1-A1C4-00C04FD75D13}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\0\SearchGUID\UrlNavNew]
@=hex(2):3a,3a,7b,65,31,37,64,34,66,63,30,2d,35,35,36,34,2d,31,31,64,31,2d,38,\
33,66,32,2d,30,30,61,30,63,39,30,64,63,38,34,39,7d,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\1]
@="For &Computers"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\1\DefaultIcon]
@=hex(2):25,53,79,73,74,65,6d,52,6f,6f,74,25,5c,73,79,73,74,65,6d,33,32,5c,73,\
68,65,6c,6c,33,32,2e,64,6c,6c,2c,2d,31,33,35,00
"HotIcon"=hex(2):25,53,79,73,74,65,6d,52,6f,6f,74,25,5c,73,79,73,74,65,6d,33,\
32,5c,73,68,65,6c,6c,33,32,2e,64,6c,6c,2c,2d,35,32,00
"GrayIcon"=hex(2):25,53,79,73,74,65,6d,52,6f,6f,74,25,5c,73,79,73,74,65,6d,33,\
32,5c,73,68,65,6c,6c,33,32,2e,64,6c,6c,2c,2d,35,33,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\1\HelpText]
@="Search for computers on the network"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\1\SearchGUID]
@="{996E1EB1-B524-11d1-9120-00A0C98BA67D}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\1\SearchGUID\UrlNavNew]
@=hex(2):3a,3a,7b,31,66,34,64,65,33,37,30,2d,64,36,32,37,2d,31,31,64,31,2d,62,\
61,34,66,2d,30,30,61,30,63,39,31,65,65,64,62,61,7d,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\2]
@="For &Printer"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\2\DefaultIcon]
@=hex(2):25,53,79,73,74,65,6d,52,6f,6f,74,25,5c,73,79,73,74,65,6d,33,32,5c,73,\
68,65,6c,6c,33,32,2e,64,6c,6c,2c,2d,31,33,35,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\2\HelpText]
@="Search for a printer"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\ShellSearch\2\SearchGUID]
@="{D515F311-B78B-11d1-9123-00A0C98BA67D}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\WabFind]
@="{32714800-2E5F-11d0-8B85-00AA0044F941}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\WabFind\0]
@="For &People..."

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\WabFind\0\DefaultIcon]
@="C:\\Program Files\\Outlook Express\\wabfind.dll, 0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\WebSearch]
@="{07798131-AF23-11d1-9111-00A0C98BA67D}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\WebSearch\0]
@="On the &Internet..."

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\WebSearch\0\DefaultIcon]
@=hex(2):25,53,79,73,74,65,6d,52,6f,6f,74,25,5c,73,79,73,74,65,6d,33,32,5c,73,\
68,64,6f,63,76,77,2e,64,6c,6c,2c,2d,31,31,31,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\WebSearch\0\HelpText]
@="Search the web"





Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top