Proxy with batch?
Moderator: DosItHelp
-
- Posts: 54
- Joined: 10 Nov 2011 20:40
Proxy with batch?
Can you make a proxy with batch?
Re: Proxy with batch?
You might want to give us a little more detail as to what you are trying to accomplish.
-
- Posts: 54
- Joined: 10 Nov 2011 20:40
Re: Proxy with batch?
Well as most teenagers would like, to get past my schools firewall (network composer). But its because network composer blocks everything even research sites. I just want to put in a URL and get a new one that will bypass the schools firewall. I have a VBScript that can make me a school admin but obviously some red alarm is going to go off in the tech room and ill get suspended.
Re: Proxy with batch?
What do you think some of us do for a living! You think we are going to help you with circumventing resrictions!
Re: Proxy with batch?
'
A simple google, try something like
http://support.microsoft.com/kb/819961
http://en.kioskea.net/forum/affich-106427-configuring-proxy-through-batch-file
A simple google, try something like
Code: Select all
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v proxyserver /t REG_SZ /d "128.172.9.100:8080" /f
http://en.kioskea.net/forum/affich-106427-configuring-proxy-through-batch-file