Is anyone out there who can tell me how to restart a windows service within nodered?
I found on goolge this commands:
net start "Servicename" and sc start "Servicename"
both commands work fine as admin in cmd
but how can i use it within nodered exec node? How can i add the admin rights?
Best regards