Kill. bat
CopyCode The Code is as follows: @ echo off
Taskkill/f/IM virus .exe
CD \
For/d % I in (C, D, E, F, G, H, I, K, L, M, N, O, P, Q, R, s, T, U, V, W, X, Y, Z) Do attrib-s-a-r-H % I: \ autorun. INF & attrib-s-a-r-H % I: \ virus .exe & del % I: \ autorun. INF
Kill. vbsCopy codeThe Code is as follows: on error resume next
Ciker_path = inputbox ("BenProgramIt helps you clear the autorun. inf virus. "& Vbcr &" Enter Autorun below. INF Directory: "& vbcr &" by ciker 08.03.30 "," autorun. INF clear "," C: \ autorun. INF ")
Ciker_exe = inputbox ("Enter the directory of the EXE Virus File below:" & vbcr & "by ciker 08.03.30", "autorun. INF clear "," C: \ target.exe ")
Set FSO = Createobject ("scripting. FileSystemObject ")
Set fl0 = FSO. GetFile (ciker_path)
Set FL1 = FSO. GetFile (ciker_exe)
Fl0.delete
Fl1.delete
Msgbox "cleared successfully! "
Wscript. Quit
Immune. batCopy codeThe Code is as follows: setacl.exe CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ mountpoints2/Registry/deny everyone/full