-
netstat
Used to display TCP/IP network stats and info
-
netsh
- A command-line scripting utility that
- allows you to, either locally or remotely, display or modify the network
- configuration of a computer that is currently running.
-
sc
- Communicates with the Service
- Controller and installed services.
-
net
The net command is a Command Prompt command that can be used to update, view, and fix most aspects of network settings.
-
tasklist
- Displays a list of applications and
- services with their Process ID (PID) for all tasks running on either a local or
- a remote computer.
-
taskkill
Ends one or more tasks or processes.
-
ipconfig
- Displays all current TCP/IP network
- configuration values and refreshes Dynamic Host Configuration Protocol (DHCP)
- and Domain Name System (DNS) settings.
-
ping
- Verifies IP-level connectivity to
- another TCP/IP computer by sending Internet Control Message Protocol (ICMP)
- Echo Request messages. The receipt of corresponding Echo Reply messages are
- displayed, along with round-trip times
-
tracert
Shows the number of hopes a Packet makes to get to its destination.
-
pathping
Works much like "tracert" but pings at every hop
-
nslookup
- Displays information that you can use
- to diagnose Domain Name System (DNS) infrastructure.
-
route
- Displays and modifies the entries in
- the local IP routing table.
-
whoami
- Displays user, group and privileges
- information for the user who is currently logged on to the local system.
-
hostname
Displays the host name.
-
chkdsk
- Creates and displays a status report for the
- disk.
-
dir
- Displays a list of a directory's files and
- subdirectories
-
cd
- Displays the name of the current directory or
- changes the current folder
-
prompt
Changes the Cmd.exe prompt to show more or less info
-
ver
Displays the OS version number
-
cls
Clears the Command Prompt window
-
.bat files
A batch file is an unformatted text file that contains one or more commands that will run sequentially as they appear in the file
-
.exe files
- Files ending with .EXE are executable program
- files.
-
fsutil
- Performs tasks that are related to file
- allocation table (FAT) and NTFS file systems.
-
diskpart
- DiskPart commands help you to manage
- your PC's drives (disks, partitions, volumes, or virtual hard disks).
-
fdisk
- used to create, delete, and format partitions on
- hard disks that were formatted using the FAT32 and other FAT file systems.
-
format
Formats a disk to accept Windows files.
-
path
Sets the set of directories used to search for executable files.
|
|