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

    • No, it was THAT ugly and I’d rather forget it completely existed.
    • There is a lot of reasons not to use Edge but faster fixes and security updates is not one of them.
    • Can't reproduce. I installed Edge, went to neowin.net > accepted the cookie consent > used menu to go to forums, everything loads and I can browse around the forums. If you can't interact with the dialog on the forums for some reason, go to the main site and accept the cookie consent there? It is true that the site will not function properly until the cookie consent is accepted or rejected,. it's a legal requirement and I also know that certain VPN/ad blockers block it, which is a user related issue and not a neowin.net problem.   This is not our cookie consent dialog. Gotta love browser hijacking... /s Edit: this may be what Californians see, I will confirm with our consent provider.
    • Google Chrome 149.0.7827.115 (offline installer) by Razvan Serea The web browser is arguably the most important piece of software on your computer. You spend much of your time online inside a browser: when you search, chat, email, shop, bank, read the news, and watch videos online, you often do all this using a browser. Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier. Use one box for everything--type in the address bar and get suggestions for both search and Web pages. Thumbnails of your top sites let you access your favorite pages instantly with lightning speed from any new tab. Desktop shortcuts allow you to launch your favorite Web apps straight from your desktop. Chrome has many useful features built in, including automatic full-page translation and access to thousands of apps, extensions, and themes from the Chrome Web Store. Google Chrome is one of the best solutions for Internet browsing giving you high level of security, speed and great features. Important to know! The offline installer links do not include the automatic update feature. Download web installer: Google Chrome Web 32-bit | Google Chrome 64-bit | Freeware Download: Google Chrome Offline Installer 64-bit | Direct Link | 131.0 MB Download: Google Chrome Offline Installer 32-bit | Direct Link | 119.0 MB Download page: Google Chrome Portable Download: Chrome ARM64 | Direct Link View: Chrome Website | Release Notes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Oh, it's happening on more than one dialog? This is the dialog that I'm unable to interact with.
  • Recent Achievements

    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Week One Done
      Timaximus earned a badge
      Week One Done
    • Rookie
      FBSPL went up a rank
      Rookie
    • First Post
      davidbazooked earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      491
    2. 2
      PsYcHoKiLLa
      170
    3. 3
      +Edouard
      164
    4. 4
      Steven P.
      85
    5. 5
      ATLien_0
      76
  • Tell a friend

    Love Neowin? Tell a friend!