您需要 登录 才可以下载或查看,没有账号?加入
举报
#Include <File.au3> Local $path = @AppDataDir & "\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar" & '\' Local $FileList = _FileListToArray($path, "*.lnk", 1) If @Error Then MsgBox (48, "", "No lnk file Found.") Exit EndIf For $i = 1 To $FileList[0] ShellExecute($path & $FileList[$i], "", $path, "taskbarunpin") Next
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-22 16:45 , Processed in 0.104581 second(s), 24 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.