$shell = new COM("WScript.Shell") または die("これには Windows Scripting Host が必要です");
$registry_proxystring = $shell->RegRead
("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings \ProxyServer");
RegWrite メソッドを使用して書き込むこともできます
ご質問がある場合は、関連リソースを参照してください: [url]http://support.microsoft.com/default.aspx?scid=kb; en-us; Q221081
[/url] (出典: Viphot)