Thursday, February 9, 2012

How to Install a Cryptographic Service


1. Click the 'Start' button, and then click 'Run.' Type 'cmd' in the dialog box, and then press 'Enter' to open the command prompt.
2. Type 'net stop cryptsvc' in the command prompt window, and then press 'Enter' to stop the Cryptographic Service in case it is already running.
3. Type 'regsvr32 softpub.dll' and then press 'Enter.' Windows displays a message confirming that it registered the Dynamic Link Library (DLL) file successfully. Click 'OK.'
4. Type 'regsvr32 wintrust.dll' and then press 'Enter.' Click 'OK.'
5. Type 'regsvr32 initpki.dll' and then press 'Enter.' Click 'OK.'
6. Type 'regsvr32 dssenh.dll' and then press 'Enter.' Click 'OK.'
7. Type 'regsvr32 rsaenh.dll' and then press 'Enter.' Click 'OK.'
8. Type 'regsvr32 gpkcsp.dll' and then press 'Enter.' Click 'OK.'
9. Type 'regsvr32 sccbase.dll' and then press 'Enter.' Click 'OK.'
10. Type 'regsvr32 slbcsp.dll' and then press 'Enter.' Click 'OK.'
11. Type 'regsvr32 mssip32.dll' and then press 'Enter.' Click 'OK.'
12. Type 'regsvr32 cryptdlg.dll' and then press 'Enter.' Click 'OK.'
13. Type 'net start cryptsvc' and then press 'Enter' to restart the Cryptographic Service. Close the command prompt.