0

I am developing a Windows Service that will control a group of windows application and run them on scheduler given from webservice. I am not able to Start/Stop the services due to security issues. I have tried this solution but it did not work.

Community
  • 1
  • 1
Hussein Khalil
  • 1,395
  • 11
  • 29
  • Your question is really "how do I perform operations that I am not permitted to do?". An uphill battle in any secure OS. – CoreTech May 17 '15 at 13:50

1 Answers1

0

Try use WMI for manupulation of windows service state. Read here

Sattar Imamov
  • 562
  • 6
  • 16
  • I am sorry, i have edited the question, i have typed by mistake that i am building windows application, what i meant is that i am building windows service controlling other service – Hussein Khalil May 17 '15 at 08:39