php读取3389的脚本_php实例
时间:2021-07-01 10:21:17
帮助过:31人阅读
代码如下:
$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.php.com 脚本之家收集
?>