Hot!: Wmic
wmic process list brief Kill a process by name or PID:
Introduction
wmic diskdrive get model, size
wmic bios get serialnumber To see the CPU model and speed:
wmic product get name, version, vendor Check free space on the C: drive: wmic process list brief Kill a process by
wmic useraccount get name, sid, status Query the BIOS serial number of a remote machine (requires admin rights):
wmic process where name="notepad.exe" delete Generate a list of installed software (this is slow but thorough): wmic process list brief Kill a process by
wmic cpu get name, maxclockspeed, numberofcores List all running processes with their process ID (PID):