Senin, 16 Januari 2012

MEMBUAT KOMPUTER BERSIH DARI FILE SPAM

Cara yang saya maksud adalah dengan membuat “perbaiki.bat” yang berfungsi menghapus file-file virus yang tidak berguna dan membuat komputer lambat dalam bekerja. Inilah cara membuatnya:

1. Buka notepad dengan cara “starts-> run-> notepad-> ok”

2. Copy script dibawah ini:



color 0a
@echo off

@echo            ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ
@echo            ÛÛ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±ÛÛ
@echo            ÛÛ±±±±±±±±±±±±±±PERBAIKI±±±±±±±±±±±±±±ÛÛ
@echo            ÛÛ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±ÛÛ
@echo            ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ

echo. & pause

del /f /s /q \*.pif

del /f /s /q \autorun.ini

del /f /s /q %systemdrive%\*.tmp

del /f /s /q %systemdrive%\*._mp

del /f /s /q %systemdrive%\*.log

del /f /s /q %systemdrive%\*.gid

del /f /s /q %systemdrive%\*.chk

del /f /s /q %systemdrive%\*.old

del /f /s /q %systemdrive%\recycled\*.*

del /f /s /q %systemdrive%\Thumbs.dbrem —————————Bagian ini hanya sekali excecute dan bisa di delete sesudahnya

del /f /s /q %windir%\system.ini

del /f /s /q %windir%\ODBCINST.INI

del /f /s /q %windir%\msdfmap.ini

del /f /s /q %windir%\desktop.ini

del /f /s /q %windir%\control.ini

del /f /s /q %windir%\clock.avi

del /f /s /q %windir%\bootstat.dat

rem ——————————-batas mendelete command

del /f /s /q %windir%\_default

del /f /s /q %windir%\*.bmp

del /f /s /q %windir%\*.txt

del /f /s /q %windir%\*.bak

del /f /s /q %windir%\prefetch\*.*

rd /s /q %windir%\temp & md %windir%\temp

del /f /q %userprofile%\cookies\*.*

del /f /q %userprofile%\recent\*.*

del /f /s /q “%userprofile%\Local Settings\Temporary Internet Files\*.*”

del /f /s /q “%userprofile%\Local Settings\Temp\*.*”

del /f /s /q “%userprofile%\recent\*.*”

echo Selamat komputer anda telah selesai dibersihkan dari file tidak berguna.
echo. & pause


3. Setelah itu save dengan “nama terserah.bat” tanpa tanda petik dengan type “all files”.

0 komentar:

Posting Komentar

 

© Copyright Alam Perwira | Born to Glory Template Created By : Alam Perwira and original template by Denzdii | Powered By : Blogger