Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Vista Newsgroups > Vista security

Windows Security Service missing.

Closed Thread
 
Thread Tools Display Modes
Old 03-15-2007   #1 (permalink)
Julian Dicks
Guest


 

Windows Security Service missing.

got hit by a virus (while I had access control turned off), cleaned up fine
but Windows Security Service disappeared and I now get the complaint on
startup that it isnt running and I can't turn it on.

so it isn't listed in the services list so I'd like to know how to
re-install the service WITHOUT reinstalling vista.
Old 03-15-2007   #2 (permalink)
Jesper
Guest


 

RE: Windows Security Service missing.

> got hit by a virus (while I had access control turned off), cleaned up fine
> but Windows Security Service disappeared and I now get the complaint on
> startup that it isnt running and I can't turn it on.
>
> so it isn't listed in the services list so I'd like to know how to
> re-install the service WITHOUT reinstalling vista.


There is no such thing as the "Windows Security Service," at least not on a
legitimate installation of Vista. Either you are not getting the name right
or, more likely, the infection has not been completely removed. Can you tell
us more about how exactly you are getting notified that this is missing?
Old 03-16-2007   #3 (permalink)
Julian Dicks
Guest


 

RE: Windows Security Service missing.


> There is no such thing as the "Windows Security Service," at least not on a
> legitimate installation of Vista. Either you are not getting the name right
> or, more likely, the infection has not been completely removed. Can you tell
> us more about how exactly you are getting notified that this is missing?


Correction: Security Center Service
Little red icon with cross (x) appears on startup, click it and the Windows
Security Center pops up showing the Windows Update, Firewall, Defender etc.
on the Left and on the right says Security Center on right and "The Security
Center service is turned off."

And when I ask it to turn on it complains "The Security Center service can't
be started."

Thanks
Old 03-16-2007   #4 (permalink)
Jesper
Guest


 

RE: Windows Security Service missing.

> Correction: Security Center Service
> Little red icon with cross (x) appears on startup, click it and the Windows
> Security Center pops up showing the Windows Update, Firewall, Defender etc.
> on the Left and on the right says Security Center on right and "The Security
> Center service is turned off."


Aah. That makes more sense. Can you do two things for me:
1. Click the Window button
2. Type "eventvwr.msc" in the search dialog
3. Accept the UAC prompt
4. Expand Windows Logs and click on System
5. On the right-hand side, click "Filter current log..."
6. Select "Warning," "Critical," and "Error" and hit OK
7. Find the event(s) from the Service Control Manager that relates to the
Security Center Service and select it
8. Hit the "Copy" button on the right hand side
9. Respond to this message and past the entire event into the response

10. Step 2: Click the Window button: All Programs:Accessories
11. Right-click Command Prompt and select "Run as administrator..."
12. In the command prompt, type "sc qc wscsvc"
13. Click the little "C:\_" icon in the upper left corner
14. Select Edit:Mark...
15. Click-drag the cursor over all the output from the sc command to select it
16. Right-click anywhere in the selection
17. In the reply to this post, paste the output so we can see what it says.

This information will help troubleshoot what is going on.
Old 03-16-2007   #5 (permalink)
Julian Dicks
Guest


 

RE: Windows Security Service missing.

part 1
====
The wincom32 service failed to start due to the following error:
The system cannot find the file specified.

The MCSTRM service failed to start due to the following error:
The system cannot find the file specified.

part 2
====
C:\WINDOWS\system32>sc qc wscsvc
[SC] OpenService FAILED 1060:

The specified service does not exist as an installed service.
Old 03-16-2007   #6 (permalink)
Jesper
Guest


 

RE: Windows Security Service missing.

> part 1
> ====
> The wincom32 service failed to start due to the following error:
> The system cannot find the file specified.
>
> The MCSTRM service failed to start due to the following error:
> The system cannot find the file specified.
>
> part 2
> ====
> C:\WINDOWS\system32>sc qc wscsvc
> [SC] OpenService FAILED 1060:
>
> The specified service does not exist as an installed service.


Have you ever had Real Player installed on this system? If you have mcstrm
may be legit, but otherwise it is almost certainly a leftover from the
infection. Can you run sc qc mcstrm? If it shows you a binary path that is
not %systemroot%\system32\drivers it would be a piece left over of the
malware that took over your system. The name of the service seems to indicate
the same thing.

wincom32 is a component of a number of downloaders (malware). It appears the
removal process removed some of the infection, but not the services that were
created. Neither of those services have corresponding binaries left on the
system any longer, which is why they fail to start. Neither has to do with
the Security Center. Here is one link about Wincom32.sys:
http://www.symantec.com/security_res...403-99&tabid=2

It appears that the malware somehow managed to remove the Windows Security
Center service, which is why it is not running. sc is telling you that it has
been removed as an installed service. To be honest, I would suggest you
flatten the computer and start over. That would give you a far better chance
at having a fully functional system than attempting to recover the things
that you know have been hosed. There could very well be other detritus left
over which was not removed and you really have no way to find it.
Old 03-19-2007   #7 (permalink)
Julian Dicks
Guest


 

RE: Windows Security Service missing.


> It appears that the malware somehow managed to remove the Windows Security
> Center service, which is why it is not running. sc is telling you that it has
> been removed as an installed service. To be honest, I would suggest you
> flatten the computer and start over. That would give you a far better chance
> at having a fully functional system than attempting to recover the things
> that you know have been hosed. There could very well be other detritus left
> over which was not removed and you really have no way to find it.


Quite correct. However, I'd really like the service details so I can at
least try to "re-install" it. Considering the complexities and time of
getting my development up and running again, I really can't afford to go a
day without my pc as I rebuild it. If i could just get a copy of the registry
key it should be enough.

If it takes longer than a coffee break it'll just have to be another one of
those annoying things I cope with.
Old 03-19-2007   #8 (permalink)
Jesper
Guest


 

RE: Windows Security Service missing.

> > It appears that the malware somehow managed to remove the Windows Security
> > Center service, which is why it is not running. sc is telling you that it has
> > been removed as an installed service. To be honest, I would suggest you
> > flatten the computer and start over. That would give you a far better chance
> > at having a fully functional system than attempting to recover the things
> > that you know have been hosed. There could very well be other detritus left
> > over which was not removed and you really have no way to find it.

>
> Quite correct. However, I'd really like the service details so I can at
> least try to "re-install" it. Considering the complexities and time of
> getting my development up and running again, I really can't afford to go a
> day without my pc as I rebuild it. If i could just get a copy of the registry
> key it should be enough.


It doesn't take very long, but the problem is that I don't think your PC is
clean. I think there are traces of malware still on it. If you are willing to
take the risk that something will keep forwarding your personal information
to some criminal in China, then run this command from an elevated command
prompt and Windows Security Center should work again:

sc create wscsvc type=share start=delayed-auto error=normal
binPath="C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted"
depend=RpcSc/WinMgmt obj="NT AUTHORITY\LocalService" /DisplayName="Security
Center"
Old 03-19-2007   #9 (permalink)
Julian Dicks
Guest


 

RE: Windows Security Service missing.

Thanks, I am definately sure I have gotten rid of every critter so its just
minor surgery required.

Something is missing from your "command"
1. remember spaces after xxxx=[ ]
2. There is nothing after the -k, is that right as it complains about "The
system cannot find the file specified." when I try start it.

sc create wscsvc type= share start= delayed-auto error= normal binPath=
"C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted" depend=
RpcSs/WinMgmt obj= "NT AUTHORITY\LocalService" DisplayName= "Security Center"
Old 03-19-2007   #10 (permalink)
Julian Dicks
Guest


 

RE: Windows Security Service missing.

Tried this based on my XP box with no luck.. so I still have the wrong -k
command

sc create wscsvc type= share start= delayed-auto error= normal binPath=
"C:\Windows\System32\svchost.exe -k netsvcs LocalServiceNetworkRestricted"
depend= RpcSs/WinMgmt obj= "NT AUTHORITY\LocalService" DisplayName= "Security
Center"
Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
The Security Centre service can't be started James Exasperated Vista security 4 06-27-2007 02:48 PM
Security Service and Windows Wireless Service stopped working Kolin Tregaskes Vista General 3 06-11-2007 12:34 PM
How do I restart the service of Windows Security Center? Loiselle Vista security 2 02-21-2007 04:43 AM
security center service =?Utf-8?B?YW1pdA==?= Vista security 0 07-28-2006 04:03 AM








Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50