Today I need to configure to allow normal user to be able to restart some service. The problem was because user was not admin user. I will show you how to in easy way configure it. In case of reinstallation service remember that permissions needs to be updated one more time.
First you need to download Process Explorer program from SysInternals. Link to the file is below: Procexp download . Next, open the program where you want to change permissions and you will see that window.
If the service is running, find it and click PPM, select from the dropdown menu Properties. I will use as a example print spooler service.
Now, go to tab Services and click Permissions.
In new window add user which needs to have permissions and grant him permissions for that service. After that save the changes and close windows.
Now we need to allow that user to login via RDP to server. Add user to Remote Desktop Users group.
After login we see that have ability to restart service.