|
-
May 23rd, 2003, 03:37 PM
#1
Thread Starter
Lively Member
Internet Explorer Settings
Where does Internet Explorer keep all of its settings and connection info?
I want to write an application that can change the LAN and 12 Dial-up proxies in one go, there are tons of computers on the network and it'll be a pain otherwise.
So any help will be great, looking forward to any response 
<edit />
Its Windows XP (Pro I believe), so that means Internet Explorer 6. If that info made any difference, I dont know
Last edited by Cagez; May 23rd, 2003 at 03:43 PM.
-
May 24th, 2003, 07:18 AM
#2
Sleep mode
For XP , it should be this path :
Code:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
-
May 24th, 2003, 11:48 AM
#3
Thread Starter
Lively Member
Yeah, I've been checkin' around the registry but it doesn't seem to keep the connection info in there
But come to think of it, its not solely IE's settings, right? So it shouldn't (or probably won't) be in a IE registry folder.
I'm ginna try and dig some more, lemme know if anyone gets anything
-
May 24th, 2003, 11:52 AM
#4
Sleep mode
All those settings are saved in binary format (sort of security issue) but I'm not sure if they are really what you are looking for !
-
May 24th, 2003, 11:54 AM
#5
Thread Starter
Lively Member
Oh, then I'm in some crap Any idea where? I'll have to figure how to at least write them...
-
May 24th, 2003, 12:13 PM
#6
Sleep mode
there is another key you might need to check :
Code:
HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings
try also searching in the registry for some values like "your homepage" , "your proxyserver" . This techn might help you identifying some other paths for IE .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|