slloyd has asked for the wisdom of the Perl Monks concerning the following question:
use Win32::TieRegistry ( Delimiter=>"/", ArrayValues=>1 ); my $rkey=$Registry->{"CUser/Software/Microsoft/Windows/CurrentVersion/ +Internet Settings"}; $rkey->SetValue( "ProxyServer" , "localhost:8080" , "REG_SZ" ) +; $rkey->SetValue( "ProxyEnable" ,pack("L",1) , "REG_DWORD" ); $rkey->SetValue( "ProxyOverride" , "127.0.0.1;<local>" , "REG_ +SZ" );
-------------------------------
by me
http://www.basgetti.com
http://www.kidlins.com
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Scripting setting the connection settings in Mozilla
by timos (Beadle) on Mar 18, 2006 at 21:33 UTC | |
by slloyd (Hermit) on Mar 21, 2006 at 16:21 UTC | |
by Anonymous Monk on Feb 21, 2010 at 21:32 UTC | |
by Anonymous Monk on Feb 22, 2010 at 02:18 UTC | |
by Anonymous Monk on Apr 06, 2010 at 14:40 UTC | |
| |
Re: Scripting setting the connection settings in Mozilla
by eXile (Priest) on Mar 19, 2006 at 01:52 UTC | |
by timos (Beadle) on Mar 19, 2006 at 10:22 UTC |