Rami Posted March 12, 2008 Posted March 12, 2008 If i want to disable The proxy server in the LAN setting of the IE i use this code RegWrite ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\InternetSettings","ProxyEnable","reg_dword",0) But it doesn't affect the current opened IE page Until I double click again on IE Launch Icon. then it disables the new opened IE page. I hope I made my point clear.
Richard Robertson Posted March 12, 2008 Posted March 12, 2008 That's because Internet Explorer only loads settings at startup. If the program is already running, why would it bother to check the settings if they weren't changed in Internet Explorer.
Rami Posted March 12, 2008 Author Posted March 12, 2008 That's because Internet Explorer only loads settings at startup. If the program is already running, why would it bother to check the settings if they weren't changed in Internet Explorer.Because I need that feature, so how i can make IE loads settings on the current page without starting up a new page
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now