@lxfater/windows-systeminfo
v1.0.3
Published
A nodejs wrapper for native windows systemInfo command.
Downloads
6
Readme
windows-systeminfo
A nodejs wrapper for native windows systemInfo command.
const test = require('@lxfater/windows-systeminfo')
// Put your system (like cp936) cmd PageCode to get the correct information
// Using chcp command to get your current PageCode
test('cp936').then((x) => {
console.log(x)
})