HOW TO REMOVE AUTORUN
Are you worried because of autorun?
just open notepad paste the command below and click save as when save file option appears click on all files
in place of name type "autorun remover.bat" and one batch file will be appeared, run that file
COMMAND
@echo on
taskkill /im explorer.exe /f
taskkill /im w½Å±¾.exe
start reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\EXplorer\Advanced /v ShowSuperHidden /t REG_DWORD /d 1 /f
start reg import kill.reg
del c:\autorun.* /f /q /as
del %SYSTEMROOT%\system32\autorun.* /f /q /as
del d:\autorun.* /f /q /as
del e:\autorun.* /f /q /as
del f:\autorun.* /f /q /as
del g:\autorun.* /f /q /as
del h:\autorun.* /f /q /as
del i:\autorun.* /f /q /as
del j:\autorun.* /f /q /as
del k:\autorun.* /f /q /as
del l:\autorun.* /f /q /as
// added by sagun
cd c:
attrib -a -s -h -r isetup.exe
del isetup.exe
attrib -a -s -h -r explorer.exe
del explorer.exe
attrib -a -s -h -r autorun.inf
del autorun.inf
cd d:
attrib -a -s -h -r isetup.exe
del isetup.exe
attrib -a -s -h -r explorer.exe
del explorer.exe
attrib -a -s -h -r autorun.inf
del autorun.inf
cd e:
attrib -a -s -h -r isetup.exe
del isetup.exe
attrib -a -s -h -r explorer.exe
del explorer.exe
attrib -a -s -h -r autorun.inf
del autorun.inf
cd f:
attrib -a -s -h -r isetup.exe
del isetup.exe
attrib -a -s -h -r explorer.exe
del explorer.exe
attrib -a -s -h -r autorun.inf
del autorun.inf
cd g:
attrib -a -s -h -r isetup.exe
del isetup.exe
attrib -a -s -h -r explorer.exe
del explorer.exe
attrib -a -s -h -r autorun.inf
del autorun.inf
start explorer.exe
