<?php
$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 脚本之家收集
?>
php读取3389的脚本
原文:http://www.jb51.net/article/49805.htm