I am getting Error 1053 when I start or stop my windows services
Is there any manual ways to debug it like doing some changes with scripting ? Without in开发者_如何学Gostalling something and do registry scans all ?
You could use "Attach to process"
feature of visual studio to debug windows services. Checkout this post.
anyway, the cause of this problem is : your service uses a local account. you can find a hotfix here : http://forums.isaserver.org/m_2002049399/mpage_1/key_/tm.htm#2002049399
stephane Halimi
精彩评论