Cryptographic Services
5 June 2003 by Snakefoot | Comment » | Trackback OffDescription:
Provides 3 types of services:- Catalog Database Service, which confirms the signatures of Windows files (Windows File Protection) and whether drivers are signed correctly (WHQL)
- Protected Root Service, which adds and removes Trusted Root Certification Authority certificates from this computer
- Key Service, which helps enroll this computer for certificates
Note the database, that contains information of what updates have been applied, can become corrupted and will cause this service to fail. To clear the database execute the following commands (If getting access denied when renaming the directory, then boot in safemode and try again):Setup could not verify the integrity of the file Update.inf. Make sure the Cryptographic service is running on this computer
- net stop cryptsvc
- del /q %systemroot%\system32\catroot2\Edb*.log
- del /q %systemroot%\security\Edb*.log
- net start cryptsvc
Related Fix a non-working Windows UpdateError Disabling Connection
It is not possible to disable the connection at this time. This connection may be using one or more protocols that do not support Plug-and-Play, or it may have been initiated by another user or the system account.
More Info MS KB Q281458
More Info MS KB Q316524
More Info MS KB Q813442
More Info MS KB Q813444
More Info MS KB Q822798 (Replaces Q326815)
Recommended State:
- Automatic
Default State:
- WinXP/Win2k3: Automatic
- Vista: Automatic (Started)
Process Name:
- svchost.exe -k netsvcs (CryptSvc)
Supports:
- Automatic Updates (Unofficial)
Depends:
Category:
Updated: 12 July 2007
Comment by mkk - 29 June 2005 @ 6:44 Reply
Cryptographic Services seems to have the default state Manual with XP-SP2, with Windows Update working well like that. Just an update note.