gnh1201 / welsonjs

WelsonJS - Build a Windows app on the Windows built-in JavaScript engine
https://catswords.social/@catswords_oss
GNU General Public License v3.0
143 stars 12 forks source link

[Native] Windows EventLog Scripting with JavaScript #123

Open gnh1201 opened 1 month ago

gnh1201 commented 1 month ago

Summary

The WelsonJS project successfully demonstrated an example of controlling Windows Services using JavaScript. The most likely anticipated uses for this functionality are as follows:

This issue addresses the real-time monitoring and parsing of Windows EventLog.

Related links