WMIC 的 Node.js 接口 Wmic.js
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/ppoffice/wmic.js
- 软件文档: https://github.com/ppoffice/wmic.js
- 官方下载: https://github.com/ppoffice/wmic.js
软件介绍
Wmic.js 是 Windows Management Instrumentation CLI(WMIC) 的 Node.js 接口。
使用方法:
1. 启动 WMIC:
sc start winmgmt // Start WMI Service sc query winmgmt // Check if the service is running
2. 使用 Wmic.js:
wmic().alias('NICConfig').where('Index', 1);
// Equals to
wmic().alias('NICConfig').where('Index', '=', 1);
// You can also use other operators
wmic().alias('NICConfig').where('Description', 'LIKE', '%WAN%');
// Use orWhere to give an alternative condition
wmic().alias('NICConfig').where('Description', 'LIKE', '%WAN%').orWhere('Description', 'LIKE', '%LAN%');
随机密码生成器
多种字符组合密码
RGB HSV 转换
RGB HSV 互转工具
