Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet Settings" /v ProxyEnable /t REG_DWORD /d 0 /f
  2.  
  3. [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings]
  4. "MigrateProxy"=dword:00000001
  5. "ProxyEnable"=dword:00000001
  6. "ProxyHttp1.1"=dword:00000000
  7. "AutoDetect"=dword:00000000
  8. "ProxyServer"="http://seu_servidor_proxy:80"
  9. "ProxyOverride"=""
  10.  
  11. "ProxyEnable"=dword:00000001
  12.  
  13. "ProxyEnable"=dword:00000000
  14.  
  15. "AutoDetect"=dword:00000000
  16.  
  17. "AutoDetect"=dword:00000001
  18.  
  19. "ProxyOverride"=""
  20.  
  21. "ProxyOverride"="<local>"
  22.  
  23. REGEDIT.EXE /S proxy.reg"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement