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.
            Asked
            
        
        
            Active
            
        
            Viewed 769 times
        
    0
            
            
        - 
                    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 Answers
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