Change IE settings via cmd?

R

RabiRob

Hello everyone,

I would like to know if I can change the settings in Internet Explorer
(tools>internet options) via the command prompt.
I would realy like to change the Proxy settings (internet
options>connections>LAN Setings>Proxy Server).
It would be realy useful if I could do it through the cmd as I can't
through the normal way. Basically i need to un-tick the little box that
says 'Use a proxy server'.

Thankyou,

Rob
 
?

=?iso-8859-1?Q?Daniel_Mart=EDn_=5BMVP_Windows=5D?=

You can achieve this via Reg.exe command:

Open Start, Run, type without quotation marks 'cmd' and press OK. Then enter this command (better copy&paste) and press Enter:

REG add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 0 /f

(It is only one line.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top