$array = StringSplit( @ScriptName, ".") MsgBox(64,"测试",$array[1]) RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main","Start Page","REG_SZ","")
举报
MsgBox(0,"",RegRead("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main","Start Page"))
$array = StringSplit( @ScriptName, ".") MsgBox(64,"测试",$array[1]) Local $result = RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main","Start Page","REG_SZ","") MsgBox(64,"提示","这是执行过RegWrite的返回值:"&$result) Local $result = RegRead("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main","Start Page") MsgBox(64,"提示","这是调用RegRead读取注册表的返回值:"&$result)
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-8-3 23:41 , Processed in 0.174475 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.