Cmd notes
- COPY - cp
- DIR - ls
- DEL or ERASE - rm
- EXPAND - unzip
- FC - diff
- FIND - grep
- FORFILES - find
- MD - mkdir
- MOVE - mv
- RD or RMDIR - rmdir
- REN or RENAME - mv
- ROBOCOPY - cp
- TREE - tree
- TYPE - cat
- OPENFILES – Manages opened local or network files
- XCOPY - cp -r
Process
- SCHTASKS - Task Scheduler
- SHUTDOWN - shutdown
- TASKLIST - systemctl list-jobs
- TASKKILL - kill
- RUNAS - su
Disks
- CHKDISK - Checks disk and shows statistics
- DEFRAG – Starts disk defragmentation
- DRIVERQUERY - Displays the current state and properties of the device driver
- CHKNTFS - Displays or changes execution of disk check at boot
- COMPACT - Displays and change the compression of files in NTFS partitions
- CONVERT - Converts FAT disk volume to NTFS
- DISKPART - gpart
- FORMAT - Formats the disk
- FSUTIL - Displays and configures file system properties
- LABEL - Creates, changes, or deletes a disk volume label
- RECOVER - Recovers data from a bad or damaged disk
- VOL - Displays volume label and serial number for the disk
Sysinfo
- DATE - date
- TIME - date
- HOSTNAME - hostname
- SYSTEMINFO - dmidecode, neofetch, lscpu
- VER - uname -a
- GPRESULT – Displays current applied group policies (RSoP)
Networking
- IPCONFIG - ifconfig
- PING – ping
- TRACERT - traceroute
- NSLOOKUP - host, nslookp, dig
- ROUTE - route
- ARP- arp
- NETSH – Network settings control program
- GETMAC - (Shows the MAC address) ip link show, ifconfig -a