Wmic Help

Understanding WMIC: Your Guide to the Windows Management Instrumentation Command-line

WMI command-line (WMIC) utility - Win32 apps | Microsoft Learn wmic help

| Task | Command | | :--- | :--- | | | wmic csproduct get name | | Get Serial Number | wmic bios get serialnumber | | Get CPU Info | wmic cpu get name, maxclockspeed | | Get OS Version | wmic os get caption, version | | Get IP Config | wmic nicconfig get ipaddress, description | | Kill Process | wmic process where name="app.exe" call terminate | | Start Program | wmic process call create "notepad.exe" | | List Startup Apps | wmic startup list full | | Remote Reboot | wmic /node:"PCName" os call reboot | Understanding WMIC: Your Guide to the Windows Management

This returns the "verbs" or operations you can perform, such as GET , SET , LIST , or CALL . 3. Property and Verb Help such as GET