用PHP读注册表


$shell = new COM("WScript.Shell") or die("This thing requires 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)

php技术用PHP读注册表,转载需保留来源!

郑重声明:本文版权归原作者所有,转载文章仅为传播更多信息之目的,如作者信息标记有误,请第一时间联系我们修改或删除,多谢。