Kembalikan Task Manager
Lagi lagi virus bikin pusing namun dengan sedikit trik dari kami gimana caranya
balikin task manager dengan notepad dan sedikit kerja keras :
copy script di bawah ini ke notepad lalu simpan dengan ekstensi inf (*.inf)
misalnya : baliktaskmanager.inf

[Version]
Signature="$Windows NT$"
Provider=WardanaPro
[DefaultInstall]
AddReg=Write
DelReg=Delete
[Write]
HKCR, .bat,,,"batfile"
HKCR, .cmd,,,"cmdfile"
HKCR, .js,,,"jsfile"
HKCR, .vbs,,,"VBSfile"
HKCR, .reg,,,"regfile"
HKCR, .exe,,,"exefile"
HKCR, .scr,,,"scrfile"
HKCR, .com,,,"comfile"
HKCR, .pif,,,"piffile"
HKCR, batfile\shell\open\command,,,"""%1"" %*"
HKCR, cmdfile\shell\open\command,,,"""%1"" %*"
HKCR, JSFile\shell\open\command,,,"%SystemRoot%\System32\WScript.exe ""%1"" %*"
HKCR, VBSFile\Shell\open\command,,,"%SystemRoot%\System32\WScript.exe ""%1"" %*"
HKCR, regfile\shell\open\command,,,"regedit.exe "%1""
HKCR, exefile\shell\open\command,,,"""%1"" %*"
HKCR, comfile\shell\open\command,,,"""%1"" %*"
HKCR, piffile\shell\open\command,,,"""%1"" %*"
HKCR, batFile\Shell\Edit\Command,,,"%SystemRoot%\System32\Notepad.exe %1"
HKCR, cmdFile\Shell\Edit\Command,,,"%SystemRoot%\System32\Notepad.exe %1"
HKCR, JSFile\Shell\Edit\Command,,,"%SystemRoot%\System32\Notepad.exe %1"
HKCR, VBSFile\Shell\Edit\Command,,,"%SystemRoot%\System32\Notepad.exe %1"
HKCR, regFile\Shell\Edit\Command,,,"%SystemRoot%\System32\Notepad.exe %1"
HKCR, batfile\DefaultIcon,,,"%SystemRoot%\System32\shell32.dll,-153"
HKCR, cmdfile\DefaultIcon,,,"%SystemRoot%\System32\shell32.dll,-153"
HKCR, JSFile\DefaultIcon,,,"%SystemRoot%\System32\WScript.exe,3"
HKCR, VBSfile\DefaultIcon,,,"%SystemRoot%\System32\WScript.exe,2"
HKCR, exefile\DefaultIcon,,,"%1"
HKCR, comfile\DefaultIcon,,,"%SystemRoot%\System32\shell32.dll,2"
HKCR, batfile, FriendlyTypeName,0, "MS-DOS Batch File"
HKCR, cmdfile, FriendlyTypeName,0, "Windows NT Command Script"
HKCR, JSFile, FriendlyTypeName,0, "@%SystemRoot%\System32\wshext.dll,-4804"
HKCR, VBSFile, FriendlyTypeName,0, "@%SystemRoot%\System32\wshext.dll,-4802"
HKCR, ScrFile, FriendlyTypeName,0, "Screen Saver"
HKCR, comfile, FriendlyTypeName,0, "MS-DOS Application"
HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, ShowSuperHidden,0x00010001,1
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, Shell,0, "Explorer.exe"
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, Userinit,0, "@%SystemRoot%\system32\userinit.exe"
HKLM, SYSTEM\CurrentControlSet\Control\Session Manager, BootExecute,0, "autocheck autochk *"
HKLM, SYSTEM\CurrentControlSet\Control\Session Manager\Environment, ComSpec,0, "%SystemRoot%\system32\cmd.exe"
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot, AlternateShell,0, "cmd.exe"
HKLM, SYSTEM\CurrentControlSet\Services\PugPlay, ImagePath,0, "%SystemRoot%\system32\services.exe"
HKLM, SYSTEM\CurrentControlSet\Services\srservice, ImagePath,0, "%SystemRoot%\system32\svchost.exe -k netsvcs"
HKLM, SYSTEM\CurrentControlSet\Services\MSIServer, ImagePath,0, "%SystemRoot%\system32\msiexec.exe /V"
HKLM, SYSTEM\ControlSet001\Control\SafeBoot, AlternateShell,0, "cmd.exe"
HKLM, SYSTEM\ControlSet002\Control\SafeBoot, AlternateShell,0, "cmd.exe"
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot, AlternateShell,0, "cmd.exe"
HKLM, Software\Microsoft\Windows\CurrentVersion\Policies\System, legalnoticetext,0, ""
HKLM, Software\Microsoft\Windows\CurrentVersion\Policies\System, legalnoticecaption,0, ""
[Delete]
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoFind
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoRun
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoDesktop
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoFileAssociate
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoFolderoptions
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoFileMenu
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoDrives
HKCU, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer, NoTrayContextMenu
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableCMD
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableRegistryTools
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableRegedit
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableTaskMgr
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system, DisableTaskmgr
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system, NoFolderoptions
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer, NoTrayContextMenu
HKLM, Software\Microsoft\Windows\CurrentVersion\Policies\WinOldApp, Disabled
HKCR, batfile, NeverShowExt
HKCR, cmdfile, NeverShowExt
HKCR, VBSFile, NeverShowExt
HKCR, JSFile, NeverShowExt
HKCR, exefile, NeverShowExt
HKCR, comfile, NeverShowExt
HKCR, pifile, NeverShowExt
HKCR, scrfile, NeverShowExt
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\cmd.exe
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\msconfig.exe
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\regedit.exe
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\regedt32.exe
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\TaskMgr.exe
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\attrib.exe
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\install.exe, Debugger
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\setup.exe, Debugger
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Taskkill.exe
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\TaskList.exe
Lalu klik kanan terus klik install seperti gambar di bawah ini :
Selamat mencoba seeeepppp!
balikin task manager dengan notepad dan sedikit kerja keras :
copy script di bawah ini ke notepad lalu simpan dengan ekstensi inf (*.inf)
misalnya : baliktaskmanager.inf

[Version]
Signature="$Windows NT$"
Provider=WardanaPro
[DefaultInstall]
AddReg=Write
DelReg=Delete
[Write]
HKCR, .bat,,,"batfile"
HKCR, .cmd,,,"cmdfile"
HKCR, .js,,,"jsfile"
HKCR, .vbs,,,"VBSfile"
HKCR, .reg,,,"regfile"
HKCR, .exe,,,"exefile"
HKCR, .scr,,,"scrfile"
HKCR, .com,,,"comfile"
HKCR, .pif,,,"piffile"
HKCR, batfile\shell\open\command,,,"""%1"" %*"
HKCR, cmdfile\shell\open\command,,,"""%1"" %*"
HKCR, JSFile\shell\open\command,,,"%SystemRoot%\System32\WScript.exe ""%1"" %*"
HKCR, VBSFile\Shell\open\command,,,"%SystemRoot%\System32\WScript.exe ""%1"" %*"
HKCR, regfile\shell\open\command,,,"regedit.exe "%1""
HKCR, exefile\shell\open\command,,,"""%1"" %*"
HKCR, comfile\shell\open\command,,,"""%1"" %*"
HKCR, piffile\shell\open\command,,,"""%1"" %*"
HKCR, batFile\Shell\Edit\Command,,,"%SystemRoot%\System32\Notepad.exe %1"
HKCR, cmdFile\Shell\Edit\Command,,,"%SystemRoot%\System32\Notepad.exe %1"
HKCR, JSFile\Shell\Edit\Command,,,"%SystemRoot%\System32\Notepad.exe %1"
HKCR, VBSFile\Shell\Edit\Command,,,"%SystemRoot%\System32\Notepad.exe %1"
HKCR, regFile\Shell\Edit\Command,,,"%SystemRoot%\System32\Notepad.exe %1"
HKCR, batfile\DefaultIcon,,,"%SystemRoot%\System32\shell32.dll,-153"
HKCR, cmdfile\DefaultIcon,,,"%SystemRoot%\System32\shell32.dll,-153"
HKCR, JSFile\DefaultIcon,,,"%SystemRoot%\System32\WScript.exe,3"
HKCR, VBSfile\DefaultIcon,,,"%SystemRoot%\System32\WScript.exe,2"
HKCR, exefile\DefaultIcon,,,"%1"
HKCR, comfile\DefaultIcon,,,"%SystemRoot%\System32\shell32.dll,2"
HKCR, batfile, FriendlyTypeName,0, "MS-DOS Batch File"
HKCR, cmdfile, FriendlyTypeName,0, "Windows NT Command Script"
HKCR, JSFile, FriendlyTypeName,0, "@%SystemRoot%\System32\wshext.dll,-4804"
HKCR, VBSFile, FriendlyTypeName,0, "@%SystemRoot%\System32\wshext.dll,-4802"
HKCR, ScrFile, FriendlyTypeName,0, "Screen Saver"
HKCR, comfile, FriendlyTypeName,0, "MS-DOS Application"
HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, ShowSuperHidden,0x00010001,1
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, Shell,0, "Explorer.exe"
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, Userinit,0, "@%SystemRoot%\system32\userinit.exe"
HKLM, SYSTEM\CurrentControlSet\Control\Session Manager, BootExecute,0, "autocheck autochk *"
HKLM, SYSTEM\CurrentControlSet\Control\Session Manager\Environment, ComSpec,0, "%SystemRoot%\system32\cmd.exe"
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot, AlternateShell,0, "cmd.exe"
HKLM, SYSTEM\CurrentControlSet\Services\PugPlay, ImagePath,0, "%SystemRoot%\system32\services.exe"
HKLM, SYSTEM\CurrentControlSet\Services\srservice, ImagePath,0, "%SystemRoot%\system32\svchost.exe -k netsvcs"
HKLM, SYSTEM\CurrentControlSet\Services\MSIServer, ImagePath,0, "%SystemRoot%\system32\msiexec.exe /V"
HKLM, SYSTEM\ControlSet001\Control\SafeBoot, AlternateShell,0, "cmd.exe"
HKLM, SYSTEM\ControlSet002\Control\SafeBoot, AlternateShell,0, "cmd.exe"
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot, AlternateShell,0, "cmd.exe"
HKLM, Software\Microsoft\Windows\CurrentVersion\Policies\System, legalnoticetext,0, ""
HKLM, Software\Microsoft\Windows\CurrentVersion\Policies\System, legalnoticecaption,0, ""
[Delete]
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoFind
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoRun
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoDesktop
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoFileAssociate
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoFolderoptions
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoFileMenu
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer, NoDrives
HKCU, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer, NoTrayContextMenu
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableCMD
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableRegistryTools
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableRegedit
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableTaskMgr
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system, DisableTaskmgr
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system, NoFolderoptions
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer, NoTrayContextMenu
HKLM, Software\Microsoft\Windows\CurrentVersion\Policies\WinOldApp, Disabled
HKCR, batfile, NeverShowExt
HKCR, cmdfile, NeverShowExt
HKCR, VBSFile, NeverShowExt
HKCR, JSFile, NeverShowExt
HKCR, exefile, NeverShowExt
HKCR, comfile, NeverShowExt
HKCR, pifile, NeverShowExt
HKCR, scrfile, NeverShowExt
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\cmd.exe
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\msconfig.exe
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\regedit.exe
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\regedt32.exe
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\TaskMgr.exe
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\attrib.exe
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\install.exe, Debugger
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\setup.exe, Debugger
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Taskkill.exe
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\TaskList.exe
Lalu klik kanan terus klik install seperti gambar di bawah ini :
Selamat mencoba seeeepppp!
Label:
notepad
Buat Tool Di Notepad
Maaf sebelumnya ada di antara kita yang mungkin tidak tahu apa sih yang bisa dilakukan
dengan notepad ibarat buku baru yah belum ada tulisannya. Tapi dengan sedikit trik dan
tahu syntax kita bisa melakukanbanyak hal dengan notepad termasuk Kamus Jaringan m
ini
yang akan kita jelaskan ini.
tahu syntax kita bisa melakukanbanyak hal dengan notepad termasuk Kamus Jaringan m
ini
yang akan kita jelaskan ini.
Sebenarnya banyak bisa dilakukan dengan notepad diantaranya membuat kalkulator Online
dengan index html dan php atau menulis surat cinta untuk yang tersayang, tapi yang saya
khususkan kali ini adalah pembahasan tentang Aplikasi Batch atau bat.
dengan index html dan php atau menulis surat cinta untuk yang tersayang, tapi yang saya
khususkan kali ini adalah pembahasan tentang Aplikasi Batch atau bat.
Yang mana aplikasi ini berjalan di command prompt . Langsung saja ke TKP Masuk ke notepad
Copy script di bawah ini terus simpan dengan ekstensi bat(*.bat) udin.bat misalnya atau apa saja .
Agak panjang memang tapi kalau mau pintar yah harus haus Ilmu dong!
@echo off
title Mini Kamus Jaringan
:awal
cls
color
echo.
echo.
echo.
echo =================================================
cls
echo **************************************************
echo.
echo SELAMAT DATANG DI MINI KAMUS
echo.
echo **************************************************
echo --------------------------------------------------------------------------------
echo [1] C - E [3] L - N [5] U - W
echo [2] I - K [4] P - S [6] KELUAR
echo.
echo ==================================================
echo.
set/p "pil=Masukkan Pilihan : "
if %pil%=='' goto mamik
if %pil%==1 goto ce
if %pil%==2 goto ik
if %pil%==3 goto ln
if %pil%==4 goto ps
if %pil%==5 goto uw
if %pil%==6 goto keluar
goto mamik
:mamik
echo.
echo ==================================================
echo " Maaf, Anda Salah Memasukkan Angka! "
echo ==================================================
pause
goto awal
:ce
cls
echo.
echo Daftar Kata C - E !
echo.
echo ########################################################
echo.
echo [1] CGI [6] DISK MIRRORING [11] EMOTICON [16] KELUAR
echo [2] DNS [7] DIAL UP CONNECTION [12] ENCRYPTION
echo [3] DOWNLINK [8] DIRECTORY CACHING [13] ENDSYSTEM
echo [4] DOWNLOAD [9] DIRECTORY HASHING [14] ETHERNET
echo [5] DOWNSTREAM [10]EMAIL [15] ERRATA
echo.
echo ##########################################################
set/p "opt=Ketikkan kata yang ingin diterjemahkan:"
cls
if %opt%=='' goto mami
if %opt%==CGI goto cgi
if %opt%==DNS goto dns
if %opt%==DOWNLINK goto downlink
if %opt%==DOWNLOAD goto download
if %opt%==DOWNSTREAM goto downstream
if %opt%==DISK MIRRORING goto diskmirror
if %opt%==DIAL UP CONNECTION goto dialup
if %opt%==DIRECTORY CACHING goto dircaching
if %opt%==DIRECTORY HASHING goto dirhashing
if %opt%==EMAIL goto email
if %opt%==EMOTICON goto emoticon
if %opt%==ENCRYPTION goto encryption
if %opt%==ENDSYSTEM goto endsys
if %opt%==ETHERNET goto ethernet
if %opt%==ERRATA goto errata
if %opt%==cgi goto cgi
if %opt%==dns goto dns
if %opt%==downlink goto downlink
if %opt%==download goto download
if %opt%==downstream goto downstream
if %opt%==disk mirroring goto diskmirror
if %opt%==dial Up connection goto dialup
if %opt%==direcory caching goto dircaching
if %opt%==direcory hashing goto dirhashing
if %opt%==email goto email
if %opt%==emoticon goto emoticon
if %opt%==encryption goto encryption
if %opt%==end system goto endsys
if %opt%==ethernet goto ethernet
if %opt%==errata goto errata
if %opt%==16 goto awal
if %opt%==KELUAR goto awal
if %opt%==keluar goto awal
goto mami
:mami
echo.
echo ==================================================
echo " Maaf Anda Salah Memasukkan Kata ! "
echo ==================================================
pause
goto ce
:cgi
echo.
ECHO PENJELASAN!
echo.
echo ==========================================
echo.
echo CGI (Common Gateway Interface) merupakan
echo suatu bentuk hubungan interaktif di mana client
echo suatu bentuk hubungan interaktif di mana client
echo dapat mengirimkan suatu masukan kepada server
echo danserver mengolah masukan tersebut serta
echo mengembalikannya kepada client(browser).
echo mengembalikannya kepada client(browser).
echo.
echo ===========================================
pause
goto ce
:dns
echo.
ECHO PENJELASAN!
echo.
echo ===========================================
echo.
echo DNS atau Domain Name System adalah suatu sistem
echo untuk memetakan IP address dan - nama host, dan
echo untuk memetakan IP address dan - nama host, dan
echo untuk sarana bantu penyampaian email.
echo.
echo ===========================================
pause
goto ce
:downlink
echo.
echo PENJELASAN!
echo.
echo ============================================
echo.
echo Downlink dapat diartikan sebagai saluran untuk
echo mengirim data keluar (ke suatu - server di internet).
echo.
echo =============================================
pause
goto ce
:download
echo.
echo PENJELASAN!
echo.
echo ==============================================
echo.
echo Download Adalah proses pengambilan file dari internet
echo.
echo ==============================================
pause
goto ce
:downstream
echo.
echo PENJELASAN!
echo.
echo ===============================================
echo.
echo Downstream adalah sebuah bentuk transmisi dari
echo server kepada "end user" atau orang yang mengakses
echo server kepada "end user" atau orang yang mengakses
echo keserver, transmisi downstream dapat terbentuk di
echo dalam lalulintas jaringan komputer seperti LAN,
echo WAN dsb yang berakhir di end user tadi.
echo.
echo ==============================================
pause
goto ce
:dialup
echo.
echo PENJELASAN!
echo.
echo ==============================================
echo.
echo Koneksi antara dua komputer menggunakan saluran
echo telepon dan modem.Koneksi dengan Dial-Up merupakan
echo telepon dan modem.Koneksi dengan Dial-Up merupakan
echo cara yang paling banyak digunakan untuk mengakses
echo internet.
echo internet.
echo.
echo ==============================================
pause
goto ce
:diskmirror
echo.
echo PENJELASAN!
echo.
echo ==============================================
echo.
echo Suatu feature dari Novell NetWare yang bertujuan untuk
echo melindungi data dari
echo melindungi data dari
echo kesalahan hardware jaringan, dengan disk mirroring
echo hard - disk diduplikasikan pada hard disk kedua pada
echo semua data pada sebuah saluran yang sama.Semua
echo penulisan pada disk pertama akan dilakukan juga pada
echo disk kedua.Jika hard disk pertama mengalami masalah
echo semua data pada sebuah saluran yang sama.Semua
echo penulisan pada disk pertama akan dilakukan juga pada
echo disk kedua.Jika hard disk pertama mengalami masalah
echo disk kedua secara otomatis akan
echo mengambil alih.
echo mengambil alih.
echo.
echo ===============================================
pause
goto ce
:dircaching
echo.
echo PENJELASAN!
echo.
echo ===============================================
echo.
echo Directory Caching merupakan salah satu feature dari
echo Novell NetWare yang bertujuan untuk meningkatkan
echo Novell NetWare yang bertujuan untuk meningkatkan
echo performance komputer khususnya pada jaringan dimana
echo salinan FAT dan directory entry table ditulis ke dalam
echo memory server jaringan dari sebuah lokasi file kemudian
echo memory server jaringan dari sebuah lokasi file kemudian
echo dapat dibaca dari echo memori, yang mana lebih cepat
echodaripada pembacaan lewat disk.
echo.
echo ===============================================
pause
goto ce
:dirhashing
echo.
echo PENJELASAN!
echo.
echo ===============================================
echo.
echo Merupakan suatu metode pengindeksan lokasi file pada
echo suatu disk,sehingga dapat mempercepat waktu yang
echo suatu disk,sehingga dapat mempercepat waktu yang
echo diperlukan untuk mencari letak file pada disk tersebut.
echo.
echo ===============================================
pause
goto ce
:email
echo.
echo PENJELASAN!
echo.
echo ==============================================
echo.
echo Email adalah Singkatan dari Electronic Mail, yang
echo merupakan cara berinteraksi para pengguna
echo merupakan cara berinteraksi para pengguna
echo komputer dalam surat menyurat melalui Internet.
echo.
echo ==============================================
pause
goto ce
:emoticon
echo.
echo PENJELASAN!
echo.
echo ==============================================
echo.
echo Emoticon adalah Singkatan dari Emotion Icon, lambang
echo atau gambar yang digunakan untuk mempermudah
echo atau gambar yang digunakan untuk mempermudah
echo percakapan saat kita berchatting ria
echo terutama untuk mengekspresikan diri
echo terutama untuk mengekspresikan diri
echo , contohnya adalah; :-){tersenyum}, :-({sedih}, dll.
echo.
echo ===============================================
pause
goto ce
:encryption
echo.
echo PENJELASAN!
echo.
echo ===============================================
echo.
echo Encryption Adalah pengacakan atau penyandian data
echo untuk keamanan data pada suatu jaringan
echo.
echo ===============================================
pause
goto ce
:endsys
echo.
echo PENJELASAN!
echo.
echo ===============================================
echo.
echo End System adalah suatu device dalam sistem komunika
echo si yang berfungsi sebagai - sumber atau tujuan akhir
echo suatu data.
echo suatu data.
echo.
echo ===============================================
pause
goto ce
:ethernet
echo.
echo PENJELASAN!
echo.
echo ===============================================
echo.
echo Ethernet adalah kabel jaringan dan skema protokol
echo akses yang dibbuat oleh DEC,Intel dan Xerox, dan 3Com.
echo.
echo ===============================================
pause
goto ce
:errata
echo.
echo PENJELASAN!
echo.
echo ===============================================
echo.
echo Errata adalah nama kode kesalahan program yang ada
echo pada OS Linux, sehingga server yang memakai OS ini
echo pada OS Linux, sehingga server yang memakai OS ini
echo harus meng-upgrade beberapa file sistemnya agar
echo tidak dapat disusupi oleh orang jahil.
echo.
echo ===============================================
pause
goto ce
:ik
cls
echo.
echo Daftar Kata I - K !
echo.
echo ################################################
echo.
echo [1] ICMP [5] IP [9] KELUAR
echo [2] IEEE [6] JAVA
echo [3] IMAP [7] KERBEROS
echo [4] INTERNET [8] KERNEL
echo.
echo ###############################################
set/p "opt=Ketikkan Kata yang ingin diterjemahkan:"
cls
if %opt%=='' goto mam
if %opt%==ICMP goto icmp
if %opt%==IEEE goto ieee
if %opt%==IMAP goto imap
if %opt%==INTERNET goto internet
if %opt%==IP goto ip
if %opt%==JAVA goto java
if %opt%==KERBEROS goto kerb
if %opt%==KERNEL goto kernel
if %opt%==icmp goto icmp
if %opt%==ieee goto ieee
if %opt%==imap goto imap
if %opt%==internet goto internet
if %opt%==ip goto ip
if %opt%==java goto java
if %opt%==kerberos goto kerb
if %opt%==kernel goto kernel
if %opt%==KELUAR goto awal
if %opt%==keluar goto awal
if %opt%==9 goto awal
goto mam
:mam
echo.
echo ===============================================
echo Maaf, Anda Salah Memasukkan Kata !
echo ===============================================
pause
goto ik
:icmp
echo.
ECHO PENJELASAN!
echo.
echo +++++++++++++++++++++++++++++++++++++++++++++++
echo.
echo ICMP singkatan dari Internet Control Message Protocol
echo adalah protokol yang ber tugas mengirimkan pesan-
echo adalah protokol yang ber tugas mengirimkan pesan-
echo pesan kesalahan dan kondisi lain yang memerlukan
echo perhatian khusus. Pesan atau paket ICMP dikirim jika
echo perhatian khusus. Pesan atau paket ICMP dikirim jika
echo terjadi masalah pada layer IP dan layer atasnya
echo (TCP/UDP).
echo.
echo ++++++++++++++++++++++++++++++++++++++++++++++++
pause
goto ik
:ieee
echo.
ECHO PENJELASAN!
echo.
echo ++++++++++++++++++++++++++++++++++++++++++++++++
echo.
echo IEEE singkatan dari Institute of Electrical and Electronic
echo Engineers adalah institut yang membuat standarisasi
echo jaringan untuk pengkabelan,topologi fisik dan
echo jaringan untuk pengkabelan,topologi fisik dan
echo skema pengaksesan.
echo.
echo +++++++++++++++++++++++++++++++++++++++++++++++
pause
goto ik
:imap
echo.
ECHO PENJELASAN!
echo.
echo +++++++++++++++++++++++++++++++++++++++++++++++
echo.
echo IMAP singkatan dari Internet Message Access
echo Protocol adalah protokol standar untuk mengakses atau
echo mengambil e-mail dari server. IMAP memungkinkan
echo mengambil e-mail dari server. IMAP memungkinkan
echo pengguna memilih pesan e-mail yang akan diambil,
echo folder di server, mencari pesan e-mail tertentu,
echo folder di server, mencari pesan e-mail tertentu,
echo membuat bahkan menghapus pesan e-mail yang ada.
echo.
echo ++++++++++++++++++++++++++++++++++++++++++++++++
pause
goto ik
:internet
echo.
ECHO PENJELASAN!
echo.
echo +++++++++++++++++++++++++++++++++++++++++++++++++
echo.
echo Kumpulan dari Network (WAN) yang sangat luas yang
echo saling terkoneksi dan dapat saling berkomunikasi.
echo.
echo +++++++++++++++++++++++++++++++++++++++++++++++++
pause
goto ik
:ip
echo.
ECHO PENJELASAN!
echo.
echo ++++++++++++++++++++++++++++++++++++++++++++++++++
echo.
echo IP atau Internet Protocol adalah protokol di internet yang
echo mengurusi masalah pengalamatan dan mengatur pengirim
echo -an paket data sehingga ia sampai ke alamat yang benar.
echo.
echo ++++++++++++++++++++++++++++++++++++++++++++++++++
pause
goto ik
:java
echo.
ECHO PENJELASAN!
echo.
echo ++++++++++++++++++++++++++++++++++++++++++++++++++
echo.
echo Adalah bahasa pemrograman tingkat tinggi berorientasi
obyek yang dikembangkan pertama kali oleh Sun Microsystem
obyek yang dikembangkan pertama kali oleh Sun Microsystem
echo pada tahun 1995.Source code bahasa Java berakhiran
echo .java dan setelah dikompilasi menjadi file bytecode
echo berakhiran .class. Keunggulan utama bahasa Java adalah
echo multiplatform, yaitu dapat dijalankan pada bermacam-
echo multiplatform, yaitu dapat dijalankan pada bermacam-
echo macam system operasi:seperti UNIX, Macintosh dan
echo Windows.Berkat adanyainterpreter Java bernama Java
echo Windows.Berkat adanyainterpreter Java bernama Java
echo Virtual Machine (JVM).Java menjadi populer karena
echo banyak digunakan pada aplikasi World Wide Web dalam
echo bentuk aplikasi kecilbernama Java Applet.
echo.
echo ++++++++++++++++++++++++++++++++++++++++++++++++++
pause
goto ik
:kerb
echo.
ECHO PENJELASAN!
echo.
echo +++++++++++++++++++++++++++++++++++++++++++++++++++
echo.
echo Kerberos adalah suatu sistem keamanan berdasarkan
echo enkripsi yang menyediakan pembuktian keaslian
echo enkripsi yang menyediakan pembuktian keaslian
echo (mutual authentication)bersama-sama antara komponen
echo dan komponen server dalam lingkungan computing
echo client terdistribusi.
echo client terdistribusi.
echo.
echo +++++++++++++++++++++++++++++++++++++++++++++++++++
pause
goto ik
:kernel
echo.
ECHO PENJELASAN!
echo.
echo +++++++++++++++++++++++++++++++++++++++++++++++++++
echo.
echo Kernel merupakan inti dari suatu sistem operasi yang
echo berfungsi untuk mengatur system resources.
echo.
echo +++++++++++++++++++++++++++++++++++++++++++++++++++
pause
goto ik
:ln
cls
echo.
echo Daftar Kata L - N !
echo.
echo ###################################################
echo.
echo [1] LAN [5] NETIQUETTE [9] KELUAR
echo [2] MIRROR SITE [6] NETWORK ADAPTOR
echo [3] MODEM [7] NEWSGROUP
echo [4] MODERATOR [8] NETWORK
echo.
echo ###################################################
set/p "opt=Ketikkan Kata yang ingin diterjemahkan:"
cls
if %opt%=='' goto ma
if %opt%==LAN goto lan
if %opt%==MIRROR SITE goto mirsite
if %opt%==MODEM goto modem
if %opt%==MODERATOR goto moder
if %opt%==NETIQUETTE goto netiquette
if %opt%==NETWORK ADAPTOR goto netadaptor
if %opt%==NEWSGROUP goto newsgroup
if %opt%==NETWORK goto network
if %opt%==lan goto lan
if %opt%==mirror site goto mirsite
if %opt%==modem goto modem
if %opt%==moderator goto moder
if %opt%==netiquette goto netiquette
if %opt%==network adaptor goto netadaptor
if %opt%==newsgroup goto newsgroup
if %opt%==network goto network
if %opt%==9 goto awal
if %opt%==keluar goto awal
if %opt%==KELUAR goto awal
goto ma
:ma
echo.
echo ===================================================
echo Maaf, Anda Salah Memasukkan Kata !
echo ===================================================
pause
goto ln
:lan
echo.
ECHO PENJELASAN!
echo.
echo --------------------------------------------------------------------------------
echo.
echo Lan singkatan dari Local Area Networks adalah suatu sistem
echo yang menghubungkan antara komputer satu dengan
echo yang menghubungkan antara komputer satu dengan
echo komputer lainnya.Selain itu juga dapat menghubungkan
echo antara komputer PC dengan perlengkapan elektreonik,
echo memungkinkan pengguna untuk saling bekomunikasi,
echo memungkinkan pengguna untuk saling bekomunikasi,
echo menggunakanresource yang dapat berupa tempat
echo penyimpanan data dan printer secara bersama-sama, dll.
echo.
echo --------------------------------------------------------------------------------
pause
goto ln
:mirsite
echo.
ECHO PENJELASAN!
echo.
echo --------------------------------------------------------------------------------
echo.
echo Mirror site merupakan duplikat dari suatu situs yang
echo ditempatkan pada server yang berbeda dengan
echo ditempatkan pada server yang berbeda dengan
echo server aslinya. Fungsi mirror site ini adalah untuk
echo mengurangi kemacetan lalu lintas data pada suatu situs.
echo.
echo --------------------------------------------------------------------------------
pause
goto ln
:modem
echo.
ECHO PENJELASAN!
echo.
echo --------------------------------------------------------------------------------
echo.
echo Modem atau modulator demodulator adalah suatu alat
echo yang bekerja mengubah sinyal analog (telepon)
echo yang bekerja mengubah sinyal analog (telepon)
echomenjadi sinyal digital (komputer) dan sebaliknya.
echo.
echo --------------------------------------------------------------------------------
pause
goto ln
:moder
echo.
ECHO PENJELASAN!
echo.
echo --------------------------------------------------------------------------------
echo.
echo Moderator adalah orang yang bertanggung jawab atau
echo mengatur suatu mailing list atau news group. Moderator
echo dapat menentukansiapa saja yang dapat melakukan posting
echo dapat menentukansiapa saja yang dapat melakukan posting
echo ke suatu mailing list, dapat mengeluarkan seseorang dari
echo suatu mailing list, dsb.
echo.
echo --------------------------------------------------------------------------------
pause
goto ln
:netiquette
echo.
ECHO PENJELASAN!
echo.
echo --------------------------------------------------------------------------------
echo.
echo Netiquette adalah suatu aturan atau etika dalam berinternet.
echo.
echo --------------------------------------------------------------------------------
pause
goto ln
:netadaptor
echo.
ECHO PENJELASAN!
echo.
echo --------------------------------------------------------------------------------
echo.
echo Adalah suatu alat yang terpasang pada komputer baik
echo server maupun workstation sehingga memungkinkan
echo server maupun workstation sehingga memungkinkan
echo keduanya untuk saling berkomunikasi pada suatu jaringan.
echo.
echo --------------------------------------------------------------------------------
pause
goto ln
:newsgroup
echo.
ECHO PENJELASAN!
echo.
echo ---------------------------------------------------------------------------------
echo.
echo Adalah suatu fasilitas yang dapat digunakan sebagai
echo forum diskusi di Internet. Newsgroup dikelompokkan dalam
echo subyek-subyek secara hirarkis,dengan huruf pertama
echo subyek-subyek secara hirarkis,dengan huruf pertama
echo sebagai kategori subyek, misalnya sci (sains),
echo alt (alternatif), comp(komputer),
echo alt (alternatif), comp(komputer),
echo dan lain-lain.Untuk menggunakan newsgroup
echo diperlukan aplikasibernama news reader dan koneksi internet
echo ke news server terdekat.
echo ke news server terdekat.
echo.
echo ---------------------------------------------------------------------------------
pause
goto ln
:network
echo.
ECHO PENJELASAN!
echo.
echo --------------------------------------------------------------------------------
echo.
echo Sekumpulan dari komputer-komputer yang saling terkoneksi
echo dan dapat berinteraksi atau berkomunikasi satu dengan yang
echo lainnya.
echo lainnya.
echo.
echo --------------------------------------------------------------------------------
pause
goto ln
:ps
cls
echo.
echo Daftar Kata P - S !
echo.
echo ########################################################
echo.
echo.
echo [1] PING [3] SERVER [5] SUBNET MASK
echo [2] REPEATER [4] SNMP [6] KELUAR
echo.
echo.
echo ########################################################
set/p "opt=Ketikkan Kata yang ingin diterjemahkan:"
cls
if %opt%=='' goto m
if %opt%==PING goto ping
if %opt%==REPEATER goto repeat
if %opt%==SERVER goto server
if %opt%==SNMP goto snmp
if %opt%==SUBNET MASK goto subnet
if %opt%==ping goto ping
if %opt%==repeater goto repeat
if %opt%==server goto server
if %opt%==snmp goto snmp
if %opt%==subnet mask goto subnet
if %opt%==6 goto awal
if %opt%==KELUAR goto awal
if %opt%==keluar goto awal
goto m
:m
echo.
echo ========================================================
echo " Maaf, Anda Salah Memasukkan Kata !"
echo ========================================================
pause
goto ps
:ping
echo.
ECHO PENJELASAN!
echo.
echo ********************************************************
echo.
echo Adalah suatu aplikasi yang digunakan untuk menguji hubungan .
echo antara dua system Contoh, pada DOS prompt ketikkan ping
echo www.klik-kanan.com dan akhiri dengan enter
echo www.klik-kanan.com dan akhiri dengan enter
echountuk menguji koneksi dari Anda ke situs KlikKanan.
echo.
echo ********************************************************
pause
goto ps
:repeat
echo.
ECHO PENJELASAN!
echo.
echo **********************************************************
echo.
echo Repeater adalah alat yang digunakan untuk menerima
echo sinyal dari LAN dan memancarkannya kembali dengan kekuatan
echo yang sama satu segmen kabel dengan sinyal asli pada
echo yang sama satu segmen kabel dengan sinyal asli pada
echo segmen (satu atau lebih) kabel LAN yang lain.
echo.
echo **********************************************************
pause
goto ps
:server
echo.
ECHO PENJELASAN!
echo.
echo **********************************************************
echo.
echo Sebuah komputer yang mengatur jalannya lalu lintas komunikasi
echo antar komputer atau network.
echo.
echo **********************************************************
pause
goto ps
:snmp
echo.
ECHO PENJELASAN!
echo.
echo **********************************************************
echo.
echo SNMP atau Simple Network Management Protocol adalah protokol
echo yang didesain untuk memberikan kemampuan kepada pemakai
echo untuk mengelola jaringan komputernya dari
echo untuk mengelola jaringan komputernya dari
echo jarak jauh atau remote. Pengelolaan ini dilaksanakan dengan cara
echo melakukan polling dan setting variabel-variabel elemen jaringan yang
echo dikelolanya.
echo dikelolanya.
echo.
echo ***********************************************************
pause
goto ps
:subnet
echo.
ECHO PENJELASAN!
echo.
echo **************************************************************
echo.
echo Subnet Mask adalah angka biner 32bit yang digunakan untuk
echo membedakan network ID dengan host ID, menunjukkan letak suatu host,
echo apakah berada di jaringan lokal atau jaringan luar.
echo.
echo **************************************************************
pause
goto ps
:uw
cls
echo.
echo Daftar Kata U - W !
echo.
echo #######################################################
echo.
echo.
echo [1] UDP [4] UNICODE [7] WAIS [10] WORKGROUP
echo [2] ULTRA DMA [5] VIRUS [8] WORKSTATION [11] Keluar
echo [3] UPS [6] VRML [9] WORLD WIDE WEB
echo.
echo #######################################################
set/p "opt=Ketikkan Kata yang ingin diterjemahkan:"
cls
if %opt%=='' goto sulit
if %opt%==UDP goto udp
if %opt%==ULTRA DMA goto udma
if %opt%==UPS goto ups
if %opt%==UNICODE goto unicode
if %opt%==VIRUS goto virus
if %opt%==VRML goto vrml
if %opt%==WAIS goto wais
if %opt%==WORKSTATION goto works
if %opt%==WORLD WIDE WEB goto www
if %opt%==WORKGROUP goto workg
if %opt%==udp goto udp
if %opt%==ultra dma goto udma
if %opt%==ups goto ups
if %opt%==unicode goto unicode
if %opt%==virus goto virus
if %opt%==vrml goto vrml
if %opt%==wais goto wais
if %opt%==workstation goto works
if %opt%==world wide web goto www
if %opt%==workgroup goto workg
if %opt%==11 goto awal
goto sulit
:sulit
echo.
echo #########################################################
echo "Maaf , Anda Memasukkan Kata yang Salah !"
echo #########################################################
pause
goto uw
:udp
echo.
echo PENJELASAN!
echo.
echo ==========================================================
echo.
echo UDP atau user datagram protocol adalah suatu protokol pada
echo lapisan Transport yang menyediakan layanan pengantaran
echo datagram connectionless dengan usaha yang terbaik.
echo.
echo ===========================================================
pause
goto uw
:udma
echo.
echo PENJELASAN!
echo.
echo ============================================================
echo.
echo Ultra DMA (UDMA) adalah protokol transfer data antara harddisk
echo melalui bus komputer menuju RAM. Tulisan UDMA/33 artinya memiliki
echo kecepatan transfer data maksimum 33,3 Mb per detik.
echo.
echo ============================================================
pause
goto uw
:ups
echo.
echo PENJELASAN!
echo.
echo ===============================================
echo.
echo Singkatan dari Uninterruptable Power System , adalah
echo perangkat yang merupakan back up catu daya bagi
echo perangkat yang merupakan back up catu daya bagi
echo jaringan komputer agar dapat terus
echo bekerja saat sumber daya dari PLN padam.
echo.
echo ===============================================
pause
goto uw
:unicode
echo.
echo PENJELASAN!
echo.
echo ===================================================
echo.
echo Adalah nama kode kesalahan program yang ada pada
echo OS Microsoft Windows NT serta IIS. Sehingga jika
echo OS Microsoft Windows NT serta IIS. Sehingga jika
echo suatu server memakai WinNT sebagi OS-nya
echo maka OS tersebut harus di patch dengan benar, -
echo agar data yang ada tidak dapat dirusak oleh para script kiddies.
echo.
echo =====================================================
pause
goto uw
:virus
echo.
echo PENJELASAN!
echo.
echo ================================================
echo.
echo Adalah suatu program yang dapat menggandakan/ dirinya
echo sendiri pada suatu sistem komputer
echo sendiri pada suatu sistem komputer
echo Virus ini biasanya mempunyai aksi yang merusak
echo dan cenderung merugikan pengguna komputer.
echo.
echo =================================================
pause
goto uw
:vrml
echo.
echo PENJELASAN!
echo.
echo ===================================================
echo.
echo VRML singkatan dari Virtual Reality Modeling Language
echo adalah sebuah spesifikasi untuk menampilkan gambar
echo adalah sebuah spesifikasi untuk menampilkan gambar
echo obyek 3D melalui world wide web.Supaya
echo kita dapat melihat sebuah situs yang memuat VRML maka
echo kita harus melengkapi browser kita dengan plugin VRML.
echo.
echo ====================================================
pause
goto uw
:wais
echo.
echo PENJELASAN!
echo.
echo ================================================
echo.
echo WAIS atau Wide Area Information Servers adalah suatu
echo layanan terdistribusi yang menawarkan masukan bahasa
echo layanan terdistribusi yang menawarkan masukan bahasa
echo alami sederhana,-
echo.
echo ================================================
pause
goto uw
:works
echo.
echo PENJELASAN!
echo.
echo ================================================
echo.
echo Workstation adalah Komputer yang digunakan oleh user
echo untuk mengakses data dari ke komputer server atau
echo antar komputer.
echo antar komputer.
echo.
echo ================================================
pause
goto uw
:www
echo.
echo PENJELASAN!
echo.
echo =================================================
echo.
echo Adalah suatu sistem informasi terdistribusi berbasis hyper
echo text yang dibuat oleh para peneliti CERN. Dengan www,
echo text yang dibuat oleh para peneliti CERN. Dengan www,
echo user dapat membuat, mengedit, atau sekedar melihat-lihat
echo dokumen hypertext.
echo.
echo =================================================
pause
goto uw
:workg
echo.
echo PENJELASAN!
echo.
echo =================================================
echo.
echo Workgroup adalah Dua orang atau lebih yang terhubung
echo melalui LAN yang menggunakan file, database,dan
echo melalui LAN yang menggunakan file, database,dan
echo resource lain secara bersama-sama.
echo.
echo =================================================
pause
goto uw
:keluar
Msg * "terima kasih karena menggunakan toolmini ini"
Msg * "about http://mamik.co.cc "
Exit
#####################################################
Ket :
# Echo digunakan untuk mencetak karakter pada command prompt
saat batch file dijalankan sedangkan tambahab pada simbol @# Echo digunakan untuk mencetak karakter pada command prompt
berfunsi untuk menyembunyikan kata echo itu sendiri pada tampilan
command prompt jadi seolah olah seperti txt biasa .
# Title digunakan memberi judul pada file batch atau bisa
# Cls adalah perintah untuk menghapus layar pada jendela command
prompt.
# Exit : perintah keluar dari jendela command prompt
# Simbol : dengan tambahan huruf atau kata merupakan deskripsi
suatu logika dengan koloborasi IF dan goto
# Msg* merupakan perintah untuk menampilkan pesan pada cmd
# Shutdown berfungsi untuk melakukan proses shutdown, restart
atupun logoff tergantung syntax yang dimasukkan
Maaf jika ada kesalahan pada tulisan ini . Salam Hangat selalu !
Label:
notepad