Command Categories
Advanced System Tools
File Management
attrib
Displays or changes file attributes (read-only, archive, system, and hidden).
cd
Changes the current directory or displays the current directory path.
chdir
Changes the current directory or displays the current directory path (same as CD).
copy
Copies one or more files to another location.
del
Deletes one or more files.
dir
Displays a list of files and subdirectories in a directory.
erase
Deletes one or more files (same as DEL).
mkdir
Creates a directory or subdirectory.
move
Moves one or more files from one directory to another.
rename
Renames a file or files.
rmdir
Removes a directory.
type
Displays the contents of a text file.
robocopy
Robust file copy utility for reliable copying of files and directories.
xcopy
Windows command line tool. Use with appropriate parameters for specific operations.
comp
Windows command line tool. Use with appropriate parameters for specific operations.
compact
Windows command line tool. Use with appropriate parameters for specific operations.
fc
Windows command line tool. Use with appropriate parameters for specific operations.
find
Windows command line tool. Use with appropriate parameters for specific operations.
findstr
Windows command line tool. Use with appropriate parameters for specific operations.
more
Windows command line tool. Use with appropriate parameters for specific operations.
echo
Windows command line tool. Use with appropriate parameters for specific operations.
ren
Windows command line tool. Use with appropriate parameters for specific operations.
Networking
ipconfig
Displays all current TCP/IP network configuration values.
ping
Tests a network connection by sending ICMP echo request packets.
netstat
Displays active TCP connections, ports, and network statistics.
tracert
Traces the route taken by packets to reach a destination.
nslookup
Queries DNS servers for domain name or IP address mapping information.
netsh
Network shell for configuration and monitoring of Windows networking components.
getmac
Windows command line tool. Use with appropriate parameters for specific operations.
hostname
Windows command line tool. Use with appropriate parameters for specific operations.
Process Management
tasklist
Displays a list of currently running processes.
taskkill
Terminates one or more running processes.
wmic
Windows Management Instrumentation Command-line for system management.
sc
Windows command line tool. Use with appropriate parameters for specific operations.
schtasks
Windows command line tool. Use with appropriate parameters for specific operations.
at
Windows command line tool. Use with appropriate parameters for specific operations.
start
Windows command line tool. Use with appropriate parameters for specific operations.
System Information
systeminfo
Displays detailed configuration information about the computer and operating system.
ver
Windows command line tool. Use with appropriate parameters for specific operations.
date
Displays or sets the system date.
time
Displays or sets the system time.
hostname
Windows command line tool. Use with appropriate parameters for specific operations.
whoami
Windows command line tool. Use with appropriate parameters for specific operations.
chkdsk
Windows command line tool. Use with appropriate parameters for specific operations.
sfc
System File Checker - scans and verifies the integrity of all protected system files.
dism
Deployment Image Servicing and Management tool for Windows images.
config
Windows command line tool. Use with appropriate parameters for specific operations.
Disk Management
chkdsk
Windows command line tool. Use with appropriate parameters for specific operations.
defrag
Windows command line tool. Use with appropriate parameters for specific operations.
diskpart
Disk partition management tool for managing disks, partitions, and volumes.
convert
Windows command line tool. Use with appropriate parameters for specific operations.
label
Windows command line tool. Use with appropriate parameters for specific operations.
fsutil
Windows command line tool. Use with appropriate parameters for specific operations.
subst
Windows command line tool. Use with appropriate parameters for specific operations.
File System
assoc
Windows command line tool. Use with appropriate parameters for specific operations.
attrib
Displays or changes file attributes (read-only, archive, system, and hidden).
cipher
Windows command line tool. Use with appropriate parameters for specific operations.
compact
Windows command line tool. Use with appropriate parameters for specific operations.
ftype
Windows command line tool. Use with appropriate parameters for specific operations.
fsutil
Windows command line tool. Use with appropriate parameters for specific operations.
User Management
net user
Windows command line tool. Use with appropriate parameters for specific operations.
net localgroup
Windows command line tool. Use with appropriate parameters for specific operations.
whoami
Windows command line tool. Use with appropriate parameters for specific operations.
runas
Windows command line tool. Use with appropriate parameters for specific operations.
takeown
Takes ownership of a file or directory, allowing administrators to access protected files.
icacls
Displays or modifies Access Control Lists (ACLs) for files and folders.
Advanced System Tools
powershell
Starts Windows PowerShell, a powerful scripting environment and command-line shell.
sfc
System File Checker - scans and verifies the integrity of all protected system files.
dism
Deployment Image Servicing and Management tool for Windows images.
bcdedit
Boot Configuration Data store editor for managing boot options.
diskpart
Disk partition management tool for managing disks, partitions, and volumes.
robocopy
Robust file copy utility for reliable copying of files and directories.
wmic
Windows Management Instrumentation Command-line for system management.
reg
Windows command line tool. Use with appropriate parameters for specific operations.
netsh
Network shell for configuration and monitoring of Windows networking components.
takeown
Takes ownership of a file or directory, allowing administrators to access protected files.
icacls
Displays or modifies Access Control Lists (ACLs) for files and folders.
Help and Documentation
help
Provides help information for Windows commands.