If you’ve ever searched for Windows troubleshooting tips, you may have come across references to a wscsvc.reg file. This small but powerful file is used to restore the Windows Security Center service (also known as wscsvc) to its default state.
For users needing to restore this service, official Microsoft documentation recommends using System Restore or creating a custom .reg file based on known healthy registry values. Security Service Centre is disabled. - Microsoft Q&A wscsvc.reg file
sc config wscsvc start= delayed-auto
sc config wscsvc binPath= "C:\Windows\system32\svchost.exe -k localservice"
sc config wscsvc DisplayName= "Security Center"
sc config wscsvc type= own
sc qprivs wscsvc
sc start wscsvc
Windows Registry Editor Version 5.00