Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Proxy And Network Drive Script
wutske
post Dec 8 2007, 03:42 PM
Post #1


Super Member
Group Icon

Group: [HOSTED]
Posts: 994
Joined: 2-August 05
From: Kapellen (Antwerp, Belgium)
Member No.: 7,585



At school they've decided to force us to use a proxy server (a sucky one because it's more offline than operational). As an Opera user, it's just a matter of pushing F12 to enable or disable the use of a proxy server, but IE users and FF will have to do a litlle bit more.
That's why I've made this little "script" for the other users at school (in fact it's just a .reg file that windows will import).

Set and enable a proxy server (copy the following code into a file with a .reg extention)
CODE
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"ProxyServer"="10.22.40.6:3128"


Set and disable a proxy server: (same thing, copy to a DIFFERENT file with a .reg extention).
CODE
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000000
"ProxyServer"="10.22.40.6:3128"


If you save them on your desktop, it's just a matter of double-clicking the file to enable or disable the proxy.

Firefox users can use a small addon: https://addons.mozilla.org/en-US/firefox/addon/1557


----------------

While I was trying to make things more easy, I've made a small script that easily maps network drives (eg. by a single click, I can map all the shared folders on my main computer as network drives on my laptop tongue.gif ).

Make a .bat file and copy the following code to it
CODE
net use z: \\127.0.0.1\z


replace 127.0.0.1 by the name or IP-adress of the external computer and 'z' by the name of the shared folder you'd want to map. 'z:' defines to drive letter.
So, for example:

CODE
net use p: \\my_computer\media

Will map the shared folder 'media' on 'my_computer' to the drive letter p:


Happy networking wink.gif .
Go to the top of the page
 
+Quote Post
xboxrulz
post Dec 8 2007, 05:56 PM
Post #2


Colonel Panic
Group Icon

Group: [MODERATOR]
Posts: 2,706
Joined: 25-March 05
From: Toronto, Ontario, Canada
Member No.: 3,233



ya, it doesn't work at my school since it's a hardware proxy. Every connection leads to it. The only way to avoid it is to use a 3128 proxy server.

xboxrulz
Go to the top of the page
 
+Quote Post
iGuest
post Apr 6 2008, 12:56 PM
Post #3


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



Proxy And Network Drive Script
Proxy And Network Drive Script

That Script:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"ProxyServer"="10.22.40.6:3128"

Dosn't work ,
I have explorer 7


-reply by zahi
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Help Needed To Create Windows Startup Script!(4)
  2. Bonding Network Interfaces For Double Speed?(0)


 



- Lo-Fi Version Time is now: 22nd August 2008 - 03:50 AM