Command Blog
In-depth tutorials and guides for Windows commands. Learn syntax, examples, and best practices—one command at a time.
File ManagementattribAttrib archive (+A): meaning for backups & incremental copy
Understand the Windows Archive file attribute with attrib: incremental backups, copying with /m-style tools, set/clear +a -a safely, dir /aa, FAQs.
System InformationwhoamiFOR /F parse whoami /groups /fo CSV in batch scripts
Learn how batch FOR /F tokens can parse quoted whoami /groups /fo CSV lines safely—with tips, pitfalls, and PowerShell alternatives.
File ManagementcdCD /D: Change drive and folder in one CMD command
Use cd /d to switch drive letter and path together in Windows CMD—not just cd for current drive. Examples, mistakes, pushd, UNC, and recovery.
File ManagementdirDIR vs DIR /B: bare list vs full columns in CMD
Compare dir and dir /b in Windows CMD: when to use bare format, FOR /F parsing, scripts, sorting /o, attributes /a, and pitfalls with spaces.
File ManagementforfilesFORFILES: delete files older than N days (logs, /d, /c)
Use forfiles /p /m /d /c to delete old log files safely in Windows CMD—date rules, @path quoting, errors, and alternatives vs PowerShell.
File ManagementmkdirMKDIR: Cannot find path—create parent folders in CMD
Fix 'The system cannot find the path specified' with mkdir in Windows CMD: chaining, pushd, UNC, long paths, mklink, and PowerShell -Force compare.
NetworkingnetshNETSH INT IP RESET: Syntax, log path, DHCP & Winsock
Use netsh int ip reset to rebuild TCP/IP stack settings on Windows—with optional log files, prerequisites, DHCP/DNS fallout, backups, fixes.
Advanced System ToolspnputilPNPUTIL /enum-drivers: list third-party drivers examples
Use pnputil /enum-drivers to list driver packages, signatures, classes, and INF names—examples, filters, exporting, and cleanup risks for admins.
Advanced System ToolspowercfgPOWERCFG: Active scheme, aliases, and scheme_min basics
Query and interpret powercfg active power schemes, GUIDs, duplicatescheme, aliases like scheme_min/scheme_balanced, and scripting tips for IT.
System InformationwhoamiPowerShell: whoami /groups /fo csv | ConvertFrom-Csv
Import whoami /groups /fo csv into PowerShell objects: Select-Object, Where-Object, Export-Csv, and robust parsing patterns for IT admins.
File ManagementrmdirRMDIR /S /Q: Delete folder—access denied & busy files
Use rmdir /s /q to remove directories in CMD; fix access denied, files in use, PowerShell Remove-Item compare, hidden files, and recovery tips.
Process ManagementtaskkillTASKKILL /IM vs /PID — force (/F) & process tree (/T)
Pick taskkill /im or /pid, add /f and /t safely: multiple instances, elevation, filters, scripting with tasklist, risks, FAQs for Windows admins.
Advanced System ToolswevtutilWEVTUTIL EPL: Export event logs (live, paths, filters)
Export Windows event logs with wevtutil epl: syntax, log names, file paths, permissions, large logs, security.evtx, and verification steps.
System Informationwhoamiwhoami /groups /fo csv: Column meanings (Group Name, Type…)
Decode whoami /groups /fo csv output: Group Name, Type, SID, and Attributes columns, with examples and PowerShell CSV import tips.
Advanced System ToolswingetWinget upgrade: "No applicable update found" (fix)
Resolve winget upgrade no applicable update—sources, pinning, installers, manifests, scopes, elevation, IDs, versions, cleanup for Windows admins.
File Managementattribattrib +h +s Command: Hide and Mark as System
Learn how to use attrib +h +s to set Hidden and System attributes, when to use it, and how to reverse it safely.
File ManagementdirDIR /B Command: Bare Directory Listing in CMD
Learn how to use DIR /B for clean, script-friendly directory listings in Windows CMD, with practical examples and troubleshooting tips.
File ManagementdirDIR /A:H /O:S: List Hidden Files Sorted by Size
Learn how to use DIR /A:H /O:S to list hidden files and sort them by size in Windows CMD, with examples and troubleshooting tips.
Networkingnetshnetsh interface show interface: View Adapter Status
Learn how to use netsh interface show interface to view network adapter status, admin state, and interface names for troubleshooting and automation.
Networkingnetshnetsh wlan export profile Command: Export Wi-Fi Profiles
Learn how to use netsh wlan export profile to back up Wi-Fi profiles, export passwords safely, and migrate wireless settings across Windows devices.
Advanced System Toolspnputilpnputil /enum-devices /disconnected: List Removed Devices
Learn how to use pnputil /enum-devices /disconnected to list non-present devices, clean up stale drivers, and troubleshoot hardware issues.
Advanced System Toolspowercfgpowercfg -duplicatescheme scheme_min: Copy Power Saver Plan
Learn how to use powercfg -duplicatescheme scheme_min to clone the Power Saver plan, customize settings safely, and activate the new power scheme.
System Informationsetxsetx Requires a New Command Window: Why It Doesn't Update Current Session
Learn why setx updates environment variables only for future sessions, how to verify changes, and safe ways to apply variables immediately.
Advanced System Toolswevtutilwevtutil gl Command: View Event Log Settings
Learn how to use the wevtutil gl command to inspect Windows Event Log settings, retention mode, and size limits for troubleshooting and audits.
System Informationwhoamiwhoami /groups /fo csv /nh: Headerless CSV Output
Learn how to use whoami /groups /fo csv /nh to generate headerless CSV output for scripts, audits, and automation pipelines.
File ManagementdirDIR Attributes (/A) Explained for Windows CMD
Learn how DIR /A works in Windows Command Prompt, including hidden, system, read-only, and directory filters with practical command examples.
Help and DocumentationhelpCMD Emulator Online vs Local Command Prompt
Compare CMD emulator online tools with local Command Prompt workflows, including safety, learning speed, limitations, and best practices for real environments.
Help and DocumentationhelpCMD Simulator Online: Practice Commands Safely
Use a CMD simulator online to learn Windows commands without risking production systems. Practice DIR, DEL, networking commands, and troubleshooting scenarios.
File ManagementdirCommand Prompt List Directories: Best Commands
Learn how to list directories in Command Prompt using DIR options for folders only, recursive scans, sorting, and export-ready output.
File ManagementdelDEL Command in Windows: Safe Deletion Guide
Learn how to use the DEL command in Windows safely with syntax, examples, wildcard deletion, troubleshooting, and best practices before removal.
File ManagementdirDIR Command in Windows: Complete Practical Guide
Master the DIR command in Windows with practical syntax, filters, sorting options, recursive searches, troubleshooting advice, and ready-to-use examples.
File ManagementdirDIR Command Switches You Should Know
Understand the most useful DIR command switches in Windows CMD, including /A, /O, /S, /B, /T, and practical combinations for real workflows.
File ManagementdirList Hidden Files and Sort by Size in CMD
Need to list hidden files and sort by file size in Windows CMD? Use the correct DIR command syntax with clear examples and troubleshooting steps.
File ManagementdirHow to Use DIR Command in Windows CMD
Step-by-step DIR command tutorial for Windows users. Learn syntax, options, examples, and the best combinations for daily command-line tasks.
File ManagementdirList Directory in CMD: Simple and Advanced Methods
Learn how to list a directory in CMD using DIR with practical options for hidden files, sorting, recursion, and export to text files.
File ManagementdirWindows DIR Command Options Explained
Learn every practical DIR command option in Windows, with examples for sorting, filtering, recursion, hidden files, and exporting results.
Advanced System ToolsesentutlESENTUTL Command Guide | Windows Database Maintenance & Repair (2026)
Master the esentutl command to repair and defragment Windows databases. Learn how to fix Windows Update, Mail, and Active Directory files with 10+ examples.
Advanced System ToolsklistKLIST Command Guide | Manage Kerberos Tickets in Windows (2026)
Master the klist command to view and purge Kerberos tickets. Learn how to troubleshoot Active Directory authentication with 10+ examples and expert tips.
Advanced System Toolsw32tmW32TM Command Guide | Windows Time Service (NTP) Diagnostics (2026)
Master the w32tm command to configure and troubleshoot NTP synchronization in Windows. Includes syntax, 10+ examples, and advanced time-sync tips for Active Directory.
Advanced System ToolswbadminWBADMIN Command Guide | Windows Server Backup & Recovery (2026)
Master the wbadmin command-line tool for Windows Server Backup. Learn to manage system state, volumes, and full-metal backups with 10+ examples and expert tips.
System InformationsetxSETX Command Guide | Windows Environment Variables (2026)
Master the setx command to permanently set environment variables in Windows. Includes syntax, 10+ examples, troubleshooting, and enterprise use cases.
Advanced System ToolsauditpolAuditpol Command: Comprehensive Guide to Windows Audit Policies
Master the auditpol command in Windows. Learn how to view, set, back up, and manage granular system audit policies with real-world examples and expert tips.
Advanced System ToolslogmanLogman Command: Ultimate Guide to Windows Performance Logging
Learn how to use the logman command in Windows to create, manage, and start Event Trace Sessions and Performance logs. Includes practical examples and monitoring tips.
Disk ManagementmountvolMountvol Command: Ultimate Guide to Volume Mount Points
Learn how to use the mountvol command in Windows. Create, delete, and list volume mount points without drive letters, freeing up C: drive space easily.
Advanced System ToolsvssadminVssadmin Command: Guide to Volume Shadow Copy Service
Master the vssadmin command in Windows. Learn how to list, resize, create, and delete Volume Shadow Copies to manage backups and system restores effectively.
Disk ManagementchkntfsCHKNTFS Command Guide - Manage Automatic Disk Checking
Master the chkntfs command to display, schedule, or exclude automatic disk checking (chkdsk) at Windows startup. Syntax, examples, and troubleshooting tips.
Disk ManagementformatFORMAT Command Guide - Format Disks in Windows CMD
Master the format command to format hard drives, USB drives, and SD cards in Windows Command Prompt. Syntax, examples, file systems, and troubleshooting tips.
System InformationmodeMODE Command Guide - Configure System Devices in Windows
Master the mode command to configure console display, serial ports, and device settings in Windows Command Prompt. Syntax, examples, and troubleshooting tips.
System InformationopenfilesOPENFILES Command Guide - Query and Manage Open Files
Master the openfiles command to query, display, and disconnect files opened by network users in Windows. Includes syntax, examples, and troubleshooting tips.
Advanced System ToolspnputilPnputil Command: Manage Drivers and Devices from the Command Line
Master the Windows pnputil command. Learn how to enumerate devices, export driver packages, install third-party drivers, and troubleshoot hardware in this complete guide.
Advanced System ToolstzutilTzutil Command: Set Windows Time Zone syntax and Examples
Master the Windows tzutil command. Learn how to display, set, and troubleshoot time zones from the command prompt across global deployments in this comprehensive guide.
Advanced System ToolswingetWinget Command: Windows Package Manager Syntax and Examples
Master the Windows winget command. Learn how to search, install, upgrade, and manage software packages from the command line in this comprehensive 2026 guide.
Advanced System ToolscertutilCertutil Command: Syntax, Examples, and Hash Generation
Master the Windows certutil command. Learn how to verify certificates, manage CAs, generate file hashes, and troubleshoot common issues in this complete 2026 guide.
Advanced System ToolsbitsadminBitsadmin Command Guide - Background File Transfer on Windows
Learn the bitsadmin command for scripted Background Intelligent Transfer Service jobs, including create, addfile, resume, monitor, and troubleshooting examples.
Advanced System Toolsmanage-bdeManage-bde Command Guide - BitLocker Drive Encryption Control
Learn manage-bde command usage for BitLocker status, protectors, unlock workflows, recovery, and enterprise troubleshooting with practical Windows examples.
Advanced System ToolspowercfgPowercfg Command Guide - Manage Windows Power Plans
Learn how to use the powercfg command in Windows to manage power plans, sleep, battery reports, and hibernation with practical examples and troubleshooting.
Advanced System ToolswevtutilWevtutil Command Guide - Query and Manage Windows Event Logs
Master the wevtutil command to query, export, clear, and archive Windows Event Logs from CMD with practical examples, troubleshooting, and admin workflows.
System InformationdoskeyDOSKEY Command Guide - Command History and Macros in Windows CMD
Learn how to use the DOSKEY command for command recall, history, and macro creation in Windows Command Prompt. Includes syntax, /history, /macros, and productivity examples.
File ManagementexpandEXPAND Command Guide - Extract Files from Cabinet Files in Windows
Learn how to use the EXPAND command to extract files from Windows cabinet (.cab) files. Includes syntax, -r rename, -F filter, driver extraction, and installation examples.
File ManagementreplaceREPLACE Command Guide - Update Files in Windows CMD
Learn how to use the REPLACE command to update files in a directory with newer versions from another location. Includes syntax, /A add mode, /S recursive, and deployment examples.
System InformationverifyVERIFY Command Guide - File Write Verification in Windows CMD
Learn how to use the VERIFY command to enable or disable write verification in Windows Command Prompt. Ensures copied files are written correctly to disk.
Advanced System ToolsgpresultGPRESULT Command Guide - Display Group Policy Results in Windows
Learn how to use the gpresult command to view Resultant Set of Policy (RSOP) in Windows. Includes /r, /v, /h syntax, troubleshooting, and enterprise examples.
Advanced System ToolsgpupdateGPUPDATE Command Guide - Refresh Group Policy in Windows
Learn how to use the gpupdate command to refresh Group Policy settings in Windows. Includes syntax, /force, /target options, troubleshooting, and enterprise examples.
Networkingnet shareNET SHARE Command Guide - Manage Shared Resources in Windows
Learn how to use the net share command to display, create, and delete shared folders in Windows. Includes syntax, permissions, troubleshooting, and enterprise examples.
Networkingnet viewNET VIEW Command Guide - Display Network Resources in Windows
Learn how to use the net view command to list shared resources, domains, and computers in Windows. Includes syntax, troubleshooting, and enterprise examples.
System InformationchoiceCHOICE Command Guide - User Selection in Windows Batch Scripts
Learn how to use the CHOICE command to prompt users to select from options in Windows batch scripts. Includes syntax, examples, and ERRORLEVEL handling.
System InformationdriverqueryDRIVERQUERY Command Guide - List Installed Device Drivers in Windows
Learn how to use the driverquery command to display installed device drivers, their properties, and status in Windows CMD. Includes syntax, examples, and troubleshooting.
File ManagementforfilesFORFILES Command Guide - Select Files and Run Commands in Windows
Learn how to use the forfiles command to select files by criteria and run commands on each in Windows CMD. Includes syntax, examples, and batch scripting use cases.
System InformationpromptPROMPT Command Guide - Customize Command Prompt in Windows
Learn how to use the PROMPT command to change the Command Prompt display in Windows CMD. Includes syntax, character codes, examples, and customization tips.
NetworkingarpARP Command Guide - Display and Modify ARP Cache in Windows
Learn how to use the arp command to display, add, or delete ARP cache entries in Windows. Resolve IP-to-MAC mapping for network troubleshooting and diagnostics.
System InformationclipCLIP Command Guide - Redirect Output to Windows Clipboard
Learn how to use the clip command to copy command output to the Windows clipboard. Includes syntax, piping examples with dir and type, and practical use cases for sharing output.
System InformationcolorCOLOR Command – Change Console Foreground and Background Colors in Windows
Learn how to use the COLOR command to customize Command Prompt colors in Windows CMD. Set foreground and background with hex codes for better readability and script branding.
File SystemmklinkMKLINK Command Guide - Create Symbolic Links and Junctions in Windows
Learn how to use the mklink command to create symbolic links, hard links, and directory junctions in Windows. Includes syntax, examples, and best practices for file system linking.
NetworkingnbtstatNbtstat Command Guide - NetBIOS over TCP/IP Statistics in Windows
Learn how to use nbtstat to display NetBIOS names, cache, and resolution statistics. Troubleshoot Windows naming, WINS, and legacy NetBIOS connectivity.
NetworkingpathpingPathping Command Guide - Trace Route with Packet Loss Statistics in Windows
Learn how to use pathping to trace network routes and compute packet loss statistics. Combines ping and tracert for advanced network diagnostics and latency analysis.
File ManagementpopdPOPD Command – Restore Directory from PUSHD Stack in Windows
Learn how to use the POPD command to return to the directory saved by PUSHD in Windows CMD. Essential for batch scripts and navigation workflows.
File ManagementpushdPUSHD Command – Save and Change Directory with Directory Stack in Windows
Learn how to use the PUSHD command to save your current directory and navigate to a new path in Windows CMD. Essential for batch scripts and complex navigation workflows.
NetworkingrouteROUTE Command Guide - Display and Modify IP Routing Table in Windows
Learn how to use the route command to view and modify the IP routing table in Windows. Add, delete, and manage routes for advanced network configuration and troubleshooting.
System InformationsetSET Command Guide - Display and Set Environment Variables in Windows
Learn how to use the set command to display, set, and manage environment variables in Windows Command Prompt. Includes syntax, PATH manipulation, and batch script examples.
System InformationtitleTITLE Command – Set Command Prompt Window Title in Windows
Learn how to use the TITLE command to set the console window title in Windows CMD. Customize window titles for scripts, sessions, and better taskbar identification.
File ManagementwhereWHERE Command Guide - Find File Locations in Windows PATH
Learn how to use the where command to locate executables and files in Windows. Includes syntax, PATH search, recursive search with /R, and practical examples for troubleshooting.
System InformationclsCLS Command – Clear the Command Prompt Screen in Windows
Learn how to use the CLS command to clear the Command Prompt window in Windows. Simple syntax, when to use it, and how it differs from closing or scrolling.
System InformationexitEXIT Command – Exit Command Prompt or Batch Script in Windows
Learn how to use the EXIT command to close the Command Prompt window or exit a batch script in Windows. Syntax, /B option, exit codes, and when to use EXIT vs closing the window.
System InformationpathPATH Command – Display or Set the PATH Environment Variable in Windows
Learn how to use the PATH command to view or change the search path for executables in Windows Command Prompt. Syntax, examples, and best practices for PATH management.
System InformationshutdownSHUTDOWN Command Guide - Shut Down, Restart, or Log Off Windows
Learn how to use the SHUTDOWN command to shut down, restart, or log off Windows from the command line. Includes /s, /r, /l, /t, /a options, remote shutdown, and scripting examples.
File ManagementsortSORT Command Guide - Sort Lines in Files with Windows CMD
Learn how to use the SORT command to alphabetically or numerically sort lines in text files. Includes syntax, /r and /n options, examples, and batch scripting use cases.
System InformationtimeoutTIMEOUT Command Guide - Pause and Add Delays in Windows CMD
Learn how to use the TIMEOUT command to pause batch scripts and add delays in Windows. Includes /t seconds, /nobreak option, examples, and scripting best practices.
File ManagementtreeTREE Command – Display Directory Structure in Windows
Learn how to use the TREE command to display folder and file hierarchy in Windows Command Prompt. Syntax, /F and /A options, examples, and when to use TREE vs DIR.
File ManagementvolVOL Command Guide - Display Drive Volume Label and Serial Number in Windows
Learn how to use the VOL command to display volume labels and serial numbers for Windows drives. Includes syntax, examples, scripting use cases, and troubleshooting tips.
Process ManagementatAT Command – Schedule Tasks in Windows Command Prompt
Learn how to use the AT command to schedule programs and batch files to run at specified times in Windows CMD. Guide covers syntax, /every, /next, and migration to SCHTASKS.
Advanced System ToolsbcdeditBCDEDIT Command – Edit Boot Configuration in Windows
Learn how to use the BCDEDIT command to view and modify Windows boot configuration data (BCD). Guide covers syntax, /set, /copy, boot options, safe mode, and recovery troubleshooting.
File ManagementchdirCHDIR Command – Change Directory in Windows Command Prompt
Master the CHDIR command to navigate directories in Windows CMD. Complete guide with syntax, examples, and tips. CHDIR is identical to CD—both change the current working directory.
System InformationconfigCONFIG Command – View System Configuration in Windows
Learn how to view system configuration in Windows CMD. CONFIG displays OS, hardware, and device info. Guide covers syntax, MSConfig, SYSTEMINFO, and configuration troubleshooting.
File ManagementmdMD Command – Create Directories in Windows Command Prompt
Learn how to use the MD command to create new directories in Windows CMD. MD is identical to MKDIR—both create folders. Complete guide with syntax, examples, and best practices.
User Managementnet localgroupNET LOCALGROUP Command – Manage Local Groups in Windows CMD
Learn how to use the NET LOCALGROUP command to add users to groups, create groups, and manage local group membership in Windows CMD. Guide covers Administrators, /add, /delete, and permission management.
User Managementnet userNET USER Command – Manage User Accounts in Windows CMD
Learn how to use the NET USER command to create, modify, and delete local user accounts in Windows CMD. Guide covers syntax, /add, /delete, password options, and user management best practices.
File ManagementrdRD Command – Remove Directories in Windows Command Prompt
Master the RD command to delete empty directories in Windows CMD. RD is identical to RMDIR. Complete guide with syntax, /S /Q parameters, examples, and tips for safe folder deletion.
Advanced System ToolsregREG Command – Registry Console Tool in Windows CMD
Learn how to use the REG command to query, add, delete, and manage Windows Registry from the command line. Guide covers REG QUERY, REG ADD, REG DELETE, syntax, and examples.
User ManagementrunasRUNAS Command – Run Programs as Different User in Windows
Learn how to use the RUNAS command to execute programs under a different user account in Windows CMD. Guide covers syntax, /user, elevation, and security best practices.
Process ManagementschtasksSCHTASKS Command – Schedule Tasks in Windows CMD
Learn how to use the SCHTASKS command to create, manage, and query scheduled tasks in Windows CMD. Guide covers /create, /query, /run, syntax, and automation examples.
System InformationwhoamiWHOAMI Command – Display Current User and Security Info in Windows
Learn how to use the WHOAMI command to display the current user name, group memberships, and privileges in Windows CMD. Guide covers syntax, /groups, /priv, and security troubleshooting.
Disk ManagementlabelLABEL Command Guide - Change Drive Volume Labels in Windows
Learn how to use the label command to create, change, or delete drive volume labels on Windows. Includes syntax, examples for hard drives and removable media, best practices, and practical use cases.
File ManagementmoreMORE Command Guide - Display Output One Screen at a Time in Windows
Learn how to use the more command to page through text output one screen at a time on Windows. Includes syntax, options for extended features, piping with other commands, and practical examples.
Disk ManagementsubstSUBST Command Guide - Create Virtual Drive Letters for Folders in Windows
Learn how to use the subst command to map folders to drive letters in Windows. Includes syntax, creating and removing virtual drives, batch scripts, registry persistence, and practical examples.
File ManagementxcopyXCOPY Command Guide - Advanced File and Directory Copying in Windows
Learn how to use the xcopy command for powerful file and directory copying on Windows. Includes syntax, recursive copying, attributes, verification, exclusions, and practical backup examples.
File ManagementfindFIND Command Guide - Search for Text Strings in Files on Windows
Learn how to use the find command to search for specific text strings in files using Windows Command Prompt. Includes syntax, options, case-sensitive searches, line numbers, and practical examples.
File ManagementfindstrFINDSTR Command Guide - Advanced Text Search with Regular Expressions
Learn how to use the findstr command for powerful text searching with regular expressions, wildcards, and recursive directory searches in Windows Command Prompt. Includes syntax, regex patterns, and practical examples.
File SystemfsutilFSUTIL Command Guide - Advanced File System Utilities for Windows
Learn how to use the fsutil command for advanced file system management including NTFS operations, disk quotas, sparse files, USN journal, and volume information. Includes syntax, practical examples, and system administration tasks.
File SystemftypeFTYPE Command Guide - Manage File Type Associations in Windows
Learn how to use the ftype command to view and modify file type associations that link file extensions to executable programs in Windows Command Prompt. Includes syntax, examples, and troubleshooting tips.
File SystemcompactCOMPACT Command Guide - Display and Manage File Compression in Windows
Learn how to use the compact command to display, enable, or disable NTFS file and directory compression in Windows Command Prompt. Includes syntax, examples, and compression best practices.
Disk ManagementconvertCONVERT Command Guide - Convert FAT/FAT32 Volumes to NTFS in Windows
Learn how to use the convert command to convert FAT or FAT32 volumes to NTFS file system in Windows. Includes syntax, examples, prerequisites, and conversion best practices.
Disk ManagementdefragDEFRAG Command Guide - Optimize and Defragment Disk Volumes in Windows
Learn how to use the defrag command to analyze, defragment, and optimize disk drives in Windows Command Prompt. Includes syntax, examples, optimization strategies, and performance best practices.
File ManagementfcFC Command Guide - Compare Files and Display Differences in Windows
Learn how to use the fc command to compare two files or sets of files and display differences in Windows Command Prompt. Includes syntax, binary/ASCII comparison, examples, and troubleshooting.
Disk ManagementchkdskCHKDSK Command Guide - Check and Repair Disk Errors in Windows
Master the chkdsk command to scan and fix disk errors, bad sectors, and file system corruption. Includes syntax, practical examples, repair options, and troubleshooting tips.
Disk ManagementdiskpartDiskpart Command: Disk Partition Management Tool | Windows Guide
Learn how to use diskpart to manage disks, partitions, and volumes in Windows. Complete guide with examples, disk cleaning, formatting, and troubleshooting.
Advanced System ToolsdismDISM Command: Repair Windows Image & Component Store | Guide
Learn how to use DISM to repair corrupted Windows images and fix component store issues. Complete guide with RestoreHealth examples and troubleshooting.
User ManagementicaclsICACLS Command Guide - Manage NTFS Permissions and Access Control Lists
Master the icacls command for managing NTFS file and folder permissions in Windows. Includes syntax, permission types, practical examples, troubleshooting tips, and enterprise ACL management.
NetworkingnetshNetsh Command: Network Shell Configuration Tool | Windows Guide
Learn how to use netsh to configure network settings, view WiFi networks, manage firewall rules, and troubleshoot network issues in Windows.
Advanced System ToolspowershellPowerShell Command: Launch Windows PowerShell | CMD Guide
Learn how to start Windows PowerShell from Command Prompt. Complete guide with syntax, examples, use cases, and tips for IT professionals.
File ManagementrobocopyRobocopy Command: Robust File Copy Tool | Windows Guide
Learn how to use robocopy for advanced file copying, directory mirroring, network transfers, and backup automation in Windows. Complete guide with examples.
System InformationsfcSFC Command: System File Checker Repair Tool | Windows Guide
Learn how to use SFC /scannow to scan and repair corrupted Windows system files. Complete guide with examples, troubleshooting, and best practices.
User ManagementtakeownTAKEOWN Command Guide - Take Ownership of Files and Folders in Windows
Master the takeown command to take ownership of files and folders when access is denied. Includes syntax, practical examples, troubleshooting tips, and permission management workflows.
Process ManagementwmicWMIC Command Guide - Windows Management Instrumentation for System Administration
Master the wmic command for querying and managing Windows systems via WMI. Includes syntax, practical examples, troubleshooting tips, and automation scripts for IT professionals.
File ManagementattribATTRIB Command Guide - Display and Change File Attributes in Windows
Learn how to use the attrib command to display, set, or remove file attributes (read-only, hidden, archive, system) in Windows Command Prompt. Includes syntax, examples, and best practices.
System InformationdateDATE Command: Display and Set System Date in Windows CMD | Guide
Master the DATE command to view and modify Windows system date. Complete guide with examples, batch scripting tips, and date manipulation techniques.
Help and DocumentationhelpHELP Command: Get Windows CMD Command Documentation | Complete Guide
Master the HELP command in Windows Command Prompt. Learn syntax, examples, and how to access detailed documentation for any CMD command instantly.
System InformationhostnameHOSTNAME Command: Display Computer Name in Windows CMD | Quick Guide
Master the HOSTNAME command to instantly display your Windows computer name. Complete guide with examples, scripting tips, and network identification techniques.
System InformationsysteminfoSYSTEMINFO Command: Display Windows System Information | Complete Guide
Master the SYSTEMINFO command to view detailed Windows system configuration, hardware specs, and network info. Complete guide with examples and troubleshooting.
System InformationtimeTIME Command: Display and Set System Time in Windows CMD | Guide
Master the TIME command to view and modify Windows system time. Complete guide with examples, batch scripting tips, and time management techniques.
File ManagementtypeTYPE Command – Display File Contents in Windows Command Prompt
Learn how to use the TYPE command to view text file contents in Windows CMD. Complete guide with syntax, examples, and tips for displaying file content.
System InformationverVER Command: Display Windows Version Number | Quick Reference Guide
Learn the VER command to instantly display Windows version numbers in CMD. Complete guide with examples, batch scripting tips, and version checking techniques.
File ManagementcompCOMP Command Guide - Compare Two Files Byte by Byte in Windows
Learn how to use the comp command to compare the contents of two files or sets of files byte by byte in Windows Command Prompt. Includes syntax, examples, troubleshooting, and best practices.
File ManagementcipherCIPHER Command Guide - Display and Alter File Encryption in Windows
Learn how to use the cipher command to display, encrypt, or decrypt files and directories on NTFS volumes in Windows. Includes syntax, examples, troubleshooting, and best practices for EFS encryption.
System InformationassocASSOC Command Guide - Display and Modify File Extension Associations in Windows
Learn how to use the assoc command to display, set, or modify file extension associations in Windows Command Prompt. Includes syntax, examples, troubleshooting, and best practices.
File ManagementmoveMOVE Command – Move and Rename Files in Windows Command Prompt
Learn how to use the MOVE command to relocate files and directories or rename them in Windows CMD. Complete guide with syntax, examples, and best practices.
File ManagementdirDIR Command – List Files and Directories in Windows
Learn how to use the DIR command to display files and subdirectories in Windows Command Prompt. Complete guide with syntax, parameters, examples, and best practices.
Process ManagementscSC Command – Manage Windows Services from Command Line
Learn how to use the SC command to query, start, stop, configure, and manage Windows services from CMD. Complete guide with syntax, examples, and troubleshooting tips.
NetworkinggetmacGetmac Command: Display MAC Addresses for Network Adapters | Guide
Learn how to use getmac to display physical (MAC) addresses for all network adapters, identify network interfaces, and troubleshoot network hardware.
NetworkingnslookupNslookup Command: Query DNS Records and Troubleshoot Name Resolution
Master nslookup to query DNS servers, lookup IP addresses from hostnames, troubleshoot DNS issues, and verify DNS record types (A, MX, NS, TXT).
Process ManagementstartSTART Command – Launch Programs and Files in Windows CMD
Learn how to use the START command to launch applications, open files, run commands in new windows, and control process priority in Windows. Complete guide with syntax, examples, and tips.
NetworkingtracertTracert Command: Trace Network Route and Diagnose Path Issues | Guide
Learn how to use tracert to trace network routes, identify where packets fail, measure hop-by-hop latency, and diagnose routing problems in Windows.
NetworkingnetstatNetstat Command: Display Network Connections and Statistics | Guide
Master netstat to view active connections, listening ports, routing tables, and network statistics. Essential for network diagnostics and security monitoring.
Process ManagementtaskkillTASKKILL Command – Terminate Processes in Windows CMD
Learn how to use the TASKKILL command to terminate processes by PID or name, force kill unresponsive applications, and manage processes remotely in Windows. Complete guide with syntax, examples, and tips.
File ManagementdelDEL Command – Delete Files in Windows Command Prompt
Master the DEL command to delete files in Windows CMD. Complete guide with syntax, parameters, wildcards, examples, and best practices for safe file deletion.
NetworkingpingPing Command: Test Network Connectivity and Diagnose Issues | Guide
Learn how to use ping to test network connectivity, measure latency, diagnose packet loss, and troubleshoot network issues on Windows.
NetworkingipconfigIpconfig Command: View and Manage IP Network Configuration | Guide
Master ipconfig to view IP addresses, release/renew DHCP leases, flush DNS cache, and troubleshoot network connectivity issues in Windows.
Process ManagementtasklistTASKLIST Command – Display Running Processes in Windows
Learn how to use the TASKLIST command to view all running processes, filter by criteria, format output, and monitor system performance in Windows CMD. Complete guide with syntax, examples, and tips.
File ManagementcopyCOPY Command – Duplicate Files in Windows Command Prompt
Master the COPY command to duplicate files and combine text files in Windows CMD. Complete guide with syntax, parameters, examples, and best practices.
File ManagementcdCD Command – Change Directory in Windows Command Prompt
Master the CD command to navigate directories in Windows CMD. Complete guide with syntax, examples, and tips for changing directories efficiently in Command Prompt.
File ManagementechoECHO Command – Display Messages and Control Command Echoing
Learn how to use the ECHO command to display text, create files, and control command echoing in Windows CMD. Complete guide with syntax, examples, and tips.
File ManagementmkdirMKDIR Command – Create Directories in Windows Command Prompt
Learn how to use the MKDIR command to create new directories and nested folder structures in Windows CMD. Complete guide with syntax, examples, and best practices.
File ManagementrenREN Command – Rename Files and Directories in Windows CMD
Master the REN command to rename files and folders in Windows Command Prompt. Complete guide with syntax, wildcards, examples, and best practices for renaming.
File ManagementrmdirRMDIR Command – Remove Directories in Windows Command Prompt
Master the RMDIR command to delete empty directories in Windows CMD. Complete guide with syntax, parameters, examples, and tips for removing folders safely.