Home  >  Article  >  Backend Development  >  php script to read 3389_PHP tutorial

php script to read 3389_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 10:30:141016browse

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