ATASI VIRUS KSPOOL  

Posted by Apik Budiono










































gambar di atas adalah gambar file dan sistem yang terkena firus kspool
bagi anda yang sudah terkena silahkan periksa taks manager anda apakah ada sistem yang bernama kspool jika iya selamat anda sudah terkena firus kspool silahkan anda cari anti virusnya





berikut anti virus manualnya

echo off

cls

REM — ubah warna
color a

REM — ubah judul
title KSPOOLD KILLER * by M. Husni Adil

REM — masuk ke direktori sistem
%SYSTEMDRIVE%
cd %SYSTEMROOT%\system32

echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo KSPOOLD KILLER * by M. Husni Adil
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo After you press any keys on your keyboard, I do
echo - removing related registry
echo - stopping kspoold process
echo - deleting kspoold file in the system directory
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo.

pause

echo.
REM — hapus registry yang dibuat sebagai service virus
reg delete “HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\kspooldaemon” /f
reg delete “HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\kspooldaemon” /f
reg delete “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\kspooldaemon” /f

REM — hentikan proses virus
taskkill /IM kspoold.exe /F /T

REM — set atribut file virus menjadi normal
attrib -s -h -r kspoold.exe

REM — hapus file virus
del kspoold.exe

cls

echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo KSPOOLD KILLER * by M. Husni Adil
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo After you press any keys on your keyboard, I do
echo - removing related registry
echo - stopping kspoold process
echo - deleting kspoold file in the system directory
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo.
echo Press any key to continue . . .
echo.

echo Well done - The “kspoold” was completely removed
echo.

pause

This entry was posted on Sabtu, 19 Januari 2008 at 11.50 . You can follow any responses to this entry through the comments feed .

0 komentar

Posting Komentar