Open notepad and add the following text
then you're done,just double click the batch file,the proxy will be disabled.
in the code 0 is used to disable the proxy
you can use 1 to enable the proxy again
reg add "[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]then save the file with the .bat as the extension,like proxy.bat
" /v ProxyEnable /t REG_DWORD /d "0" /f
then you're done,just double click the batch file,the proxy will be disabled.
in the code 0 is used to disable the proxy
you can use 1 to enable the proxy again
no its not working...damn......i need it hlp me out plz
ReplyDeleteREG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d "1" /f
ReplyDelete