Krombik / keysender

Node.js Desktop Automation for Windows.
MIT License
75 stars 6 forks source link

Running as windows service -> no window control #1

Closed normen closed 3 years ago

normen commented 3 years ago

Hi,

first of all thanks for this software, its very exhaustive and works very well for me.

However I noticed that when I run my node application as a windows service I don't seem to have access to the application windows anymore. For all I know I am running my service as that same user which is also an admin.

I don't know if this is intended behavior or if its simply not possible to control the UI from a service this way but I thought I would mention this.

Cheers, Normen Hansen

Krombik commented 3 years ago

Hi, this library use WinAPI, so I gues it can't be fixed.

normen commented 3 years ago

Okay, thanks for the quick reply, no problem.