WMIC (Windows Management Instrumentation Command-line) is a powerful tool that allows users to query system information and manage various aspects of Windows operating systems. Here are ten useful WMIC commands:
Note: To run these commands you must open command prompt as administrator.
--- These commands will place a .txt file onto your desktop for easy saving or sharing of the information. ---
This command provides detailed information about the operating system, including its name, version, build number, and architecture.
This command lists all installed software along with their versions.
This command shows your windows product key which can be useful when reinstalling windows.
This command retrieves detailed information about the CPU(s) in the system.
This command lists all running processes in a brief format.
This command provides details about the disk drives installed in the system.
This command will display a list of all running processes along with their full executable paths.
This command provides information about the BIOS including manufacturer details and version number.
This command lists your Ip address and Mac address
This command will display running services.
The WMI command-line (WMIC) utility provides a command-line interface for Windows Management Instrumentation (WMI). WMIC is compatible with existing shells and utility commands. However, it is important to note that WMIC has been deprecated as of Windows 10, version 21H1, and the 21H1 semi-annual channel release of Windows Server. This deprecation applies only to the WMIC utility; WMI itself is not affected. The functionality provided by WMIC has been superseded by Windows PowerShell for WMI.
Note: To run these commands you must open command prompt as administrator.
--- These commands will place a .txt file onto your desktop for easy saving or sharing of the information. ---
Retrieve Operating System Information:
This command provides detailed information about the operating system, including its name, version, build number, and architecture.
List Installed Software:
This command lists all installed software along with their versions.
Retrieve Product Key:
This command shows your windows product key which can be useful when reinstalling windows.
Get CPU Information:
This command retrieves detailed information about the CPU(s) in the system.
List Running Processes:
This command lists all running processes in a brief format.
Check Disk Drive Information:
This command provides details about the disk drives installed in the system.
Retrieve Running Processes and Executable path:
This command will display a list of all running processes along with their full executable paths.
Get BIOS Information and Serial Number:
This command provides information about the BIOS including manufacturer details and version number.
Retrieve IP Addresses and MAC Addresses:
This command lists your Ip address and Mac address
Retrieve Running Services:
This command will display running services.
The WMI command-line (WMIC) utility provides a command-line interface for Windows Management Instrumentation (WMI). WMIC is compatible with existing shells and utility commands. However, it is important to note that WMIC has been deprecated as of Windows 10, version 21H1, and the 21H1 semi-annual channel release of Windows Server. This deprecation applies only to the WMIC utility; WMI itself is not affected. The functionality provided by WMIC has been superseded by Windows PowerShell for WMI.