← UniTech LK Troubleshooting Guides
Windows Command Prompt

Windows CMD Commands & Troubleshooting Guides

Practical Command Prompt guides for Windows troubleshooting, network investigation, serial numbers, system information, repair tools and everyday administration.

CMD Troubleshooting Guides

Common Windows CMD Commands

systeminfo

Shows detailed Windows system information.

systeminfo

ipconfig

Shows Windows IP configuration.

ipconfig /all

ping

Tests basic network connectivity.

ping 8.8.8.8

nslookup

Performs DNS lookups.

nslookup unitechlk.com

netstat

Shows active connections and listening ports.

netstat -ano

tasklist

Shows running processes.

tasklist

sfc

Scans protected Windows system files.

sfc /scannow

DISM

Repairs the Windows component store when appropriate.

DISM /Online /Cleanup-Image /RestoreHealth

chkdsk

Checks a file system and volume for errors.

chkdsk C:

Windows CMD Search Topics

Command Prompt Safety

Read a command before running it, especially commands that modify files, disks, services, boot settings, accounts or Windows configuration.

Related UniTech LK Topics

← Back to UniTech LK Troubleshooting Guides