Jump to content


Photo
- - - - -

Does anybody know what wcontrol service is on Windows XP

cmd /c net stop wcontrol

  • Please log in to reply
7 replies to this topic

#1 dannyt

dannyt

    Extremely Active

  • Premium Member
  • 365 posts
  • Location:Devon UK
  • Version:LabVIEW 2011
  • Since:2007

Posted 02 February 2012 - 01:07 PM

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

#2 BigAngryHillMan

BigAngryHillMan

    More Active

  • Members
  • PipPip
  • 35 posts
  • Location:UK South Coast
  • Version:LabVIEW 2012
  • Since:2009

Posted 02 February 2012 - 01:42 PM

This link should help.

http://ss64.com/nt/net_service.html

An astounding quality of work achieved through alcohol and low standards.


 


#3 Saverio

Saverio

    Enough LAVA to be dangerous

  • Members
  • PipPipPip
  • 144 posts
  • Version:LabVIEW 8.2
  • Since:1994

Posted 02 February 2012 - 02:03 PM

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.

#4 dannyt

dannyt

    Extremely Active

  • Premium Member
  • 365 posts
  • Location:Devon UK
  • Version:LabVIEW 2011
  • Since:2007

Posted 02 February 2012 - 02:16 PM

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

#5 ShaunR

ShaunR

    LabVIEW Archetype

  • Members
  • PipPipPipPipPipPip
  • 2,224 posts
  • Version:LabVIEW 2009
  • Since:1994

Posted 02 February 2012 - 03:04 PM

It could be for the mouse wheel
WControl
Does the mouse wheel stop working if you disable it?
A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort. (Herm Albright 1876-1944).

Founder and general mischief maker on www.labview-tools.com.
SQlite aficionado and websocket zealot.
If it 'aint in LabVIEW, then you 'aint got a clue!

#6 dannyt

dannyt

    Extremely Active

  • Premium Member
  • 365 posts
  • Location:Devon UK
  • Version:LabVIEW 2011
  • Since:2007

Posted 02 February 2012 - 03:24 PM

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.

#7 asbo

asbo

    I have no idea what you're talking about... so:

  • V I Engineering, Inc.
  • 1,273 posts
  • Version:LabVIEW 2011
  • Since:2008

Posted 02 February 2012 - 06:57 PM

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.

#8 Saverio

Saverio

    Enough LAVA to be dangerous

  • Members
  • PipPipPip
  • 144 posts
  • Version:LabVIEW 8.2
  • Since:1994

Posted 06 February 2012 - 07:13 PM

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.