Sorry my fault for not phrasing the question correctly...
What I want to know is whether it is possible to 'check or uncheck' the 'Automatically detect settings' check box directly via the registry (to be used in a batch script).
Open notepad, and copy/paste the below as auto_on.reg
********* begin copy/paste below this line
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"AutoConfig"=dword:00000001
***** end copy/paste above this line
Note: change the "1" above to "0" to make a file that turns it off.
I understand how to edit the registry key via a batch file.
It's just that the key you have given me doesn't actually 'tick/check or untick/uncheck' the 'Automatically detect setting' box. It actually disables/enables it (i.e. greys it out to prevent you from selecting/deselecting it).
I need to able to actually 'tick/untick' this box rather enabling/disabling it.
That is one tough and obscure key. I apologize for starting in the wrong direction at the beginning.
In general, the best way to bell this cat is likely using the IEAK:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.