yosoysupercholo

PROGRAMA ELIMINA VIRUS RECICLER

Dec 31st, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 2.25 KB | None | 0 0
  1. @echo off
  2. title Malware Removal Tool.
  3. color 0a
  4.  
  5. if exist "C:RECYCLERS-1-5-21-1482476501-1644491937-682003330-1013" (goto main) else (goto nop)
  6.  
  7. :main
  8. echo.
  9. echo.
  10. echo Se ha Detectado el Virus RECYCLER.EXE
  11. echo Para poder Eliminarlo debera Contar con
  12. echo privilegios de Administrador, de lo contrario
  13. echo no se podra limpiar el sistema Satisfactoriamente...
  14. echo.
  15. pause
  16. echo.
  17. echo Deshabilitando el Sistema, por unos instantes
  18. echo mientras se realiza la desinfeccion...
  19. taskkill /f /im explorer.exe
  20. reg add HKLMSoftwareMicrosoftWindowsCurrentVersionExplorerAdvancedFolderHiddenSHOWALL /v CheckedValue /t REG_DWORD /d 1 /f
  21. ping -n 1 0.0.0.0 > nul
  22. cd
  23. attrib -r -s -h
  24. cd RECYCLER
  25. attrib -r -s -h
  26. RMDIR /S /Q S-1-5-21-1482476501-1644491937-682003330-1013
  27. del /f %windir%PrefetchISE32.EXE-34CFE4CB.pf
  28. del /f %windir%PrefetchISE32.EXE-273EA8B7.pf
  29. del /f %windir%PrefetchISEE.EXE-05DD3401.pf
  30. reg delete "HKLMSOFTWAREMicrosoftActive SetupInstalled Components{28ABC5C0-4FCB-11CF-AAX5-81CX1C635612}" /v StubPath /f
  31. reg delete "HKLMSOFTWAREMicrosoftActive SetupInstalled Components{08B0E5C0-4FCB-11CF-AAX5-81C01C608512}" /v StubPath /f
  32. reg delete HKCUSoftwareMicrosoftWindowsCurrentVersionRun /v Tester /f
  33. pause
  34. if exist D: (goto next1) else goto (next2)
  35.  
  36. :next1
  37. echo.
  38. echo.
  39. echo Examinando Disco D:
  40. D:
  41. attrib -r -s -h
  42. del /f autorun.inf
  43. RMDIR /S /Q RECYCLERS-1-5-21-1482476501-1644491937-682003330-1013
  44. pause
  45. if exist E: (goto next2) else goto (next3)
  46.  
  47. :next2
  48. echo.
  49. echo.
  50. echo Examinando Disco E:
  51. E:
  52. attrib -r -s -h
  53. del /f autorun.inf
  54. RMDIR /S /Q RECYCLERS-1-5-21-1482476501-1644491937-682003330-1013
  55. pause
  56. if exist F: (goto next2) else goto (yap2)
  57.  
  58. :next3
  59. echo.
  60. echo.
  61. echo Examinando Disco F:
  62. F:
  63. attrib -r -s -h
  64. del /f autorun.inf
  65. RMDIR /S /Q RECYCLERS-1-5-21-1482476501-1644491937-682003330-1013
  66. pause
  67. goto yap2
  68.  
  69. :yap2
  70. cls
  71. echo.
  72. echo.
  73. echo El Virus RECYCLER ha sido Eliminado con Exito...
  74. echo sin embargo, como la carpeta RECYCLER es del sistema,
  75. echo debera borrarla manualmente de los Discos USB.
  76. echo.
  77. echo Se reestablecera el sistema
  78. echo.
  79. pause
  80. explorer
  81. msg /w * Gracias por Usar este Soft
  82. exit
  83.  
  84. :nop
  85. echo.
  86. echo.
  87. echo No se ha Detectado el Virus RECYCLER
  88. echo.
  89. echo Gracias por Usar este Soft...
  90. echo.
  91. pause
Advertisement
Add Comment
Please, Sign In to add comment