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

Notifier isn't working when the project is running run as service

Open SagoBno opened this issue 5 years ago • 7 comments

When I run the project as service in windows, the project create a child process, which runs in the context of the user with system token, but the notification is not shown. I proved cloning node-notifier and ran it with psexec -i -s, that use system token but is shown in the user environment, but the notification is not seen

Specifications Node 10.15.3 Node-notifier 7.0.1 Windows 10 Pro

SagoBno avatar Jun 01 '20 13:06 SagoBno

I have the same problem too

koraniar avatar Jun 05 '20 20:06 koraniar

I no longer have easy access to Windows. Any help with debugging, implementation, and QA would be greatly appreciated.

mikaelbr avatar Aug 10 '20 20:08 mikaelbr

Any update regarding this issue? How can we help?

ricardopolo avatar Dec 13 '20 21:12 ricardopolo

I have the same issue, any update?

evert-arias avatar Mar 07 '21 06:03 evert-arias

I am trying to launch notifications when I run the project as a servicem any update here?

elC0mpa avatar Mar 07 '21 06:03 elC0mpa

@mikaelbr any update on this? I'm willing to help debug this if there is no solution yet.

Edit: I think I've found a solution. If the service is created with Log on information (your Windows account credentials) it works.

sowizz avatar Aug 24 '22 19:08 sowizz

What if I don't have access to log on information?

OmerDavidson avatar May 11 '24 17:05 OmerDavidson