Cryptographic Services (CryptSvc) Defaults in Windows 8

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
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 8 it is starting automatically during the operating system startup. Then the Cryptographic Services runs as NT Authority\NetworkService in a process of svchost.exe, sharing it with other services. If Cryptographic Services fails to start, the error details are added to Windows 8 error log. When the operating system startup is complete, the user is being notified that the CryptSvc service hasn't been started.

Dependencies

Cryptographic Services can't start, if the Remote Procedure Call (RPC) service is disabled or not available.

If Cryptographic Services is disabled, the Application Identity service will not be started and initialized.

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 8 installation media.