Benutzer-Werkzeuge

Webseiten-Werkzeuge


wmic

WMIC (Windows Management Instrumentation Command-line) ist ein leistungsstarkes Tool zur Verwaltung von Windows-Systemen und bietet umfassende Informationen über Hardware, Software und mehr.

Siehe auch WMI, CIM

wmic /?
wmic bios get /?
wmic os get /format:value
wmic cpu get caption
wmic cpu list /format:value
wmic memorychip get capacity
wmic diskdrive get caption,size
wmic logicaldisk get name,caption
wmic useraccount get name
wmic product get name,version

wmic process where name="notepad.exe" get processid
wmic service where state="running" get caption

wmic netuse // netzlaufwerke
wmic.txt · Zuletzt geändert: 2025/03/27 08:53 von jango