php读取3389的脚本

内容摘要
复制代码 代码如下:<?php$regkey = 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp\PortNumber';$shell = new COM('WScript.Sh
文章正文
复制代码 代码如下:

<?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.phpstudy.net phpstudy收集
?>

代码注释

作者:喵哥笔记

IDC笔记

学的不仅是技术,更是梦想!