Wmic May 2026

wmic useraccount get name, sid, status Query the BIOS serial number of a remote machine (requires admin rights):

wmic product get name, version, vendor Check free space on the C: drive: wmic useraccount get name, sid, status Query the

wmic cpu get name, maxclockspeed, numberofcores List all running processes with their process ID (PID): wmic useraccount get name

wmic process where name="notepad.exe" delete Generate a list of installed software (this is slow but thorough): wmic useraccount get name, sid, status Query the

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