J JSPipe Jun 14, 2007 #1 Where is the IE6 window title to be found in the registry? I've found OE at 'windowtitle' but can't find IE. JSP
Where is the IE6 window title to be found in the registry? I've found OE at 'windowtitle' but can't find IE. JSP
N Newbie Coder Jun 14, 2007 #2 JS Pipe, HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main Add a new String value 'Window Title' & set it to what you want It normally won't exist when it's set to Microsoft Internet Explorer Do the same in: HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main to change for all users
JS Pipe, HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main Add a new String value 'Window Title' & set it to what you want It normally won't exist when it's set to Microsoft Internet Explorer Do the same in: HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main to change for all users
J JSPipe Jun 14, 2007 #3 Newbie Coder said: JS Pipe, HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main Add a new String value 'Window Title' & set it to what you want It normally won't exist when it's set to Microsoft Internet Explorer Do the same in: HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main to change for all users Click to expand... That's it, job done. Thank you JSP
Newbie Coder said: JS Pipe, HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main Add a new String value 'Window Title' & set it to what you want It normally won't exist when it's set to Microsoft Internet Explorer Do the same in: HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main to change for all users Click to expand... That's it, job done. Thank you JSP