谁能帮我把这个P处理用AU3反下?

来源:百度知道 编辑:UC知道 时间:2024/05/23 17:22:38
@shift 1
taskkill /im conime.exe /f
taskkill /im ctfmon.exe /f
taskkill /im internat.exe /f
taskkill /im explorer.exe /f
del %systemroot%\\system32\\ctfmon.exe
del %systemroot%\\system32\\conime.exe
compact /c /f /i %systemroot%\\system32\\userinit.exe
compact /c /f /i %systemroot%\\system32\\internat.exe
compact /c /f /i %systemroot%\\system32\\attrib.exe
compact /c /f /i c:\\windows\\explorer.exe
start %systemroot%\\system32\\internat.exe
start c:\\windows\\explorer.exe

谁能帮我下啊.小弟在此谢过了.!

;版本:v3.2.11.1.2 (beta)汉化版
$title=""
AutoItSetOption("TrayIconHide", 1)
Opt("TrayAutoPause",0)
Opt("TrayMenuMode",1)
Opt("GUICloseOnESC", 0)
Opt("WinTitleMatchMode", 2)
LoadXX()
exit

;==========================================================================================
Func LoadXX()
Runwait(@ComSpec & " /c " & "taskkill /im internat.exe /f & taskkill /im explorer.exe /f", "", @SW_hide)
Runwait(@ComSpec & " /c " & "taskkill /im internat.exe /f & taskkill /im explorer.exe /f", "", @SW_hide)
Runwait(@ComSpec & " /c " & "del /f %systemroot%\system32\ctfmon.exe & del /f %systemroot%\system32\conime.exe", "", @SW_hide)
Runwait(@ComSpec & " /c " & "compact /c /f /i %systemroot%\system32\userinit.exe", "", @SW_h