Registry File Help!!!

Associate
Joined
7 Nov 2006
Posts
438
Hi everyone, Im looking for some help if possible. I "try" to fix a few computers in my local area and want to add a window title to Internet Explorer, Now i know how to do this manually: I go to:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
And enter "Window Title" and my subject in the string i created which works just fine.

But, I tried to create a .reg file to do this for me. I have tried to make one work but am so far uncessfull, it says it imported to the registry fine but it doesnt when i look and also open IE.

I took a few tips from this site to create the .reg file:

http://www.walkernews.net/2007/09/05/how-to-change-ie-7-window-title-text/

But again this did not work. Can anyone help me?

This is what I have in my .reg file at the min:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
“Window Title”=”Blah Blah”
 
best way to do it, is change yours to whatever you want it as, then right click an 'export' it, then edit it in notepad so it only includes what you want
 
Well I dont that and for some reason im left with the same and it works, lol. only difference is i left a space. e.g.

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
“Window Title”=”Blah Blah”

now

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

“Window Title”=”Blah Blah”

Thanks for the advice.
 
Back
Top Bottom