I am looking for options which will allow me change connection proxy information of IE thru command line.
I am looking for options which will allow me change connection proxy information of
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
IE proxy settings are controlled via registry keys. In general you should change them manually since this implementation detail can change between versions. However, as a debugging tool its useful.
Anyway, you can change registry keys from the command line using the
REGcommand. Specifically, I would just create some .reg files with the various states you want to change to and doREG IMPORT example-file.reg. Or, failing that,REG ADD.