→
Built-in Windows commands
An old collection of built-in Windows commands — sometimes useful for inspecting a system without installing anything.
| Command | Does |
|---|---|
| ipconfig | IP configuration for all adapters. |
| netstat | All active network connections. |
| nbtstat | NetBIOS-over-TCP/IP stats and connections. |
| nslookup | Returns your local DNS server. |
| ping | Sends data to a host/IP. |
| hostname | Returns the computer's name. |
| msconfig | Edit startup configuration. |
| msinfo32 | System information utility. |
| regedit | Registry editor (remote: connect network registry). |
| sfc /scannow | System File Checker. |
| chkdisk | Repair damaged files. |
| cleanmgr | Disk cleanup. |
| MMC | Microsoft Management Console. |