Cryptographic Services (CryptSvc) Defaults in Windows 7
Provides four 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; Automatic Root Certificate Update Service, which retrieves root certificates from Windows Update and enable scenarios such as SSL; and Key Service, which helps enroll your computer for certificates. 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: |
|
Default Behavior
Cryptographic Services is a Win32 service. In Windows 7 it is starting automatically on the operating system startup. Then the Cryptographic Services is running as NT Authority\NetworkService in a shared process of svchost.exe. Other system components, such as drivers and services, may run in the same process. If Cryptographic Services fails to start, Windows 7 attempts to write the failure details into Event Log. Then Windows 7 startup should proceed and the user should be notified that the CryptSvc service is not running because of the error.
Dependencies
Cryptographic Services is unable to start, if the Remote Procedure Call (RPC) service is stopped or disabled.
If Cryptographic Services is stopped, the Application Identity service fails to start and initialize.
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 7 installation media.