Wmic | [top]

wmic product get name, version, vendor Check free space on the C: drive:

wmic cpu get name, maxclockspeed, numberofcores List all running processes with their process ID (PID): wmic product get name, version, vendor Check free

Introduction

wmic process list brief Kill a process by name or PID: wmic product get name

wmic logicaldisk where deviceid="c:" get size, freespace List all local user accounts: freespace List all local user accounts: