dannyt Posted February 2, 2012 Report Share Posted February 2, 2012 Hi, A strange question this I am working on inherited code and there is a VI that issues either a cmd /c Net Stop wcontrol or cmd /c Net Start wcontrol I know net stop /start works on a windows service but I have no idea idea what service this command is referring to, so just on an off chance anybody else come across it ? I have looked in the admin services list on the PC in question and can find nothing there. cheers Danny Quote Link to comment
BigAngryHillMan Posted February 2, 2012 Report Share Posted February 2, 2012 This link should help. http://ss64.com/nt/net_service.html Quote Link to comment
Saverio Posted February 2, 2012 Report Share Posted February 2, 2012 That link is a page explaining the net command. The user already knows what the command does. He's asking what the wcontrol service is, specifically. If I'm not mistaken, the wcontrol service is one of the services for Symantec's Enterprise AntiVirus, having to do with the CCM Server. Whatever that is. 1 Quote Link to comment
dannyt Posted February 2, 2012 Author Report Share Posted February 2, 2012 Thanks Guys, BAH - though I knew what net stop did your link was interesting as there was a list of XP windows services on there Saverio... cheers I did see some comment lying around near the call talking about CMM so you may well be on the right track Quote Link to comment
ShaunR Posted February 2, 2012 Report Share Posted February 2, 2012 It could be for the mouse wheel WControl Does the mouse wheel stop working if you disable it? Quote Link to comment
dannyt Posted February 2, 2012 Author Report Share Posted February 2, 2012 When I run this from the command line it tells me the service is not found, but this is not the original PC the code came from so who knows :-) The original PC was installed and setup in Germany all my code comments are in German, the goodness for Goggle translate. The translated comments imply they were trying to turn off MS updates uing long tests, but wcontrol will not do that time will tell me if the VI was trying to do something important. Quote Link to comment
asbo Posted February 2, 2012 Report Share Posted February 2, 2012 Yeah, Goggle translate is a life saver. The Windows Update makes makes sense, but they almost always include the 'wu' abbreviation for those services. OTOH, like Saverio says, it looks like it's related to an AV solution from Symantec. This would probably also be something you might want to stop during a long test. Quote Link to comment
Saverio Posted February 6, 2012 Report Share Posted February 6, 2012 The windows udpate service is called wuauserv on Windows, and actually runs withing the generic svchost process. When Windows is doing its update check you'll see wuauclt.exe running in the list of processes. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.