Run dialog (WIN + R)

General commands

Control Panel

Windows utility and applications

Disk management

Connection management

Miscellaneous commands

Command Line Prompt

CD [drive:][path]

| change directory

mkdir [drive:][path]

| make a directory

RENAME [drive:][path]filename1 filename2

| rename a faile

systeminfo

| view system information

schtasks

| view all scheduled task in the system

ipconfig

| network information

# release any currently assigned IP addresses.
ipconfig /release
# obtain a new IP address
ipconfig /renew
# reset the Winsock catalog
netsh winsock reset catalog
# flush the DNS cache
ipconfig /flushdns

netstat

| network status

tracert

| traces the route of the packets wihch are sent to a remote address

ping

| send test packets

getmac

| get media access control information

nslookup

| name server lookup

netsh

| network shell. used for gathering details of network adapters available on the system. It helps to check and set up the network adapters

arp

| Displays and modifies the IP-to-Physical address translation tables used by address resolution protocol

hostname

| shows the hostname of the computer

net

| allows the user to see and find out details of the network settings and update and solve network-related issues

route

| check and make changes to the route table of the computer.

doskey/history

| view commands history


Page Source