Search code examples
node.jscmdwmic

How to get information about Windows update status via wmic or nodejs?


I need information if the Windows updates status is ok and return it


Solution

  • Nodejs has plenty of functions out of the box that allow you to interface with the operating system. I also found this library that provides even more functionality, maybe something in there can help you.