Artikan Dalam Bahasa Anda

27 Mei 2012

INTRUKSI DI COMMAND RUN


Kumpulan Perintah CMD (Command) & Run
 
 Run :
=========================
cleanmgr => untuk disk kliner bawaan windows
cmd => untuk menjalankan commant prompt
command ==> sama seperti cmd
Regedit => untuk memunculkan jendela Registry
services.msc ==> untuk menjalankan servis
ncpa.cpl ==> Network Connections
recent ==> untuk membuka direktory Recent Document
Regedt32 ==> sama dengan regedit
gpedit.msc ==> untuk mengedit group
firewall.cpl ==> untuk mengedit firewall
sysdm.cpl ==> properties my computer
calc ==> calculator
perfmon /report ==> untuk melihat performa windows (memory, disk, prosesor)
mspaint ==> untuk menjalankan aplikasi paint (untuk menggambar)

CMD :
==========================
regsvr32 => untuk mencari file .dll

sfc /SCANNOW => untuk merecovery file2 windows yang rusak (perintah ini membutuhkan cd windows yang sama dengan yang jalan)

SFC [/SCANNOW] [/SCANONCE] [/SCANBOOT] [/REVERT] [/PURGECACHE] [/CACHESIZE=x]

/SCANNOW Scans all protected system files immediately.
/SCANONCE Scans all protected system files once at the next boot.
/SCANBOOT Scans all protected system files at every boot.
/REVERT Return scan to default setting.
/PURGECACHE Purges the file cache.
/CACHESIZE=x Sets the file cache size.

sc => digunakan untuk mengontrol server
Regedt32 ==> sama dengan regedit
netstat -a ==> untuk melihat port yang digunakan

route add -p ... ==> untuk merouting jaringan (bisa untuk komputer yang menggunakan 2 jaringan atau lebih)

> route PRINT
> route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1 METRIC 3 IF 2
          destination^           ^mask           ^gateway metric^  ^Interface

If IF is not given, it tries to find the best interface for a given
gateway.
> route PRINT
> route PRINT 157* .... Only prints those matching 157*
> route CHANGE 157.0.0.0 MASK 255.0.0.0 157.55.80.5 METRIC 2 IF 2

CHANGE is used to modify gateway and/or metric only.
> route PRINT
> route DELETE 157.0.0.0
> route PRINT

arp -a ==> untuk melihat ip yang pernah connect ke komputer

Tidak ada komentar: