c# - Is possible to install ,start and stop the windows service without admin rights? -


i have same problem reference problem link in c++ want in c#

i have created windows service using visual studio 2010 (c#). working fine. , created windows application start service. problem , require admin rights. want start , stop particular windows service without admin rights.

is possible. link not suitable me. link computer may not have iis.

thanks in advance

it not possible start service if non-administrator user not have proper privileges. can't circumvent permissions kind of crack breaks security model of windows.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -