Click here to Skip to main content
16,004,686 members

Comments by Prabhu_Pappu (Top 6 by date)

Prabhu_Pappu 31-May-13 10:30am View    
Thank for heads up
unfortunately, I want to change the Sharepoint site group permission. Not the list permission.
Prabhu_Pappu 31-May-12 12:07pm View    
I got the solution .. will post here soon .. Thanks for all who and all replied me :)
Prabhu_Pappu 23-May-12 17:28pm View    
Hi again,
Even the above link (http://www.codeproject.com/Articles/7665/Extend-ServiceController-class-to-change-the-Start) we cannot pass the server Name.
Even this too ,
http://msdn.microsoft.com/en-us/library/windows/desktop/aa394418%28v=vs.85%29.aspx.

If we want to check the local system service start type we can use the above coding :) . But not for other system. :(
Prabhu_Pappu 23-May-12 17:07pm View    
Thanks for your Reply :) .

In Service Controller(http://msdn.microsoft.com/en-us/library/ssbk2tf3.aspx),

we can check the ServiceName , Status, MachineName , DisplayName etc.
But, We cannot check the Service Startup Type. Ex : Auto , Disabled etc.
Prabhu_Pappu 23-May-12 14:21pm View    
Hi All,

Let me clarify one thing ,
I want to check the Startup Type of the services for another servers.
Same server means we can use the above link "http://www.geekpedia.com/tutorial225_Listing-Services-with-Csharp.html".
But i want to check the start up type of the service which is in another system