ASSOC
PurposeThe assoc command is used to display or modify file extensions associations.
assoc
This command will display the current file associations.
CHKDSK (Check Disk)
PurposeChecks a disk for errors and, if requested, corrects any errors.
chkdsk C:
This command will check the disk C: for errors.
CIPHER
PurposeEncrypt or decrypt files/directories on NTFS partitions.
cipher /E
This command will encrypt the specified directory.
CLS
PurposeClears the screen of all previously entered commands and other text.
cls
This command will clear the command prompt screen.
DISKPART
PurposeManage hard drive partitions.
diskpart
This command will start the DiskPart command interpreter.
DRIVERQUERY
PurposeDisplay a list of installed device drivers and their properties.
driverquery
This command will display a list of all installed device drivers.
GPUPDATE
PurposeUpdates Group Policy settings.
gpupdate /force
This command will force an immediate update of Group Policy settings.
IPCONFIG
PurposeDisplays the IP configuration for all network interfaces.
ipconfig /all
This command will display detailed IP configuration data for all network interfaces.
NETSTAT
PurposeDisplays active TCP connections and various networking statistics.
netstat -a
This command will display all active TCP connections and the TCP and UDP ports on which the computer is listening.
NSLOOKUP
PurposeQueries the DNS to obtain domain name or IP address mapping.
nslookup <www.example.com>
This command will return the IP address of <www.example.com>.
PATHPING
PurposeProvides network latency and loss information at intermediate hops.
pathping <www.example.com>
This command will provide latency and loss information for each network hop to reach <www.example.com>.
PING
PurposeTests the ability of the source computer to reach a specified destination computer.
ping <www.example.com>
This command will send a network request to <www.example.com> and wait for a response.
POWERCFG
PurposeControls power settings and configurations.
powercfg /hibernate on
This command will enable hibernation.
SFC (System File Checker)
PurposeScans and repairs important system files.
sfc /scannow
This command will immediately scan all protected system files.
SHUTDOWN
PurposeShuts down, restarts, or logs off a computer or remote computer.
shutdown /s /t 0
This command will shut down your computer immediately.
SYSTEMINFO
PurposeDisplays detailed configuration information about a computer and its operating system.
systeminfo
This command will display detailed system information.
TASKLIST
PurposeDisplays a list of running tasks, services, and processes.
tasklist
This command will display a list of currently running tasks.
TRACERT
PurposeShows the route and hops a packet takes to reach its destination.
tracert <www.example.com>
This command will show the route that a packet takes to reach <www.example.com>.
More commands will be added
Coming SoonStay tuned for more updates and additional CMD commands!