0

Menghapus Smadav dengan Script

Minggu, 26 Februari 2012
Share this Article on :
Sebagian orang suka dengan antivirus lokal, sebagian orang tidak suka. Sebagian orang ada yg suka dengan smadav, apalagi smadav nya pro sudah disertai serial key. Namun, tidak semua beranggapan seperti itu, ada juga yang tidak suka dengan smadav karena setiap antivirus kedetect, ketika dihilangkan, dan muncul lagi, timbul tenggelam deh jadinya. Contohnya saja ya lihat aja di Flash Disc ketika dicolokkan. Jika tidak bisa menghapus smadavnya, saya ada cara untuk menghapus total smadav beserta folder-foldernya, gunakan perintah dengan script yang bisa kita olah sendiri





@echo off
cls
title No More SMADAV : [Blueshadows & Blacker]
color A
set tmpdrive=%0
set drive=%tmpdrive:~1,2%
echo Killing SMADAV Process�
taskkill /F /T /IM SmaRTP.exe
echo.
echo Deleting CON, AUX and NUL FOLDER combination 1�
rd\\.\\%drive%\autorun.inf\con\aux\nul
rd\\.\\%drive%\autorun.inf\con\aux
rd\\.\\%drive%\autorun.inf\con
echo.
echo Deleting CON, AUX and NUL FOLDER combination 2�
rd\\.\\%drive%\autorun.inf\con\nul\aux
rd\\.\\%drive%\autorun.inf\con\nul
rd\\.\\%drive%\autorun.inf\con
echo.
echo Deleting AUTORUN Content[s]�
if exist autorun.inf (
cd autorun.inf
rd /S /Q *
del /F /Q *.*
cd ..
rd /S /Q autorun.inf\
)
echo Deleting SMADAV Program�
del /F /Q %systemroot%\SmaRTP.exe
cls
echo ##### Operation[s] Successfull ! #####
echo � SMADAV Process has been killed
echo � SMADAV has been deleted
echo � Autorun.inf Deleted
echo.
echo ##### TIPS OF THE DAY ! #####
echo 1. Delete Folder named �? Smad-Lock ?� manualy by yourself
echo 2. Thank you SMADAV [Uninstall]
echo 3. Suggest your friends to delete SMADAV on their Computer
echo 4. If you need Flashdisk Protector, Contact Me :
echo ���������
echo d0z_a@yahoo.com
echo http://doza-me.com
echo ���������
echo credits :
echo blueshadowshacker@gmail.com
echo Blackras@sekuritionline.net
echo.
echo [[[ If the program error or Need some Help, Send E-mail to Me ]]]
pause > nul
Coppy script berikut di Note Pad, dan buat All Files
Save dengan ekstensi *.bat

Thanks To Doza


Artikel Terkait:

0 komentar:

Posting Komentar