Here is a question from one of our readers: When i access the Security Center in my Windows XP computer, it says The Security Center is currently unavailable because the "Security Center" service has not started or was stopped. I ran the Services.msc command from Start – Run. but I can’t get the service started. I got the following error:

Error 1075 The dependency service does not exist or has been marked for deletion

What should I do to get my security center started again?

Restart Windows and try starting the Security Center service. If you still receive the same error, make sure that the WMI service is started and running:

  • Click Start, Run and type Services.msc
  • Double-click Windows Management Instrumentation
  • Set its Startup type to Automatic
  • Click Start to start the service, and click OK
  • Restart Windows.

More information

The Security Center service depends on the Windows Management Service. To view the dependencies of the Security Center service, type the following in Start, Run dialog:

CMD /K SC QC WSCSVC

Press {ENTER}

Verify the output. The Dependencies listing should be exactly as shown below:

SERVICE_NAME: wscsvc
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\WINDOWS\System32\svchost.exe -k netsvcs
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Security Center
DEPENDENCIES : RpcSs
                        : winmgmt
SERVICE_START_NAME : LocalSystem

Windows Security Center – Default Startup Type

  • Windows XP Home: Automatic (Started)
  • Windows XP MCE 2005: Automatic (Started)
  • Windows XP Pro: Automatic (Started)
  • Windows XP Tablet PC 2005: Automatic (Started)

(Ref: BlackViper’s Windows XP Services guide)

Editor’s note: If any other additional drivers or Services are mentioned in the DEPENDENCIES section, you may leave a comment on this article so that I can provide further instructions in this page on how to fix the service dependencies.


Related Posts


Email SubscriptionPrefer an E-mail subscription?

Enter your email address:

Delivered by FeedBurner

2 Comments

  1. said this on Thursday, December 1st 2011 10:47 am

    @Ricky: The ImagePath value seems to be incorrect. You can fix it using Regedit.exe:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc
    Set “ImagePath” to C:\WINDOWS\System32\svchost.exe -k netsvcs
    Then set the service to Automatic, via Services MMC.

    Let me know if I can create a REG file fix for the same.

  2. Ricky Adams
    said this on Wednesday, August 10th 2011 4:57 am

    >CMD /K SC QC WSCSVC
    [SC] QueryServiceConfig SUCCESS

    SERVICE_NAME: WSCSVC
    TYPE : 20

    WIN32_SHARE_PROCESS
    START_TYPE : 4 DISABLED
    ERROR_CONTROL : 1 NORMAL
    BINARY_PATH_NAME : C:\Windows

    \System32\svchost.exe -k LocalServiceNetw
    orkRestricted
    LOAD_ORDER_GROUP :
    TAG : 0
    DISPLAY_NAME : Security Center
    DEPENDENCIES : RpcSs
    : WinMgmt
    SERVICE_START_NAME : NT AUTHORITY

    \LocalService

Leave a Reply