- Windows 7 and up Only
npm i wmic-sys-info
ornpm i git://github.com/nrpatten/wmic-sys-info/
const wsi = require('wmic-sys-info');
wsi.getProcessor().then(data => {
console.log(data);
}).catch(error => console.log(error));
getBaseBoard()
MotherBoard InfogetBIOS()
BIOS InfogetOS()
Operating System InfogetProcessor()
Processor InfogetMemoryDevice()
Memory InfogetMemoryUsage()
Memory Usage InfogetLogicalDisk()
Local Disk InfogetDiskDrive()
Disk Drive InfogetDiskIO()
Disk Drive IO InfogetNetworkAdapter()
Network Adapter InfogetNetworkIO()
Network IO InfogetVideoController()
GPU InfogetDesktopmonitor
Monitor InfogetKeyboard()
KeyBoard InfogetMouse()
Mouse InfogetSoundDevice()
Sound Device InfogetNvidiaSmi()
Nvidia GPU Device Info, Note! nvidia-smi only works with GTX, RTX and Tesla (It may work with other cards but not tested).