Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista file management

Vista - Search Function

Reply
 
Old 03-28-2008   #1 (permalink)
chaltun


 
 

Search Function

I downloaded and installed Vista SP1 with only one problem. There no longer
is a search function in my start menu. Has anyone else had this problem? How
can it be rectified? Please help if you can. Many Thanks.
Norman

My System SpecsSystem Spec
Old 03-28-2008   #2 (permalink)
Ramesh, MS-MVP


 
 

Re: Search Function

Search link (present in the right-hand side of the Start menu) is removed when you install Windows Vista Service Pack 1. Also, the Search context menu item is removed.

There are other ways to launch search. For more information, read this article.

Overview of Windows Vista desktop search Changes in Windows Vista Service Pack 1:
http://support.microsoft.com/kb/941946

If you wish to restore the Start menu Search link, check this post for a registry edit.

Search. context menu option removed in Vista Service Pack 1 | The Winhelponline.com Blog:
http://www.winhelponline.com/blog/se...ervice-pack-1/

Restore the Start menu Search link in Vista Service Pack 1 | The Winhelponline.com Blog:
http://www.winhelponline.com/blog/re...ervice-pack-1/

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com
Winhelponline.com blog http://www.winhelponline.com/blog


"chaltun" <chaltun@xxxxxx> wrote in message news:440266E2-64D9-4B66-98BF-617DA2CF81A5@xxxxxx
I downloaded and installed Vista SP1 with only one problem. There no longer
is a search function in my start menu. Has anyone else had this problem? How
can it be rectified? Please help if you can. Many Thanks.
Norman
My System SpecsSystem Spec
Old 03-28-2008   #3 (permalink)


Windows Vista x64 Ultimate
 
 

Re: Search Function

Vista SP1 has, in general, been a worthwhile update for me - with one exception.

The "Search" command in the right-side of the Start Menu has been removed, with no obvious way of putting it back. We have Google and their whining like five-year-old children to thank for that.

I say to hell with Google. And I want a way of putting the Search command back where it belongs.
My System SpecsSystem Spec
Old 03-28-2008   #4 (permalink)
Bob


 
 

Re: Search Function

WinKey + F will bring up the Search window.

To add Search to the Start menu do the following
Note: It will replace the Run command which you can access with WinKey + R.


Copy and paste this reg code into notepad and save as Search.reg.

Click to merge it into your registry. Backup your registry first.

Windows Registry Editor Version 5.00

; "Search" in start menu by replacing "Run..."

[HKEY_CLASSES_ROOT\CLSID\{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}]
@="Search"
"LocalizedString"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,\
6f,00,6f,00,74,00,25,00,5c,00,65,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,\
00,2e,00,65,00,78,00,65,00,2c,00,2d,00,37,00,30,00,32,00,30,00,00,00
"InfoTip"="@explorer.exe,-7000"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,6d,00,\
61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,\
00,37,00,37,00,00,00

[HKEY_CLASSES_ROOT\CLSID\{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}\InProcServer32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
64,00,6f,00,63,00,76,00,77,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}\Instance]
"CLSID"="{3f454f0e-42ae-4d7c-8ea3-328250d6e272}"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
"command"="@shell32.dll,-12708"
"method"="FindFiles"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}\shellex]

[HKEY_CLASSES_ROOT\CLSID\{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\CLSID\{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers\{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}]

[HKEY_CLASSES_ROOT\CLSID\{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}\shellex\MayChangeDefaultMenu]

[HKEY_CLASSES_ROOT\CLSID\{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}\ShellFolder]
"Attributes"=dword:00000000

; Enable or disable "Search" in Start menu from start menu and taskbar
properties

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartPanel\ShowRun]
"Type"="checkbox"
"Text"="Search"
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowRun"
"CheckedValue"=dword:00000001
"UncheckedValue"=dword:00000000
"HelpID"="windows.hlp#51142"
"DefaultValue"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartPanel\ShowRun\Policy]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\StartMenu\StartPanel\ShowRun\Policy\NoRun]
@=""

; "Search" as context menu under the (My) Computer

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Search]

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Search\command]
@="explorer"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Search\ddeexec]
@="[FindFolder(\"%l\", %I)]"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Search\ddeexec\application]
@="Folders"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Search\ddeexec\topic]
@="AppProperties"
-------
*Report back, please*
[When responding to posts, please include the post(s) you are replying to so
that others may learn and benefit from the issue]

[How to ask a question]
http://support.microsoft.com/kb/555375

"Gordon" <gbplinux@xxxxxx> wrote in message
news:%23Wjtz$LkIHA.5556@xxxxxx
Quote:

> "Dzomlija" <Dzomlija.36z8uf@xxxxxx-mx.forums.net> wrote in message
> newszomlija.36z8uf@xxxxxx-mx.forums.net...
Quote:

>>
>> Vista SP1 has, in general, been a worthwhile update for me - with one
>> exception.
>>
>> The "Search" command in the right-side of the Start Menu has been
>> removed, with no obvious way of putting it back. We have Google and
>> their whining like five-year-old children to thank for that.
>>
>> I say to hell with Google. And I want a way of putting the Search
>> command back where it belongs.
>>
>
> SP1 here - the Search BOX is at the bottom left of the Start Menu...
My System SpecsSystem Spec
Old 03-28-2008   #5 (permalink)
Ramesh, MS-MVP


 
 

Re: Search Function

>> The "Search" command in the right-side of the Start Menu has been
removed, with no obvious way of putting it back.

If you don't use the Help and Support or Run menu, you can replace them with Search.

Restore the Start menu Search link in Vista Service Pack 1 | The Winhelponline.com Blog:
http://www.winhelponline.com/blog/re...ervice-pack-1/

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com
Winhelponline.com blog http://www.winhelponline.com/blog


"Dzomlija" <Dzomlija.36z8uf@xxxxxx-mx.forums.net> wrote in message newszomlija.36z8uf@xxxxxx-mx.forums.net...

Vista SP1 has, in general, been a worthwhile update for me - with one
exception.

The "Search" command in the right-side of the Start Menu has been
removed, with no obvious way of putting it back. We have Google and
their whining like five-year-old children to thank for that.

I say to hell with Google. And I want a way of putting the Search
command back where it belongs.


--
Dzomlija

Peter Alexander Dzomlija
-Do you hear, huh? The Alpha and The Omega? Death and Rebirth? And as
you die, so shall I be Reborn...-

_*Prometheus*_
MOBO: ASUS MB-M3A32-MVP Deluxe/WiFi-AP
CPU: AMD Phenom 9600 Quad
RAM: 2 x A-Data 2GB DDR2-800
GPU: ASUS ATI Radeon HD 2400PRO, 256MB
BOX: Thermaltake Tai-Chi Water Cooled
OS: Windows Vista Ultimate x64
'' (http://valid.x86-secret.com/show_oc.php?id=333562)'[image:
http://valid.x86-secret.com/cache/banner/333562.png]'
(http://valid.x86-secret.com/cache/banner/333562.png)
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Windows Search 4.0 update crashes Search function Vista General
Lost search function Vista General
Search function question Vista General
Right Click search function Vista General
Search Function Vista file management


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46