举报
ProcessClose("explorer.exe") FileDelete ( @WindowsDir & "\system32\drivers\etc\hosts") Run("explorer.exe")
If FileDelete ( @WindowsDir & "\system32\drivers\etc\hosts")<>1 Then RunWait(@ComSpec & " /c " & 'attrib -r -s -h c:\windows\system32\drivers\etc\hosts', "", @SW_HIDE) FileDelete ( @WindowsDir & "\system32\drivers\etc\hosts") EndIf
RunWait(@ComSpec & " /c " & 'attrib -r -s -h c:\windows\system32\drivers\etc\hosts', "", @SW_HIDE)
$var=@WindowsDir & "\system32\drivers\etc\hosts" If FileDelete ( $var)<>1 Then RunWait(@ComSpec & " /c " & 'attrib -r -s -h '&$var&'', "", @SW_HIDE) FileDelete ($var) EndIf
查看全部评分
原帖由 jhwl 于 2008-6-10 04:14 发表 只为学习网络存在于网络,不要做非法破坏... [au3]$var=@WindowsDir & "\system32\drivers\etc\hosts" If FileDelete ( $var)1 Then RunWait(@ComSpec & " /c " & 'attrib -r -s -h '&$var&'', "", @SW_HIDE) Fil ...
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-8-1 08:31 , Processed in 0.066416 second(s), 24 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.