Skip to content

nrpatten/wmic-sys-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wmic-Sys-Info

MIT License Git Version Git Issues Language grade: JavaScript Total alerts npm downloads Known Vulnerabilities

Node Wmic (Windows Management Instrumentation Command-Line) System Info Package

  • Windows 7 and up Only

install:

  • npm i wmic-sys-info or npm i git://github.com/nrpatten/wmic-sys-info/

Usage:

const wsi = require('wmic-sys-info');

wsi.getProcessor().then(data => {
  console.log(data);
}).catch(error => console.log(error));

References

  • getBaseBoard() MotherBoard Info
  • getBIOS() BIOS Info
  • getOS() Operating System Info
  • getProcessor() Processor Info
  • getMemoryDevice() Memory Info
  • getMemoryUsage() Memory Usage Info
  • getLogicalDisk() Local Disk Info
  • getDiskDrive() Disk Drive Info
  • getDiskIO() Disk Drive IO Info
  • getNetworkAdapter() Network Adapter Info
  • getNetworkIO() Network IO Info
  • getVideoController() GPU Info
  • getDesktopmonitor Monitor Info
  • getKeyboard() KeyBoard Info
  • getMouse() Mouse Info
  • getSoundDevice() Sound Device Info
  • getNvidiaSmi() Nvidia GPU Device Info, Note! nvidia-smi only works with GTX, RTX and Tesla (It may work with other cards but not tested).

About

Windows wmic System Info

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published