SOLUTION TO CRYPTOGRAPHIC SERVICES

  • Thread starter Thread starter ConiferComputerGuy
  • Start date Start date
C

ConiferComputerGuy

This did the trick for me!

Go to Start, Run... and type:

regsvr32 wintrust.dll

A dialog box will come up to let you know that it has been successful. Now,
try re-running the patch!

It has worked on two of my computers. Thanks to izzy for this one!

-- Aaron
www.computerhounds.com
 
-----Original Message-----
This did the trick for me!

Go to Start, Run... and type:

regsvr32 wintrust.dll

A dialog box will come up to let you know that it has been successful. Now,
try re-running the patch!

It has worked on two of my computers. Thanks to izzy for this one!

-- Aaron
www.computerhounds.com


.
I tried this as you suggested, the little box did say
successful but when I tried to run the patch - el-zippo.
Any other suggestions - I got that same little devilish
box saying "no let you do". glenda
 
Try out izzy's version. I only had to run the command I
listed, but she says to do the same as I did, but also
type:

net stop cryptsvc
net start cryptsvc
regsvr32 softpub.dll
regsvr32 wintrust.dll
regsvr32 initpki.dll
regsvr32 dssenh.dll
regsvr32 rsaenh.dll
regsvr32 cryptdlg.dll
exit

This will re-register a number of files which are relied
upon by Cryptographic Services, as well as restarting
Cryptographic Services.

Once again, thanks to Nichoas VIA izzy for this one. :-
) You guys are great!

-- Aaron
www.computerhounds.com
 
Tried the net stop cryptsvc...

it said: Cryptographic Services service is not started.

Then did the regsvr32 for the 6 .dll files. The all
registered ok.

Then did net start cryptsvc...
got System error 1068 has occurred - The dependency
service or group failed to start.

Patch install then fails with the need Crypto service
error.

As an aside, my RPC service doesn't want to start and I
have really long blue-screen Windows is starting during
boot up. Since RPC doesn't start, I can't access the
properties of anything in the service manager. Any help
appreciated.

Andrew
 
Back
Top