举报
用RegEnumKey枚举所有键,然后获取相关键值。 sensel 发表于 2009-5-6 15:35
$i = 1 While 1 $sKey = RegEnumKey("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options", $i) If @error Then ExitLoop $sKey = "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options" & $sKey MsgBox(0, "Key: ", '[' & $sKey & ']') $i += 1 WEnd
看帮助文件带的示例啊。 IFEO的话,最好再配合相应键的Debugger值。 枚举所有键代码如下:$i = 1 While 1 $sKey = RegEnumKey("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Opt ... sensel 发表于 2009-5-7 00:49
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-28 07:20 , Processed in 0.117614 second(s), 19 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.