Recommended Posts

After installing the public release of Internet Explorer 7 I discovered my life would not be worth continuing unless I could add Wikipedia and IMDB to the search bar, gladly to say I have succeeded and can live.

Now to share the process.

First off, I've deleted all non-Google search providers out of the options; so I was left with just one - Google.

The Steps:

1.) Open the Registry (I suppose it's a good idea before making changes)

Start> Run> regedit

2.) Navigate to:

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes

3.) Once there right click underneath Search scopre and make a new 'Key'. Then name this key accordingly, I shall call it Wikipedia.

4.) Select the Key, then right click and make a new 'String Value' and call it:

DisplayName. Then double click the new Sting and type in the name you want for the Search Provider. (Looks like this.

5.) Then create a new 'Sting Value' and call it:

URL

Then double click this Sting and enter a URL, for example a search URL, replace words the bit of the URL where the search term goes with this:

{searchTerms}

Examples of this are:

http://en.wikipedia.org/wiki/Special:Search?search={searchTerms}&fulltext=fulltext

http://imdb.com/find?q={searchTerms}

Hope this helps anyone using IE 7 Beta to add search providers, if any of this doesn't make sense I'll be happy to help.

Reg Files for Search Engines requested so far:

Wikipedia (English)

AMG allmusic

IMDB

IMDB UK

Dictionary.com

The Free Dictionary (tfd)

Answers.com

Dogpile

Edited by Nighthawk-F117
Link to comment
https://www.neowin.net/forum/topic/427720-adding-search-engines-to-ie7/
Share on other sites

Cool, please reply if you do do it later on.

Hi Nighthawk-F117,

I saw some mention of adding various 'search engines' with the leaked IE7 Beta (b 5299), and rather then search through a bunch of threads & replies, saw your thread...

Looking to add:

Dictionary.com or

Websters

As I have just gone to the newly updated IE7 Search engines webpage (and these two were not included)...could not find any 'dictionary or encyclopedia related engines'...

Thanks

Hi Nighthawk-F117,

I saw some mention of adding various 'search engines' with the leaked IE7 Beta (b 5299), and rather then search through a bunch of threads & replies, saw your thread...

Looking to add:

Dictionary.com or

Websters

As I have just gone to the newly updated IE7 Search engines webpage (and these two were not included)...could not find any 'dictionary or encyclopedia related engines'...

Thanks

Although you've probably got what you need from ClintEastman, I've made a reg file for you.

http://www.nighthawk-f117.myby.co.uk/Dictionary.com.reg

Clicking the link shall show what's in it, but you need to save it to your computer and add the the registry.

To make the whole process easier i have uploaded a basic search profiles page.

I will take requests for new profiles.

Hope it's of use!

:)

Grrrr! Now my guide is kinda useless. :(

Although you've probably got what you need from ClintEastman, I've made a reg file for you.

http://www.nighthawk-f117.myby.co.uk/Dictionary.com.reg

Clicking the link shall show what's in it, but you need to save it to your computer and add the the registry.

Grrrr! Now my guide is kinda useless. :(

Opps! sorry Nighthawk-F117. :(

Have been thinking of setting that page up for a while (For my own use) and you prompted me into doing it!

Opps! sorry Nighthawk-F117. :(

Have been thinking of setting that page up for a while (For my own use) and you prompted me into doing it!

It's cool. :)

Seeing as you've made that, how did you do it?

You obviously know about Scripts, HTML and OpenSearch...?

It's cool. :)

Seeing as you've made that, how did you do it?

You obviously know about Scripts, HTML and OpenSearch...?

All i did was write some OpenSearch XML scripts and linken them using javascript (window.external.AddSearchProvider()).

<?xml version="1.0" encoding="UTF-8" ?> 
  <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
	<ShortName>Play.com</ShortName> 
	<Description>Search Movies Music Games</Description> 
	<Url type="text/html" template="http://www.play.com/play247.asp?pa=search&searchtype=allproducts&searchstring={searchTerms}&page=search" /> 
</OpenSearchDescription>

Example play search script.

Here are a couple I find useful:

Open a MS KB article:

 
DisplayName: MS KB Number
URL: http://support.microsoft.com/?kbid={SearchTerms}

just type in the KB number (without the KB , just the number) in the search box

Search MS KB by string:

DisplayName: MS KB String
URL: http://support.microsoft.com/search/default.aspx?query={SearchTerms}

type the string

Edited by JRosenfeld

After installing the public release of Internet Explorer 7 I discovered my life would not be worth continuing unless I could add Wikipedia and IMDB to the search bar, gladly to say I have succeeded and can live.

Now to share the process.

First off, I've deleted all non-Google search providers out of the options; so I was left with just one - Google.

The Steps:

1.) Open the Registry (I suppose it's a good idea before making changes)

Start> Run> regedit

2.) Navigate to:

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes

3.) Once there right click underneath Search scopre and make a new 'Key'. Then name this key accordingly, I shall call it Wikipedia.

4.) Select the Key, then right click and make a new 'String Value' and call it:

DisplayName. Then double click the new Sting and type in the name you want for the Search Provider. (Looks like this.

5.) Then create a new 'Sting Value' and call it:

URL

Then double click this Sting and enter a URL, for example a search URL, replace words the bit of the URL where the search term goes with this:

{searchTerms}

Examples of this are:

http://en.wikipedia.org/wiki/Special:Search?search={searchTerms}&fulltext=fulltext

http://imdb.com/find?q={searchTerms}

Hope this helps anyone using IE 7 Beta to add search providers, if any of this doesn't make sense I'll be happy to help.

Maybe ill try that for neowin.net's search

oh and thx for the tip

02-03-06 edit: ive tried it for neowin.net and it works

Great work.

I tried to add http://www.allmusic.com/ but unfortunately, it didn't work out.

I'd like to search by Artist name.

Thank you

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\allmusic]
"DisplayName"="allmusic"
"URL"="http://www.allmusic.com/cg/amg.dll?p=amg&sql=1:{searchTerms}"

http://www.nighthawk-f117.myby.co.uk/IE7/allmusic.reg

(Save to Desktop then double click)

What about The Free Dictionary (tfd.com)

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\tfd.com]
"DisplayName"="tfd.com"
"URL"="http://www.tfd.com/{searchTerms}"

http://www.nighthawk-f117.myby.co.uk/IE7/tfd.com.reg

(Save to Desktop then double click)

How about a Imdb reg file?

Thanks:

Ok, here it is: http://www.nighthawk-f117.myby.co.uk/IE7/IMDB.reg

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\IMDB]
"DisplayName"="IMDB"
"URL"="http://imdb.com/find?q={searchTerms}"

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Win11Debloat 06.11.2026 by Razvan Serea Win11Debloat is a lightweight, easy to use PowerShell script that allows you to quickly declutter and customize your Windows experience. It can remove pre-installed bloatware apps, disable telemetry, remove intrusive interface elements and much more. The script also includes many features that system administrators and power users will enjoy. Such as a powerful command-line interface, support for Windows Audit mode and the option to make changes to other Windows users. All changes made by Win11Debloat can be easily reversed, and most removed apps can be restored via the Microsoft Store. A full guide on how to undo the changes is available here. Win11Debloat features: Below is an overview of the key features and functionality offered by Win11Debloat. Please refer to the wiki for more information about the default settings preset. Remove a wide variety of preinstalled apps. Click here for more info. Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads. Disable tips, tricks, suggestions & ads across Windows. Disable Windows location services & app location access. Disable Find My Device location tracking. Disable 'Windows Spotlight' and tips & tricks on the lock screen. Disable 'Windows Spotlight' desktop background option. Disable ads, suggestions and the MSN news feed in Microsoft Edge. Hide Microsoft 365 ads on the Settings 'Home' page, or hide the 'Home' page entirely. Disable & remove Microsoft Copilot. Disable Windows Recall. Disable Click to Do, AI text & image analysis tool. Prevent AI service (WSAIFabricSvc) from starting automatically. Disable AI Features in Edge. Disable AI Features in Paint. Disable AI Features in Notepad. Disable the Drag Tray for sharing & moving files. Restore the old Windows 10 style context menu. Turn off Enhance Pointer Precision, also known as mouse acceleration. Disable the Sticky Keys keyboard shortcut. Disable Storage Sense automatic disk cleanup. Disable fast start-up to ensure a full shutdown. ...and more. Once you’ve downloaded the Win11Debloat file (Get.ps1), just follow these quick steps: Locate the Get.ps1 script file. Right-click the file and select Run with PowerShell from the context menu. If prompted by User Account Control (UAC), select Yes to grant the script the necessary administrative permissions. Win11Debloat 06.11.2026 fixes: Fix lock screen spotlight option being disabled when disabling the start recommended section by @Raphire in #619 Fix log message formatting by @Raphire Note The -RemoveCommApps and -RemoveW11Outlook command-line parameters for uninstalling a few specific apps have been removed with this release. If you previously relied on these parameters, please see this wiki page for alternative methods of removing these apps. Download: Win11Debloat 06.11.2026 | Open Source View: Win11Debloat Home Page | Screenshots 1| 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Yes for me, I installed 'old calculator' (Windows 7 calculator) in its place since it is more useful to me. I think paint is the only one I left installed
    • eh I'll wait for the June 2026 MVS ISO downloads which should be coming out next Tuesday June 16 and possibly contain build 8655 instead of 8653
  • Recent Achievements

    • Rookie
      restore went up a rank
      Rookie
    • Very Popular
      AndrewSteel earned a badge
      Very Popular
    • Veteran
      Taliseian went up a rank
      Veteran
    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      509
    2. 2
      +Edouard
      162
    3. 3
      PsYcHoKiLLa
      155
    4. 4
      ATLien_0
      82
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!