Hi
I just got it from another forum to tell you how to add or remove a custom Internet Explorer window title by manually editing the registry.
To do this, use the appropriate method.
Using Registry Editor, add a String value named Window Title to the following key in the registry:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
The data value is the title you want to appear on the Internet Explorer window.
NOTE: In Windows NT, the value should be of type REG_SZ instead of String.
To Remove a Custom Internet Explorer Window Title
Using Registry Editor, delete the following value in the registry:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title
When you delete this value, "Microsoft Internet Explorer" becomes the default window title.
Tayler