Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to toggle "Use automatic configuration script"

WhoIsRich posted a great script to toggle the Automatically detect settings. Can you tell me how to set Use automatic configuration script? Original posted under What key in windows registry disables IE connection parameter "Automatically Detect Settings"?

like image 524
jmac777 Avatar asked Mar 10 '26 10:03

jmac777


1 Answers

To set

reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v AutoConfigURL /t REG_SZ /d "http://www-abc.com:1234/sample.pac" /f

To remove

This is same as unchecking "use automatic configuration script"

reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v AutoConfigURL /t REG_SZ /d "" /f
like image 68
Sunil Purushothaman Avatar answered Mar 13 '26 17:03

Sunil Purushothaman



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!