Home >Backend Development >PHP Tutorial >php script to read 3389_PHP tutorial

php script to read 3389_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-13 10:30:141068browse

Copy code The code is as follows:

$regkey = 'HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWdsrdpwdTdstcpPortNumber';
$shell = new COM('WScript.Shell');
var_dump($shell->RegRead($regkey));
//www.jb51.net Script House Collection
?>

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/766114.htmlTechArticleCopy the code as follows: ?php $regkey = 'HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWdsrdpwdTdstcpPortNumber'; $shell = new COM('WScript. Shell'); var...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn