3-tag:General-250px-related-5385949187566471317
Skip to main content

Enable/disable proxy using a batch file

Open notepad and add the following text



reg add "[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
" /v ProxyEnable /t REG_DWORD /d "0" /f
then save the file with the .bat as the extension,like proxy.bat
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

Comments

  1. no its not working...damn......i need it hlp me out plz

    ReplyDelete
  2. REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d "1" /f

    ReplyDelete

Post a Comment

Type in your comments here,we welcome your suggestions,complaints and feedback