Can't change service status of service created by myself on Vista [modified]
-
I create a service application and intall it on vista. But the status of service can't be changed. The menu appeared after right click the service item in services window are all gray(like start, stop, etc.). The service application can install on Windows 2003. The status can be changed. Is there any difference between 2003 and vista to create a service application.
modified on Sunday, May 18, 2008 10:21 PM
-
I create a service application and intall it on vista. But the status of service can't be changed. The menu appeared after right click the service item in services window are all gray(like start, stop, etc.). The service application can install on Windows 2003. The status can be changed. Is there any difference between 2003 and vista to create a service application.
modified on Sunday, May 18, 2008 10:21 PM
Hi!! Please elaborate the problem. Unable to understand the buttons???
-
Hi!! Please elaborate the problem. Unable to understand the buttons???
I change my description. Thanks for your kind reminder! :)
-
I change my description. Thanks for your kind reminder! :)
Hi!! I have worked on your issue.. I m getting the same result i.e. the start, stop, restart these options are not working. I think you are trying to change the status of the service after logging in the Guest account (other than Administrator) so that these options are not working. If logged in an Administrator account and try to change the status then you will get appropriate results. Try it if it works then please let me know... With best wishes, Vaibhav Deshpande
-
Hi!! I have worked on your issue.. I m getting the same result i.e. the start, stop, restart these options are not working. I think you are trying to change the status of the service after logging in the Guest account (other than Administrator) so that these options are not working. If logged in an Administrator account and try to change the status then you will get appropriate results. Try it if it works then please let me know... With best wishes, Vaibhav Deshpande
I logged in the Administrator account. And I found it seems to relate with UAC. When I disable UAC. It can works smoothly. How can I do in my code to enable privilege related with UAC. Thanks
modified on Monday, May 19, 2008 8:48 PM
-
I logged in the Administrator account. And I found it seems to relate with UAC. When I disable UAC. It can works smoothly. How can I do in my code to enable privilege related with UAC. Thanks
modified on Monday, May 19, 2008 8:48 PM
Hi!! If you have logged in as Administrator and right clicking the service the you should get start option highlighted and other options grayed (which is I am getting.). If you think it is related to UAC then please refer the dam good articles of Jaisvar. I am forwarding the link. http://www.codeproject.com/KB/vista-security/VistaSessions.aspx[^] Please go through it. It had helped me a lot... With regards, Vaibhav Deshpande.