Restart Windows Service from NodeRED

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
:grinning_face_with_smiling_eyes:

You have to set the account that runs node-red to have the permission to stop/start a service.

see this