but there's no permanent fix for IE.
There's no good fix, but you can perform some quick and dirty hacks.
Located in C:\WINDOWS\system32\drivers\etc
is a file called "hosts", open it with wordpad or notepad and add the following line
after the line "127.0.0.1 localhost":
72.14.213.99
www.bing.comNow the next time anything tries to access bing, it will be redirected to google (72.14.213.99 is google's IP address at the time of this post).
Additionally, you can completely block any website by adding "127.0.0.1 <website address here>" to the file.
Note: this method affects
all browsers.