$str_reg_path = $_ENV['windir']."\\system32\\reg.exe";
$str_reg_key = "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run";
exec($str_reg_path.' query "' . $str_reg_key.'"', $arr_output, $int_return);
print_r($arr_output);
我在网上又找了段代码
注册信息读是可以读的出来
看了半天也看不懂
但是谁能给我讲讲是怎么意思