Cryptographic Services (CryptSvc) Defaults in Windows 10

Provides three management services: Catalog Database Service, which confirms the signatures of Windows files and allows new programs to be installed; Protected Root Service, which adds and removes Trusted Root Certification Authority certificates from your computer; and Automatic Root Certificate Update Service, which retrieves root certificates from Windows Update and enable scenarios such as SSL. If this service is stopped, these management services will not function properly. If this service is disabled, any services that explicitly depend on it will fail to start.

Default Settings

Startup type: Automatic
Display name:Cryptographic Services
Service name:CryptSvc
Service type:share
Error control:normal
Object:NT Authority\NetworkService
Path:%SystemRoot%\system32\svchost.exe -k NetworkService -p
File:%SystemRoot%\system32\cryptsvc.dll
Registry key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
Privileges:
  • SeChangeNotifyPrivilege
  • SeCreateGlobalPrivilege
  • SeImpersonatePrivilege

Default Behavior

Cryptographic Services is a Win32 service. In Windows 10 it is starting automatically when the operating system starts. Then the Cryptographic Services is running as NT Authority\NetworkService in a shared process of svchost.exe along with other services. If Cryptographic Services fails to start, the failure details are being recorded into Event Log. Then Windows 10 will start up and notify the user that the CryptSvc service has failed to start due to the error.

Dependencies

Cryptographic Services cannot be started under any conditions, if the Remote Procedure Call (RPC) service is disabled.

While Cryptographic Services is stopped, the Application Identity service cannot be launched.

Restore Default Startup Configuration of Cryptographic Services

Before you begin doing this, make sure that all the services on which Cryptographic Services depends are configured by default and function properly. See the list of dependencies above.

1. Run the Command Prompt as an administrator.

2. Copy the commands below, paste them into the command window and press ENTER:

sc config CryptSvc start= auto
sc start CryptSvc

3. Close the command window and restart the computer.

The CryptSvc service is using the cryptsvc.dll file that is located in the C:\Windows\system32 directory. If the file is removed or corrupted, read this article to restore its original version from Windows 10 installation media.