Posts: 10
Threads: 2
Joined: Jan 2007
Working on evaluation copy of CQC.
It looks like I'm not able to shut CQCAppShell neither using Task Manager nor CQC Command Prompt.
Is this shortcoming of trial version or Win7 bug?
Posts: 1,061
Threads: 9
Joined: Sep 2008
Any special reason why you want to do that? Typically it's a bad idea to try to randomly kill dependencies because you think they are not used...
Posts: 10
Threads: 2
Joined: Jan 2007
I would call it curiosity. I do not have any dependencies right now yet. I've been just following video tutorial and the very first one shows the ability to invoke and subsequently end the service through Command Prompt which didn't work for me. The same negative experience was delivered after using the work horse of windows - Task Manager.
Posts: 40,483
Threads: 491
Joined: Aug 2002
You can't do it via the task list since it's a service, not a regular process. The only reason you wouldn't be able to it via Net Stop on the command line would be perhaps becasue you didn't run the command line as an administrator, and administrative rights are required to stop a service these days. Try right clicking on it and do Run as Administrator and see if that doesn't work.
Dean Roddey
Explorans limites defectum
Posts: 40,483
Threads: 491
Joined: Aug 2002
Did that work for you?
Dean Roddey
Explorans limites defectum
Posts: 10
Threads: 2
Joined: Jan 2007
Yes, it did work. Thanks a lot for prompt response.