jhylton
jhylton
you can just add this into the query itself: `module.exports.test = () => new Promise((resolve) => { wmi.query('SELECT SMBIOSBIOSVersion, SerialNumber FROM Win32_BIOS', (err, response) => { if (err) { console.log('i...
Hello, I have a similar issue as well. I have multiple combo's, nested in each other but the items all seem to overlap. Any ideas what could be causing this...
@amloewi - Did you happen to find a working solution for this by chance? I just stumbled onto this post and looking to be able to do something with this:...