Microsoft Axes WMIC Command-Line Tool in Latest Windows Update
A much-used tool for administrators and power users is being phased out of Windows 11. The Windows Management Instrumentation Command-line (WMIC) has been a staple since Windows XP, but it’s set to be removed with the upcoming patch.
The removal affects both Windows 11 versions 24H2 and 25H2, as well as existing PCs that will no longer have WMIC after installing the update. Microsoft had already marked WMIC as deprecated in its classification system back in 2024. This move is part of a broader effort to simplify the operating system.
WMIC was a command-line utility used for tasks like retrieving system information and automating administrative duties. It allowed users to run commands for getting hardware data, BIOS info, or managing running processes via simple instructions. The tool was widely used by administrators who needed help with complex automation tasks like these.
The update that removes WMIC also includes other changes such as bringing back the freely positionable taskbar and new resizing options for the Start menu. Windows Search is being revamped, and Microsoft is integrating additional security features, including ‘Administrator Protection’. This feature aims to protect administrator accounts from unauthorized access.
For most home users, this change will likely go unnoticed. But those who rely on automation scripts may need to review their code soon. Scripts that use WMIC commands directly or launch it as an external utility could be affected by the removal.
Specifically, batch files containing wmiccommands, PowerShell scripts that run WMIC, login and startup scripts, scheduled tasks, inventory and monitoring scripts, and older installation and deployment packages may need to be updated with alternative code. Microsoft advises using PowerShell instead of these old tools since it offers access to WMI data and is more powerful.
The removal of WMIC marks another step in phasing out the Windows XP-era tools that are still lingering on modern operating systems. Anyone relying on older administration or automation scripts should review their code soon to ensure compatibility with the updated system.