Wednesday, April 16, 2008

Configuring different diff/merge tools for Team Foundation Version Control

On this blog, I found how to configure a different diff tool. I prefer WinMerge, so I configured this one.

newdifftooltfs

Adapt IE7 Search to use Dutch Google

In Internet Explorer 7 you can set Search Providers. I do use the Google Search provider. When the Search Provider is set, you can enter your search criteria in the Instant Search box and press ENTER. By default the UK Google is used for this.

As a Dutch, I however prefer the Dutch Google. I found that this can be done by editing the registry. Just search the registry key: HKCU\Software\Microsoft\Internet Explorer\SearchScopes

searchscope

Here you find the entries for the currently available Search Providers in your Internet Explorer 7.0.  Now look into the subkey containing the Search Provider with the DisplayName "Google" and adapt the URL to your preferred Google setting. In my case:

Before:

http://www.google.com/search?q={searchTerms}&rls=com.microsoft:{language}&ie={inputEncoding}&oe={outputEncoding}&startIndex={startIndex?}&startPage={startPage}

After:

http://www.google.nl/search?hl=nl&q={searchTerms}&meta=

newsearchscope

Now you can use the custom Search Provider in Internet Explorer 7.0

newsearchresult