$shell = new COM("WScript.Shell") または die("これには Windows スクリプト ホストが必要です");
$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)