Jump to content
xisto Community
Sign in to follow this  
wutske

Proxy And Network Drive Script

Recommended Posts

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)

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).

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/quickproxy/

 

 

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

 

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 B) ).

 

Make a .bat file and copy the following code to it

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:

 

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

 

 

Happy networking :rolleyes: .

Share this post


Link to post
Share on other sites

Proxy And Network Drive Script

Proxy And Network Drive Script

 

That Script:

 

Windows Registry Editor Version 5.00

 

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings]

"ProxyEnable"=dword:00000001

"ProxyServer"="10.22.40.6:3128"

 

Dosn't work ,

I have explorer 7

 

 

-reply by zahi

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.