AutoHotkey Community

It is currently May 27th, 2012, 7:12 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: March 21st, 2006, 4:08 pm 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8776
Quote:
How to Change the Internet Explorer Window Title ?
http://www.autohotkey.com/forum/viewtopic.php?p=53455#53455

It can be changed globally, but what I detail here is the simple method to over-ride
the default title "Microsoft Internet Explorer" with a more suitable and a short name.
Anytime later, the default title can be restored without difficulty.

To Set a Custom Internet Explorer Window Title

Using Registry Editor, create the following value in the registry:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title
and set it to whatever name you want ( eg. MSIE)

    or use AHK
Code:
NewTitle=MSIE
RegWrite, REG_SZ, HKEY_Current_USER
,Software\Microsoft\Internet Explorer\Main
,Window Title, % NewTitle


To Remove the 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.


If you are not comfortable with the idea of using the Registry Editor or writing your own code
you may download and try the example GUI : RegPatch_001.ahk

    and... this is the snapshot of the GUI
    Image
or maybe, you want to have a look at the code first. Click This : RegPatch_001.ahk.txt


Quote:
Search Text:

How to remove / replace Microsoft Internet Explorer from Browser Title bar ?
Where does Windows store the Title bar suffix Microsoft Internet Explorer ?
How to change Microsoft Internet Explorer to MSIE in Browser caption ?



Last edited by SKAN on June 16th, 2008, 7:21 am, edited 2 times in total.

Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Stigg and 21 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group