-2

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

  • Welcome as a new user to SO. Please take the [tour] and also read [ASK]. [SO] isn't a free script writing service. Own research and code attempts are expected. [Edit] the question to include **your** code in a [mcve] even if not working. –  Jul 25 '18 at 18:53

1 Answers1

-1

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.

Mattias Zurkovic
  • 335
  • 3
  • 12