0
As deactivated via command prompt the check boxes "Use automatic configuration script" and also "Do not use proxy server for local addresses"?
To disable the proxy, I am using the command:
"HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 0 /f
I wonder how I can disable the other two check boxes following the same idea of the command I already have. So I leave everything in one . bat
I did what you said, but when I run . reg, it displays me this message: It is not possible to import C:... The specified file is not a Registry script. You can import only registry files
– Bueno
Try it this way: REGEDIT.EXE /S "%~dp0 proxy.reg" or by placing the full path where your file . reg
– Wictor Chaves
I believe you need this
Windows Registry Editor Version 5.00
at the beginning of the archive to be recognized– Denis Rudnei de Souza