Posts by Ewerton Luis • 107 points
4 posts
-
0
votes1
answer1177
viewsQ: Place exceptions in the proxy by batch
@echo off REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v…
-
4
votes3
answers16370
viewsQ: Bat to enable and disable proxy
I need a bat to activate and disable proxy already with the ips set someone can help me ? To activate use the following command: REG ADD…
-
3
votes1
answer610
viewsQ: ERRORLEVEL command with colors?
I created a script bat to tesar some links, to using the command ping with the errorlevel And it’s working perfectly, but I wanted when I didn’t have communication, I mean, don’t drip, it would be…
-
2
votes1
answer839
viewsQ: Windows Ping should return only the package response values
I am making a script as ping command and I want to get only the response of the sent and received packages, so far only be able to display the ping media using this variable : for /f "tokens=*…