# wmic-replacement **Repository Path**: zcstudio/wmic-replacement ## Basic Information - **Project Name**: wmic-replacement - **Description**: rust重写wmic.exe - **Primary Language**: Rust - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-20 - **Last Updated**: 2023-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wmic replacement tool ## run tests ```powershell # 需要以单线程方式运行 cargo test -- -- --test-threads=1 ```