More About Me...

Banyak sesuatu hal yang "SEPELE" tapi terkadang membuat kita menjadi "REPOT". Berangkat dari hal inilah datang suatu inspirasi untuk membuat Blog tentang hal itu. Masukan dan usulan adalah sesuatu yang membuat kami terus berbenah dan menambah agar Blog ini dapat selalu hadir ditengah kesibukan ANDA... Thank's

Mac Gyver (APAPUN BISA)

Pandai Memasak, Buat Pupuk Organik, Ahli komputer, Jagoan Internet, Mau Jadi Biro Jasa, Servis Sendiri, Home Industri, dll. SEMUA BISA tapi BANTUAN ANDA, PARTIPASI ANDA sangat dibutuhkan... suwun...

Cara membuat anti virus

Banyak cara untuk membersihkan virus pada komputer anda. Salah satu cara untuk membersihkan komputer anda dari virus al:
echo off

cls

REM - ubah warna
color a

REM-ubah judul
title KSPOOLD KILLER GOgoN

REM-masuk direktori sistem
%SYSTEMDRIVE&
cd %SYSTEMROOT%\system32

echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo KSPOOL KILLER
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo After you press any keys on your keyboard, i do
echo - removing related registry
echo - stoping 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_LOKAL_MACHINE\SYSTEM\Controlset001\services\
kspooldaemon" /f
reg delete "HKEY_LOKAL_MACHINE\SYSTEM\Controlset002\services\
kspooldaemon" /f
reg delete "HKEY_LOKAL_MACHINE\SYSTEM\Controlset\services\
kspooldaemon" /f

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

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

REM - hapus file virus
del kspoold.exe

Cls

echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo KSPOOLD KILLER
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo after you press any keys on your keyboard, i do
echo - removing related registry
echo - stoping kspoold process
echo - deleting 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

0 comments:

Post a Comment