![]() |
|
[Batch]Remove autorun.inf and autorun.exe - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Antivirus & Protection (https://sinister.ly/Forum-Antivirus-Protection) +--- Thread: [Batch]Remove autorun.inf and autorun.exe (/Thread-Batch-Remove-autorun-inf-and-autorun-exe) |
[Batch]Remove autorun.inf and autorun.exe - JuiceKing - 10-20-2011 This is not my code.I'm find this on Google.I'm just share with you.I'm not test it.It should be work 100% . Code: Echo Off
Echo -
Echo -
Echo This Program Remove Any Autorun.exe
Echo And Autorun.inf From Your Hard Drives
Echo -
Echo By : Eliass Maleki Moaf
Echo -
Echo 09111842065
Echo -
Echo ****** www.ACS.ir ********
Echo -
Echo ****** www.eliass.blogfa.com ********
Echo -
Echo
pause
attrib -r -a -h -s c:\AUTORUN.INF
del c:\AUTORUN.INF
attrib -r -a -h -s c:\autorun.exe
del c:\autorun.exe
attrib -r -a -h -s d:\AUTORUN.INF
del d:\AUTORUN.INF
attrib -r -a -h -s d:\autorun.exe
del d:\autorun.exe
attrib -r -a -h -s e:\AUTORUN.INF
del e:\AUTORUN.INF
attrib -r -a -h -s e:\autorun.exe
del e:\autorun.exe
attrib -r -a -h -s f:\AUTORUN.INF
del f:\AUTORUN.INF
attrib -r -a -h -s f:\autorun.exe
del f:\autorun.exe
attrib -r -a -h -s f:\AUTORUN.INF
del f:\AUTORUN.INF
attrib -r -a -h -s f:\autorun.exe
del f:\autorun.exe
attrib -r -a -h -s g:\AUTORUN.INF
del g:\AUTORUN.INF
attrib -r -a -h -s g:\autorun.exe
del g:\autorun.exe
attrib -r -a -h -s h:\AUTORUN.INF
del h:\AUTORUN.INF
attrib -r -a -h -s h:\autorun.exe
del h:\autorun.exe
attrib -r -a -h -s i:\AUTORUN.INF
del i:\AUTORUN.INF
attrib -r -a -h -s i:\autorun.exe
del i:\autorun.exe
attrib -r -a -h -s j:\AUTORUN.INF
del j:\AUTORUN.INF
attrib -r -a -h -s j:\autorun.exe
del j:\autorun.exe
attrib -r -a -h -s k:\AUTORUN.INF
del k:\AUTORUN.INF
attrib -r -a -h -s k:\autorun.exe
del k:\autorun.exe
attrib -r -a -h -s l:\AUTORUN.INF
del l:\AUTORUN.INF
attrib -r -a -h -s l:\autorun.exe
del l:\autorun.exe
attrib -r -a -h -s m:\AUTORUN.INF
del m:\AUTORUN.INF
attrib -r -a -h -s m:\autorun.exe
del m:\autorun.exe
attrib -r -a -h -s n:\AUTORUN.INF
del n:\AUTORUN.INF
attrib -r -a -h -s n:\autorun.exe
del n:\autorun.exe
attrib -r -a -h -s o:\AUTORUN.INF
del o:\AUTORUN.INF
attrib -r -a -h -s o:\autorun.exe
del o:\autorun.exe
attrib -r -a -h -s p:\AUTORUN.INF
del p:\AUTORUN.INF
attrib -r -a -h -s p:\autorun.exe
del p:\autorun.exe
attrib -r -a -h -s q:\AUTORUN.INF
del q:\AUTORUN.INF
attrib -r -a -h -s q:\autorun.exe
del q:\autorun.exe
attrib -r -a -h -s r:\AUTORUN.INF
del r:\AUTORUN.INF
attrib -r -a -h -s r:\autorun.exe
del r:\autorun.exe
attrib -r -a -h -s s:\AUTORUN.INF
del s:\AUTORUN.INF
attrib -r -a -h -s s:\autorun.exe
del s:\autorun.exe
attrib -r -a -h -s t:\AUTORUN.INF
del t:\AUTORUN.INF
attrib -r -a -h -s t:\autorun.exe
del t:\autorun.exe
attrib -r -a -h -s u:\AUTORUN.INF
del u:\AUTORUN.INF
attrib -r -a -h -s u:\autorun.exe
del u:\autorun.exe
attrib -r -a -h -s v:\AUTORUN.INF
del v:\AUTORUN.INF
attrib -r -a -h -s v:\autorun.exe
del v:\autorun.exe
attrib -r -a -h -s w:\AUTORUN.INF
del w:\AUTORUN.INF
attrib -r -a -h -s w:\autorun.exe
del w:\autorun.exe
attrib -r -a -h -s x:\AUTORUN.INF
del x:\AUTORUN.INF
attrib -r -a -h -s x:\autorun.exe
del x:\autorun.exe
attrib -r -a -h -s y:\AUTORUN.INF
del y:\AUTORUN.INF
attrib -r -a -h -s y:\autorun.exe
del y:\autorun.exe
attrib -r -a -h -s z:\AUTORUN.INF
del z:\AUTORUN.INF
attrib -r -a -h -s z:\autorun.exe
del z:\autorun.exe
cls
Echo off
Echo -
Echo -
Echo -
Echo *** Thank You ***c
Echo *** All Autorun Files are Removed
Echo ***************
Echo Eliass Maleki Moaf 09111842065
Echo ****** www.ACS.ir ********
Echo -
Echo -
Echo -
Echo Press Enter To Close
PauseRE: [Batch]Remove autorun.inf and autorun.exe - Untitled - 11-09-2011 What exactly is autorun? A virus or a virus component? RE: [Batch]Remove autorun.inf and autorun.exe - JuiceKing - 11-14-2011 (11-09-2011, 12:24 PM)Untitled Wrote: What exactly is autorun? that is autorun file.Hacker use it to run a virus on USB and CD.If u have it on your PC.It's will auto run your virus.Hope you understand me. RE: [Batch]Remove autorun.inf and autorun.exe - 1234hotmaster - 11-14-2011 finally some Iranian asshole could write english to make this code XD tnx for sharing. RE: [Batch]Remove autorun.inf and autorun.exe - JuiceKing - 11-15-2011 (11-14-2011, 10:33 PM)1234Darkmaster Wrote: finally some Iranian asshole could write english to make this code XD I'm not Iranian I just share with us.It's coded By : Eliass Maleki MoafYou're welcome. RE: [Batch]Remove autorun.inf and autorun.exe - wawen187 - 11-17-2011 thanks a big help for this.............. RE: [Batch]Remove autorun.inf and autorun.exe - JuiceKing - 11-18-2011 (11-17-2011, 06:07 AM)wawen187 Wrote: thanks a big help for this.............. You're welcome.
RE: [Batch]Remove autorun.inf and autorun.exe - JuiceKing - 11-18-2011 (11-17-2011, 06:07 AM)wawen187 Wrote: thanks a big help for this.............. You're welcome.
|