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
- Fix for Error “the Security Center Could Not Change Your Automatic Updates Settings”
- Fix for Windows Search Service Startup Error 1053 in Windows 7
- Miscellaneous Registry Fixes for Windows 7/XP/Vista
- Fix for Event Log Service Startup Error 1079
- Security Center Not Reporting Anti-Virus or Firewall Status Correctly
If you enjoyed this post, make sure you subscribe to our RSS feed! We feature Tips, Troubleshooting information, Scripts and Utilities for Microsoft Windows Operating Systems!
Prefer an E-mail subscription?




@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.
>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