node-windows icon indicating copy to clipboard operation
node-windows copied to clipboard

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).

Results 70 node-windows issues
Sort by recently updated
recently updated
newest added

I put my source files in `/src` similar to many other projects and since my `index.js` in under `/src` the output daemon folder will be created as `/src/daemon`. I need...

enhancement

All arguments set in `nodeOptions` are used to execute the wrapper service and then reused, to call the service itself. If `--inspect` or `--inspect=` (where portnum !=0) is provided as...

Hello, When I create a service, when I check its properties, I can see `Service name :` followed by a name with a `.exe` extension. Could you remove the `.exe`...

WinSW 2 carries a logging framework so the binary is a bit larger. Also removes .NET 2 support. Who is using .NET 2 these days? Fixes #47 --- ## Bug...

Hi, We have made a `node-windows` service that have a main script that run a child process command to open an .exe like this ``` var cp = require("child_process"); cp.exec("C:\\Users\\test\\Desktop\\file.exe",...

question (better for stackoverflow)

It would be great if the daemons xx.err.log would have the same timestamps like xx.wrapper.log

help wanted

currently, the following lines are dead code as `child` is `null` when `monitor` is called https://github.com/coreybutler/node-windows/blob/accfbd0528ad5148cb6283e5d8f2b407f890dfbc/lib/wrapper.js#L120-L125 This suggests that `monitor` may not be used as originally intended, and it means...

Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...

When I call `isAdminUser`, it will fail the first `NET SESSION` call and re-attempt to call it with `elevate`. I then deny the elevation at the UAC prompt, but `isAdminUser`...

Add possibility to add arguments to the script to be called