Most people know how to configure their LAN settings – it’s one of the first things you should check if you’re ever having Internet connection problems. Typically you want your proxy settings to be set to “Automatically detect settings” when you’re at home or at a public hotspot.
However, at work, you’ll need to set up a proxy server. You do this within “Internet Properties” in the control panel by clicking on the “LAN settings” button.
Inside your network settings dialog, you’ll see the two settings – you either have a proxy server enabled or you don’t. This is the setting that you want to toggle when you switch from your home network to a work network, or if you want to switch to running under a “cloaked” anonymous IP server.
You can also find these settings in your registry (click Run and type “regedit“), and this is what you want your scripts to edit. By changing the registry settings, you’re essentially changing those settings in the LAN Settings window.What we really want to do is toggle those settings only when and where you really want to. There are three scenarios that I’m going to cover, and you can copy and paste the code to tweak it to your liking. You can put the script in your startup folder so that it launches whenever you boot your computer, or you can just run the scripts whenever you want your computer to automatically set the correct IP settings.
The three scenarios I’m going to provide scripts for include the following.
Prompt the user whether or not they want to use an anonymous proxy for Internet access.
Prompt the user to type in the name of the proxy server they want to use.
Automatically check whether you’re home or not, and set the appropriate proxy server settings.
The cool thing about Windows Scripting Host is that each of these options aren’t that hard to do.
VISIT OUR SITE
Where A Proxy Server Is Configured
Related Articles

This Post is written by Roger Rocks, you can subscribe to receive more great content just like it.
0 comments:
Post a Comment
If you are asking some question on this comment
Click on subscribe by Email To Get the
Reply in Your Email Inbox.
Thanks For Reading.