Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Proxy Enable/Disable Script

Updated: 31 Dec 2010 | 2 comments
oykunsatis's picture
+4 4 Votes
Login to vote

Hello Friends,

I've created a custom script for a customer that disables or enables Internet Explorer's proxy settings due to clients location.

This package includes two .dat files that you can easily import to your Host Integrity policy. Don't forget to edit your site settings in the policy details.

Use Proxy Disable(In Office).dat policy file in your "Office" location policy set and use Proxy Enable(Out Office).dat policy file in your "Out Of Office" location.

When client switches to out of office location proxy automaticly enabled and when turns back to office again automaticly disabled.

 

Hope helps you.

Regards

 

Oykun

Comments

Bekir's picture
03
Jan
2011
0 Votes 0
Login to vote

Oykun would you share the

Oykun would you share the plain script itself as well?

 

Thanks...

Best regards,
Bekir Burak Durmaz

yang_zhang's picture
21
Mar
2011
0 Votes 0
Login to vote

This HI requirement is

This HI requirement is checking the registry key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyEnable and HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer

If the value of the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyEnable is 1, then the proxy is enable on the client.

The value of the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer is the proxy server, for example: localhost:8080

If a forum post solves your problem, please flag it as a solution. If you like an article, blog post or download vote it up.