复制代码 代码如下:
$regkey = 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp\PortNumber';
$shell = new COM('WScript.Shell');
var_dump($shell->RegRead($regkey));
//www.jb51.net 脚本之家收集
?>
http://www.bkjia.com/PHPjc/766114.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/766114.htmlTechArticle复制代码 代码如下: ?php $regkey = 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp\PortNumber'; $shell = new COM('WScript.Shell'); var...