del /f /s /q "%userprofile%\Local Settings\History\*.*"
举报
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
RunWait('cmd.exe /c dir /s /b /a "%userprofile%\Local Settings\History\index.dat" >c:\del_file.txt' , @UserProfileDir & '\Local Settings\History' ,@SW_HIDE) $file = FileOpen("c:\del_file.txt", 0) While 1 $line = FileReadLine($file) If @error = -1 Then ExitLoop FileDelete($line) Wend FileClose($file) FileDelete("c:\del_file.txt") Exit
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-5-25 22:32 , Processed in 0.119388 second(s), 24 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.