Table of Contents
Disk Tools #
- cleanmgr.exe /d C
- diskpart
chkdsk /f
:.Opens in new tabChecks the disk and attempts to fix any errors it finds.chkdsk /r
:.Opens in new tabScans for bad sectors and attempts to recover readable information from them.chkdsk /f /r
:.Opens in new tabChecks the disk, fixes errors, and scans for bad sectors, attempting to recover readable data.chkdsk /x
:.Opens in new tabForces the volume to dismount before performing the check, which is sometimes necessary when the drive is in use
Windows Tools #
OS Recovery Tools #
- sfc /scannow
- DISM.exe /Online /Cleanup-image /Restorehealth
- WINVER
Various Commands #
- taskkill
- systeminfo
netstat
: Displays active connections and listening ports.tasklist
: Display a list of running processes. Example:tasklist