How to Change the Internet Explorer Window Title

Last reviewed: November 26, 1997
Article ID: Q176497
The information in this article applies to:
  • Microsoft Internet Explorer versions 3.0, 3.01, 3.02, 4.0 for Windows NT 4.0
  • Microsoft Internet Explorer versions 3.0, 3.01, 3.02, 4.0 for Windows 95

IMPORTANT: This article contains information about editing the registry. Before you edit the registry, make sure you understand how to restore it if a problem occurs. For information about how to do this, view the "Restoring the Registry" Help topic in Regedit.exe or the "Restoring a Registry Key" Help topic in Regedt32.exe.

SUMMARY

The title of the Internet Explorer window consists of the page title and the Internet Explorer window title. This article describes how to add or remove a custom Internet Explorer window title.

MORE INFORMATION

The page title is specified by the Hypertext Markup Language (HTML) <title> tag on the current page. For example, when you view a Web page with the following <title> tag, "Welcome to Microsoft's Home Page" is displayed on the title bar of the Internet Explorer window:

   <TITLE>Welcome to Microsoft's Home Page</TITLE>

The default Internet Explorer window title is "Microsoft Internet Explorer." However, the window title can be customized by Internet service providers (ISPs) using the Internet Explorer Administration Kit. To add or remove a custom Internet Explorer window title, use the appropriate method.

WARNING: Using Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk.

For information about how to edit the registry, view the "Changing Keys And Values" Help topic in Registry Editor (Regedit.exe) or the "Add and Delete Information in the Registry" and "Edit Registry Data" Help topics in Regedt32.exe. Note that you should back up the registry before you edit it.

To Add a Custom Internet Explorer Window Title

Using Registry Editor, add the String value "Window Title" (without quotation marks) to the following key in the registry:

   HKEY_LOCAL_MACHINE\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 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_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main\Window
      Title

When you delete this value, "Microsoft Internet Explorer" becomes the default window title.


Additional query words: 4.00
Keywords : kbui msient msiew95
Version : WINDOWS:3.0,3.01,3.02,4.0
Platform : WINDOWS
Hardware : x86
Issue type : kbhowto


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: November 26, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.