Welcome to WinForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Cryptographic Service Failure

 
   Windows XP Arc2 (Home) -> Configuration Manage RSS
Next:  search companion  
Author Message
Peter Putnam

External


Since: Sep 01, 2006
Posts: 2



(Msg. 1) Posted: Fri Sep 01, 2006 2:55 pm
Post subject: Cryptographic Service Failure
Archived from groups: microsoft>public>windowsxp>configuration_manage (more info?)

Greetings,

I am unable to upgrade (SP1 to SP2) my Win XP laptop because the
Cryptograhic Service isn't running. It isn't a simple question of
Catroot errors, reregistering dlls, etc. I've been through every web
site that offers advice and found nothing that helps.

They all indicate that the service should be stopped, started, etc,
but I can't do that because the Cryptographic service doesn't even
appear on the list of available services.

I suspect the registry entry that loads cryptsvc.dll is missing or
broken.

Can anyone tell me where I should look and what I should see there? Or
if I am barking up the wrong tree...

Regards,
Peter

 >> Stay informed about: Cryptographic Service Failure 
Back to top
Login to vote
Wesley Vogel

External


Since: Feb 23, 2004
Posts: 2350



(Msg. 2) Posted: Sat Sep 02, 2006 3:52 pm
Post subject: Re: Cryptographic Service Failure [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Cryptographic Services is cryptsvc

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\CryptSvc
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\CryptSvc

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
looks something like this.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc]
"DependOnService"=hex(7):52,00,70,00,63,00,53,00,73,00,00,00,00,00
"Description"="Provides three management services: Catalog Database Service,
which confirms the signatures of Windows files; Protected Root Service,
which adds and removes Trusted Root Certification Authority certificates
from this computer; and Key Service, which helps enroll this 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."
"DisplayName"="Cryptographic Services"
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,
00,\

74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\

00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00,\
6b,00,20,00,6e,00,65,00,74,00,73,00,76,00,63,00,73,00,00,00
"ObjectName"="LocalSystem"
"Start"=dword:00000002
"Type"=dword:00000020

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc\Parameters]
"ServiceDll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f
,\

00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\

63,00,72,00,79,00,70,00,74,00,73,00,76,00,63,00,2e,00,64,00,6c,00,6c,00,00,\
00
"ServiceMain"="CryptServiceMain"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc\Security]
"Security"=hex:00,00,0e,00,01

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc\Enum]
"0"="Root\\LEGACY_CRYPTSVC\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:f7sgf2p3h56meq2079tthr6umdp9gl9tbi@4ax.com,
Peter Putnam <trader RemoveThis @ni6e.com> hunted and pecked:
> Greetings,
>
> I am unable to upgrade (SP1 to SP2) my Win XP laptop because the
> Cryptograhic Service isn't running. It isn't a simple question of
> Catroot errors, reregistering dlls, etc. I've been through every web
> site that offers advice and found nothing that helps.
>
> They all indicate that the service should be stopped, started, etc,
> but I can't do that because the Cryptographic service doesn't even
> appear on the list of available services.
>
> I suspect the registry entry that loads cryptsvc.dll is missing or
> broken.
>
> Can anyone tell me where I should look and what I should see there? Or
> if I am barking up the wrong tree...
>
> Regards,
> Peter

 >> Stay informed about: Cryptographic Service Failure 
Back to top
Login to vote
Wesley Vogel

External


Since: Feb 23, 2004
Posts: 2350



(Msg. 3) Posted: Sat Sep 02, 2006 4:01 pm
Post subject: Re: Cryptographic Service Failure [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Cryptographic Services is cryptsvc

Open a command prompt...
Start | Run | Type: cmd | Click OK |
In the command prompt type:

sc query cryptsvc

Hit the Enter key.

What do you get?

Anything alt all similar to this?

C:\>sc query cryptsvc

SERVICE_NAME: cryptsvc
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING
(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:f7sgf2p3h56meq2079tthr6umdp9gl9tbi@4ax.com,
Peter Putnam <trader.DeleteThis@ni6e.com> hunted and pecked:
> Greetings,
>
> I am unable to upgrade (SP1 to SP2) my Win XP laptop because the
> Cryptograhic Service isn't running. It isn't a simple question of
> Catroot errors, reregistering dlls, etc. I've been through every web
> site that offers advice and found nothing that helps.
>
> They all indicate that the service should be stopped, started, etc,
> but I can't do that because the Cryptographic service doesn't even
> appear on the list of available services.
>
> I suspect the registry entry that loads cryptsvc.dll is missing or
> broken.
>
> Can anyone tell me where I should look and what I should see there? Or
> if I am barking up the wrong tree...
>
> Regards,
> Peter
 >> Stay informed about: Cryptographic Service Failure 
Back to top
Login to vote
Simon

External


Since: Apr 19, 2006
Posts: 13



(Msg. 4) Posted: Sun Sep 03, 2006 1:34 am
Post subject: Re: Cryptographic Service Failure [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

I hope you don't mind me butting in to the conversation, but I seem to be
having the same problems as Peter in that I can not install updates and the
key reason seems to be the lack of Cryptographic Services on my PC too.

I opened a command prompt as you have suggested and the response from it was
that "the specified service does not exist as an installed service".

If anyone can point me in the direction of where I can find it (be it on the
web, my office XP CD or lurking elsewhere) I promise my eternal gratitude for
ending frustration!

Thanks a lot, Simon

"Wesley Vogel" wrote:

> Cryptographic Services is cryptsvc
>
> Open a command prompt...
> Start | Run | Type: cmd | Click OK |
> In the command prompt type:
>
> sc query cryptsvc
>
> Hit the Enter key.
>
> What do you get?
>
> Anything alt all similar to this?
>
> C:\>sc query cryptsvc
>
> SERVICE_NAME: cryptsvc
> TYPE : 20 WIN32_SHARE_PROCESS
> STATE : 4 RUNNING
> (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
> WIN32_EXIT_CODE : 0 (0x0)
> SERVICE_EXIT_CODE : 0 (0x0)
> CHECKPOINT : 0x0
> WAIT_HINT : 0x0
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> In news:f7sgf2p3h56meq2079tthr6umdp9gl9tbi@4ax.com,
> Peter Putnam <trader.DeleteThis@ni6e.com> hunted and pecked:
> > Greetings,
> >
> > I am unable to upgrade (SP1 to SP2) my Win XP laptop because the
> > Cryptograhic Service isn't running. It isn't a simple question of
> > Catroot errors, reregistering dlls, etc. I've been through every web
> > site that offers advice and found nothing that helps.
> >
> > They all indicate that the service should be stopped, started, etc,
> > but I can't do that because the Cryptographic service doesn't even
> > appear on the list of available services.
> >
> > I suspect the registry entry that loads cryptsvc.dll is missing or
> > broken.
> >
> > Can anyone tell me where I should look and what I should see there? Or
> > if I am barking up the wrong tree...
> >
> > Regards,
> > Peter
>
 >> Stay informed about: Cryptographic Service Failure 
Back to top
Login to vote
Wesley Vogel

External


Since: Feb 23, 2004
Posts: 2350



(Msg. 5) Posted: Sun Sep 03, 2006 12:43 pm
Post subject: Re: Cryptographic Service Failure [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Simon,

Type this in a command prompt:

sc create cryptsvc

Hit your Enter key.

I have absolutely no idea if this will work or not. But it can't hurt. Wink
The command may not have enough info.

sc create
Creates a subkey and entries for the service in the registry and in the
Service Control Manager's database.

Whatever happens, post back with what you get as a result after running the
command from the command prompt.

Alt + Spacebar + E + S will Select all the text in a command window.

Press and hold down the Alt key, then press the Spacebar and let go, then
press E and let go, the press S and let go, let go of the Alt key. All of
the text should be highlighted. Then press the Enter key. Pressing Enter
copies the highlighted text to the Windows clipboard. Paste that text into
a message.

cryptsvc.dll is Cryptographic Services. There are other .dll files that are
related.

I have no idea if cryptsvc.dll is a self registering file or not.

But try this.

Start | Run | Type or paste: regsvr32 cryptsvc.dll | Click OK

There will be a message as to whether it succeeded or not.

You may have to reboot to see if Cryptographic Services shows up in Services
or if
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
shows up in the registry. I am winging this.

If none of the above works, remove the 123 from my E-mail address and send
me a message, I will send a .reg file that will add
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
to your registry.

123WVogel955.RemoveThis@comcast.net

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:C4404553-902D-4FA3-A447-F08B6E2D88D4@microsoft.com,
Simon <Simon.RemoveThis@discussions.microsoft.com> hunted and pecked:
> Hello,
>
> I hope you don't mind me butting in to the conversation, but I seem to be
> having the same problems as Peter in that I can not install updates and
> the key reason seems to be the lack of Cryptographic Services on my PC
> too.
>
> I opened a command prompt as you have suggested and the response from it
> was that "the specified service does not exist as an installed service".
>
> If anyone can point me in the direction of where I can find it (be it on
> the web, my office XP CD or lurking elsewhere) I promise my eternal
> gratitude for ending frustration!
>
> Thanks a lot, Simon
>
> "Wesley Vogel" wrote:
>
>> Cryptographic Services is cryptsvc
>>
>> Open a command prompt...
>> Start | Run | Type: cmd | Click OK |
>> In the command prompt type:
>>
>> sc query cryptsvc
>>
>> Hit the Enter key.
>>
>> What do you get?
>>
>> Anything alt all similar to this?
>>
>> C:\>sc query cryptsvc
>>
>> SERVICE_NAME: cryptsvc
>> TYPE : 20 WIN32_SHARE_PROCESS
>> STATE : 4 RUNNING
>> (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
>> WIN32_EXIT_CODE : 0 (0x0)
>> SERVICE_EXIT_CODE : 0 (0x0)
>> CHECKPOINT : 0x0
>> WAIT_HINT : 0x0
>>
>> --
>> Hope this helps. Let us know.
>>
>> Wes
>> MS-MVP Windows Shell/User
>>
>> In news:f7sgf2p3h56meq2079tthr6umdp9gl9tbi@4ax.com,
>> Peter Putnam <trader.RemoveThis@ni6e.com> hunted and pecked:
>>> Greetings,
>>>
>>> I am unable to upgrade (SP1 to SP2) my Win XP laptop because the
>>> Cryptograhic Service isn't running. It isn't a simple question of
>>> Catroot errors, reregistering dlls, etc. I've been through every web
>>> site that offers advice and found nothing that helps.
>>>
>>> They all indicate that the service should be stopped, started, etc,
>>> but I can't do that because the Cryptographic service doesn't even
>>> appear on the list of available services.
>>>
>>> I suspect the registry entry that loads cryptsvc.dll is missing or
>>> broken.
>>>
>>> Can anyone tell me where I should look and what I should see there? Or
>>> if I am barking up the wrong tree...
>>>
>>> Regards,
>>> Peter
 >> Stay informed about: Cryptographic Service Failure 
Back to top
Login to vote
Wesley Vogel

External


Since: Feb 23, 2004
Posts: 2350



(Msg. 6) Posted: Tue Sep 05, 2006 12:59 pm
Post subject: Re: Cryptographic Service Failure [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Simon E-mailed me and I sent the .reg file to him.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc

He merged it into his registry and now has Cryptographic Services listed in
services.msc.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:O4Fi3i4zGHA.1292@TK2MSFTNGP03.phx.gbl,
Wesley Vogel <123WVogel955 RemoveThis @comcast.net> hunted and pecked:
> Hi Simon,
>
> Type this in a command prompt:
>
> sc create cryptsvc
>
> Hit your Enter key.
>
> I have absolutely no idea if this will work or not. But it can't hurt.
> Wink The command may not have enough info.
>
> sc create
> Creates a subkey and entries for the service in the registry and in the
> Service Control Manager's database.
>
> Whatever happens, post back with what you get as a result after running
> the command from the command prompt.
>
> Alt + Spacebar + E + S will Select all the text in a command window.
>
> Press and hold down the Alt key, then press the Spacebar and let go, then
> press E and let go, the press S and let go, let go of the Alt key. All of
> the text should be highlighted. Then press the Enter key. Pressing Enter
> copies the highlighted text to the Windows clipboard. Paste that text
> into a message.
>
> cryptsvc.dll is Cryptographic Services. There are other .dll files that
> are related.
>
> I have no idea if cryptsvc.dll is a self registering file or not.
>
> But try this.
>
> Start | Run | Type or paste: regsvr32 cryptsvc.dll | Click OK
>
> There will be a message as to whether it succeeded or not.
>
> You may have to reboot to see if Cryptographic Services shows up in
> Services or if
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
> shows up in the registry. I am winging this.
>
> If none of the above works, remove the 123 from my E-mail address and send
> me a message, I will send a .reg file that will add
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
> to your registry.
>
> 123WVogel955 RemoveThis @comcast.net
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> In news:C4404553-902D-4FA3-A447-F08B6E2D88D4@microsoft.com,
> Simon <Simon RemoveThis @discussions.microsoft.com> hunted and pecked:
>> Hello,
>>
>> I hope you don't mind me butting in to the conversation, but I seem to be
>> having the same problems as Peter in that I can not install updates and
>> the key reason seems to be the lack of Cryptographic Services on my PC
>> too.
>>
>> I opened a command prompt as you have suggested and the response from it
>> was that "the specified service does not exist as an installed service".
>>
>> If anyone can point me in the direction of where I can find it (be it on
>> the web, my office XP CD or lurking elsewhere) I promise my eternal
>> gratitude for ending frustration!
>>
>> Thanks a lot, Simon
>>
>> "Wesley Vogel" wrote:
>>
>>> Cryptographic Services is cryptsvc
>>>
>>> Open a command prompt...
>>> Start | Run | Type: cmd | Click OK |
>>> In the command prompt type:
>>>
>>> sc query cryptsvc
>>>
>>> Hit the Enter key.
>>>
>>> What do you get?
>>>
>>> Anything alt all similar to this?
>>>
>>> C:\>sc query cryptsvc
>>>
>>> SERVICE_NAME: cryptsvc
>>> TYPE : 20 WIN32_SHARE_PROCESS
>>> STATE : 4 RUNNING
>>>
>>> (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN) WIN32_EXIT_CODE :
>>> 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0)
>>> CHECKPOINT : 0x0
>>> WAIT_HINT : 0x0
>>>
>>> --
>>> Hope this helps. Let us know.
>>>
>>> Wes
>>> MS-MVP Windows Shell/User
>>>
>>> In news:f7sgf2p3h56meq2079tthr6umdp9gl9tbi@4ax.com,
>>> Peter Putnam <trader RemoveThis @ni6e.com> hunted and pecked:
>>>> Greetings,
>>>>
>>>> I am unable to upgrade (SP1 to SP2) my Win XP laptop because the
>>>> Cryptograhic Service isn't running. It isn't a simple question of
>>>> Catroot errors, reregistering dlls, etc. I've been through every web
>>>> site that offers advice and found nothing that helps.
>>>>
>>>> They all indicate that the service should be stopped, started, etc,
>>>> but I can't do that because the Cryptographic service doesn't even
>>>> appear on the list of available services.
>>>>
>>>> I suspect the registry entry that loads cryptsvc.dll is missing or
>>>> broken.
>>>>
>>>> Can anyone tell me where I should look and what I should see there? Or
>>>> if I am barking up the wrong tree...
>>>>
>>>> Regards,
>>>> Peter
 >> Stay informed about: Cryptographic Service Failure 
Back to top
Login to vote
Simon

External


Since: Apr 19, 2006
Posts: 13



(Msg. 7) Posted: Tue Sep 05, 2006 11:35 pm
Post subject: Re: Cryptographic Service Failure - happily resolved! [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Not sure if it is your autosignature saying "let us know" or you wanted a
reply to tidy up the forum, either way I'm happy to say your solution has
worked a treat with the updates installing smoothly and I have also been able
to download IE7 to try too (which also wanted the Cryptographic Services).
Frustration over!

Thanks again Wes and all the best,

Simon

"Wesley Vogel" wrote:

> Simon E-mailed me and I sent the .reg file to him.
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
>
> He merged it into his registry and now has Cryptographic Services listed in
> services.msc.
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> In news:O4Fi3i4zGHA.1292@TK2MSFTNGP03.phx.gbl,
> Wesley Vogel <123WVogel955.TakeThisOut@comcast.net> hunted and pecked:
> > Hi Simon,
> >
> > Type this in a command prompt:
> >
> > sc create cryptsvc
> >
> > Hit your Enter key.
> >
> > I have absolutely no idea if this will work or not. But it can't hurt.
> > Wink The command may not have enough info.
> >
> > sc create
> > Creates a subkey and entries for the service in the registry and in the
> > Service Control Manager's database.
> >
> > Whatever happens, post back with what you get as a result after running
> > the command from the command prompt.
> >
> > Alt + Spacebar + E + S will Select all the text in a command window.
> >
> > Press and hold down the Alt key, then press the Spacebar and let go, then
> > press E and let go, the press S and let go, let go of the Alt key. All of
> > the text should be highlighted. Then press the Enter key. Pressing Enter
> > copies the highlighted text to the Windows clipboard. Paste that text
> > into a message.
> >
> > cryptsvc.dll is Cryptographic Services. There are other .dll files that
> > are related.
> >
> > I have no idea if cryptsvc.dll is a self registering file or not.
> >
> > But try this.
> >
> > Start | Run | Type or paste: regsvr32 cryptsvc.dll | Click OK
> >
> > There will be a message as to whether it succeeded or not.
> >
> > You may have to reboot to see if Cryptographic Services shows up in
> > Services or if
> > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
> > shows up in the registry. I am winging this.
> >
> > If none of the above works, remove the 123 from my E-mail address and send
> > me a message, I will send a .reg file that will add
> > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
> > to your registry.
> >
> > 123WVogel955.TakeThisOut@comcast.net
> >
> > --
> > Hope this helps. Let us know.
> >
> > Wes
> > MS-MVP Windows Shell/User
> >
> > In news:C4404553-902D-4FA3-A447-F08B6E2D88D4@microsoft.com,
> > Simon <Simon.TakeThisOut@discussions.microsoft.com> hunted and pecked:
> >> Hello,
> >>
> >> I hope you don't mind me butting in to the conversation, but I seem to be
> >> having the same problems as Peter in that I can not install updates and
> >> the key reason seems to be the lack of Cryptographic Services on my PC
> >> too.
> >>
> >> I opened a command prompt as you have suggested and the response from it
> >> was that "the specified service does not exist as an installed service".
> >>
> >> If anyone can point me in the direction of where I can find it (be it on
> >> the web, my office XP CD or lurking elsewhere) I promise my eternal
> >> gratitude for ending frustration!
> >>
> >> Thanks a lot, Simon
> >>
> >> "Wesley Vogel" wrote:
> >>
> >>> Cryptographic Services is cryptsvc
> >>>
> >>> Open a command prompt...
> >>> Start | Run | Type: cmd | Click OK |
> >>> In the command prompt type:
> >>>
> >>> sc query cryptsvc
> >>>
> >>> Hit the Enter key.
> >>>
> >>> What do you get?
> >>>
> >>> Anything alt all similar to this?
> >>>
> >>> C:\>sc query cryptsvc
> >>>
> >>> SERVICE_NAME: cryptsvc
> >>> TYPE : 20 WIN32_SHARE_PROCESS
> >>> STATE : 4 RUNNING
> >>>
> >>> (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN) WIN32_EXIT_CODE :
> >>> 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0)
> >>> CHECKPOINT : 0x0
> >>> WAIT_HINT : 0x0
> >>>
> >>> --
> >>> Hope this helps. Let us know.
> >>>
> >>> Wes
> >>> MS-MVP Windows Shell/User
> >>>
> >>> In news:f7sgf2p3h56meq2079tthr6umdp9gl9tbi@4ax.com,
> >>> Peter Putnam <trader.TakeThisOut@ni6e.com> hunted and pecked:
> >>>> Greetings,
> >>>>
> >>>> I am unable to upgrade (SP1 to SP2) my Win XP laptop because the
> >>>> Cryptograhic Service isn't running. It isn't a simple question of
> >>>> Catroot errors, reregistering dlls, etc. I've been through every web
> >>>> site that offers advice and found nothing that helps.
> >>>>
> >>>> They all indicate that the service should be stopped, started, etc,
> >>>> but I can't do that because the Cryptographic service doesn't even
> >>>> appear on the list of available services.
> >>>>
> >>>> I suspect the registry entry that loads cryptsvc.dll is missing or
> >>>> broken.
> >>>>
> >>>> Can anyone tell me where I should look and what I should see there? Or
> >>>> if I am barking up the wrong tree...
> >>>>
> >>>> Regards,
> >>>> Peter
>
>
 >> Stay informed about: Cryptographic Service Failure 
Back to top
Login to vote
Wesley Vogel

External


Since: Feb 23, 2004
Posts: 2350



(Msg. 8) Posted: Wed Sep 06, 2006 3:24 pm
Post subject: Re: Cryptographic Service Failure - happily resolved! [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You're welcome, Simon.

All of these newsgroup posts are archived. People search them looking for
advice, etc. If a particular idea provided a solution then the people
looking can see that this worked.

That way they can get a reg file from a friend's machine to fix the problem.

However, what will really happen is that they will E-mail *ME* asking for
the reg file. Wink

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:423281CA-1715-4CA2-ABD1-88CD6A3A65A5@microsoft.com,
Simon <Simon.RemoveThis@discussions.microsoft.com> hunted and pecked:
> Not sure if it is your autosignature saying "let us know" or you wanted a
> reply to tidy up the forum, either way I'm happy to say your solution has
> worked a treat with the updates installing smoothly and I have also been
> able to download IE7 to try too (which also wanted the Cryptographic
> Services). Frustration over!
>
> Thanks again Wes and all the best,
>
> Simon
>
> "Wesley Vogel" wrote:
>
>> Simon E-mailed me and I sent the .reg file to him.
>>
>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
>>
>> He merged it into his registry and now has Cryptographic Services listed
>> in services.msc.
>>
>> --
>> Hope this helps. Let us know.
>>
>> Wes
>> MS-MVP Windows Shell/User
>>
>> In news:O4Fi3i4zGHA.1292@TK2MSFTNGP03.phx.gbl,
>> Wesley Vogel <123WVogel955.RemoveThis@comcast.net> hunted and pecked:
>>> Hi Simon,
>>>
>>> Type this in a command prompt:
>>>
>>> sc create cryptsvc
>>>
>>> Hit your Enter key.
>>>
>>> I have absolutely no idea if this will work or not. But it can't hurt.
>>> Wink The command may not have enough info.
>>>
>>> sc create
>>> Creates a subkey and entries for the service in the registry and in the
>>> Service Control Manager's database.
>>>
>>> Whatever happens, post back with what you get as a result after running
>>> the command from the command prompt.
>>>
>>> Alt + Spacebar + E + S will Select all the text in a command window.
>>>
>>> Press and hold down the Alt key, then press the Spacebar and let go,
>>> then press E and let go, the press S and let go, let go of the Alt key.
>>> All of the text should be highlighted. Then press the Enter key.
>>> Pressing Enter copies the highlighted text to the Windows clipboard.
>>> Paste that text into a message.
>>>
>>> cryptsvc.dll is Cryptographic Services. There are other .dll files that
>>> are related.
>>>
>>> I have no idea if cryptsvc.dll is a self registering file or not.
>>>
>>> But try this.
>>>
>>> Start | Run | Type or paste: regsvr32 cryptsvc.dll | Click OK
>>>
>>> There will be a message as to whether it succeeded or not.
>>>
>>> You may have to reboot to see if Cryptographic Services shows up in
>>> Services or if
>>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
>>> shows up in the registry. I am winging this.
>>>
>>> If none of the above works, remove the 123 from my E-mail address and
>>> send me a message, I will send a .reg file that will add
>>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
>>> to your registry.
>>>
>>> 123WVogel955.RemoveThis@comcast.net
>>>
>>> --
>>> Hope this helps. Let us know.
>>>
>>> Wes
>>> MS-MVP Windows Shell/User
>>>
>>> In news:C4404553-902D-4FA3-A447-F08B6E2D88D4@microsoft.com,
>>> Simon <Simon.RemoveThis@discussions.microsoft.com> hunted and pecked:
>>>> Hello,
>>>>
>>>> I hope you don't mind me butting in to the conversation, but I seem to
>>>> be having the same problems as Peter in that I can not install updates
>>>> and the key reason seems to be the lack of Cryptographic Services on
>>>> my PC too.
>>>>
>>>> I opened a command prompt as you have suggested and the response from
>>>> it was that "the specified service does not exist as an installed
>>>> service".
>>>>
>>>> If anyone can point me in the direction of where I can find it (be it
>>>> on the web, my office XP CD or lurking elsewhere) I promise my eternal
>>>> gratitude for ending frustration!
>>>>
>>>> Thanks a lot, Simon
>>>>
>>>> "Wesley Vogel" wrote:
>>>>
>>>>> Cryptographic Services is cryptsvc
>>>>>
>>>>> Open a command prompt...
>>>>> Start | Run | Type: cmd | Click OK |
>>>>> In the command prompt type:
>>>>>
>>>>> sc query cryptsvc
>>>>>
>>>>> Hit the Enter key.
>>>>>
>>>>> What do you get?
>>>>>
>>>>> Anything alt all similar to this?
>>>>>
>>>>> C:\>sc query cryptsvc
>>>>>
>>>>> SERVICE_NAME: cryptsvc
>>>>> TYPE : 20 WIN32_SHARE_PROCESS
>>>>> STATE : 4 RUNNING
>>>>>
>>>>> (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN) WIN32_EXIT_CODE :
>>>>> 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0)
>>>>> CHECKPOINT : 0x0
>>>>> WAIT_HINT : 0x0
>>>>>
>>>>> --
>>>>> Hope this helps. Let us know.
>>>>>
>>>>> Wes
>>>>> MS-MVP Windows Shell/User
>>>>>
>>>>> In news:f7sgf2p3h56meq2079tthr6umdp9gl9tbi@4ax.com,
>>>>> Peter Putnam <trader.RemoveThis@ni6e.com> hunted and pecked:
>>>>>> Greetings,
>>>>>>
>>>>>> I am unable to upgrade (SP1 to SP2) my Win XP laptop because the
>>>>>> Cryptograhic Service isn't running. It isn't a simple question of
>>>>>> Catroot errors, reregistering dlls, etc. I've been through every web
>>>>>> site that offers advice and found nothing that helps.
>>>>>>
>>>>>> They all indicate that the service should be stopped, started, etc,
>>>>>> but I can't do that because the Cryptographic service doesn't even
>>>>>> appear on the list of available services.
>>>>>>
>>>>>> I suspect the registry entry that loads cryptsvc.dll is missing or
>>>>>> broken.
>>>>>>
>>>>>> Can anyone tell me where I should look and what I should see there?
>>>>>> Or if I am barking up the wrong tree...
>>>>>>
>>>>>> Regards,
>>>>>> Peter
 >> Stay informed about: Cryptographic Service Failure 
Back to top
Login to vote
Peter Putnam

External


Since: Sep 06, 2006
Posts: 1



(Msg. 9) Posted: Wed Sep 06, 2006 3:55 pm
Post subject: Re: Cryptographic Service Failure [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Wes,

Thanks for sending the registry update file. It got the Cryptographic
Service running instantly.

I'm back in business, thanks to you.

Best Wishes,
Peter


On Tue, 5 Sep 2006 12:59:00 -0600, "Wesley Vogel"
<123WVogel955 DeleteThis @comcast.net> wrote:

>Simon E-mailed me and I sent the .reg file to him.
>
>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
>
>He merged it into his registry and now has Cryptographic Services listed in
>services.msc.
 >> Stay informed about: Cryptographic Service Failure 
Back to top
Login to vote
Wesley Vogel

External


Since: Feb 23, 2004
Posts: 2350



(Msg. 10) Posted: Wed Sep 06, 2006 3:55 pm
Post subject: Re: Cryptographic Service Failure [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Glad to hear it, Peter. Keep having fun. Wink

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:m45uf2p673tp28c58bi5n9p3d6kk8217ml@4ax.com,
Peter Putnam <peter.DeleteThis@ni6e._.com> hunted and pecked:
> Wes,
>
> Thanks for sending the registry update file. It got the Cryptographic
> Service running instantly.
>
> I'm back in business, thanks to you.
>
> Best Wishes,
> Peter
>
>
> On Tue, 5 Sep 2006 12:59:00 -0600, "Wesley Vogel"
> <123WVogel955.DeleteThis@comcast.net> wrote:
>
>> Simon E-mailed me and I sent the .reg file to him.
>>
>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
>>
>> He merged it into his registry and now has Cryptographic Services listed
>> in services.msc.
 >> Stay informed about: Cryptographic Service Failure 
Back to top
Login to vote
kansasvet

External


Since: Jan 14, 2007
Posts: 1



(Msg. 11) Posted: Sun Jan 14, 2007 6:25 am
Post subject: Re: Cryptographic Service Failure [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

can you help me with this? I have not been able to update any thing since
10/26/2006.

Send your .reg and instrution to:
Kansasvet DeleteThis @cox.net

"Wesley Vogel" wrote:

> Simon E-mailed me and I sent the .reg file to him.
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
>
> He merged it into his registry and now has Cryptographic Services listed in
> services.msc.
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> In news:O4Fi3i4zGHA.1292@TK2MSFTNGP03.phx.gbl,
> Wesley Vogel <123WVogel955 DeleteThis @comcast.net> hunted and pecked:
> > Hi Simon,
> >
> > Type this in a command prompt:
> >
> > sc create cryptsvc
> >
> > Hit your Enter key.
> >
> > I have absolutely no idea if this will work or not. But it can't hurt.
> > Wink The command may not have enough info.
> >
> > sc create
> > Creates a subkey and entries for the service in the registry and in the
> > Service Control Manager's database.
> >
> > Whatever happens, post back with what you get as a result after running
> > the command from the command prompt.
> >
> > Alt + Spacebar + E + S will Select all the text in a command window.
> >
> > Press and hold down the Alt key, then press the Spacebar and let go, then
> > press E and let go, the press S and let go, let go of the Alt key. All of
> > the text should be highlighted. Then press the Enter key. Pressing Enter
> > copies the highlighted text to the Windows clipboard. Paste that text
> > into a message.
> >
> > cryptsvc.dll is Cryptographic Services. There are other .dll files that
> > are related.
> >
> > I have no idea if cryptsvc.dll is a self registering file or not.
> >
> > But try this.
> >
> > Start | Run | Type or paste: regsvr32 cryptsvc.dll | Click OK
> >
> > There will be a message as to whether it succeeded or not.
> >
> > You may have to reboot to see if Cryptographic Services shows up in
> > Services or if
> > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
> > shows up in the registry. I am winging this.
> >
> > If none of the above works, remove the 123 from my E-mail address and send
> > me a message, I will send a .reg file that will add
> > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc
> > to your registry.
> >
> > 123WVogel955 DeleteThis @comcast.net
> >
> > --
> > Hope this helps. Let us know.
> >
> > Wes
> > MS-MVP Windows Shell/User
> >
> > In news:C4404553-902D-4FA3-A447-F08B6E2D88D4@microsoft.com,
> > Simon <Simon DeleteThis @discussions.microsoft.com> hunted and pecked:
> >> Hello,
> >>
> >> I hope you don't mind me butting in to the conversation, but I seem to be
> >> having the same problems as Peter in that I can not install updates and
> >> the key reason seems to be the lack of Cryptographic Services on my PC
> >> too.
> >>
> >> I opened a command prompt as you have suggested and the response from it
> >> was that "the specified service does not exist as an installed service".
> >>
> >> If anyone can point me in the direction of where I can find it (be it on
> >> the web, my office XP CD or lurking elsewhere) I promise my eternal
> >> gratitude for ending frustration!
> >>
> >> Thanks a lot, Simon
> >>
> >> "Wesley Vogel" wrote:
> >>
> >>> Cryptographic Services is cryptsvc
> >>>
> >>> Open a command prompt...
> >>> Start | Run | Type: cmd | Click OK |
> >>> In the command prompt type:
> >>>
> >>> sc query cryptsvc
> >>>
> >>> Hit the Enter key.
> >>>
> >>> What do you get?
> >>>
> >>> Anything alt all similar to this?
> >>>
> >>> C:\>sc query cryptsvc
> >>>
> >>> SERVICE_NAME: cryptsvc
> >>> TYPE : 20 WIN32_SHARE_PROCESS
> >>> STATE : 4 RUNNING
> >>>
> >>> (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN) WIN32_EXIT_CODE :
> >>> 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0)
> >>> CHECKPOINT : 0x0
> >>> WAIT_HINT : 0x0
> >>>
> >>> --
> >>> Hope this helps. Let us know.
> >>>
> >>> Wes
> >>> MS-MVP Windows Shell/User
> >>>
> >>> In news:f7sgf2p3h56meq2079tthr6umdp9gl9tbi@4ax.com,
> >>> Peter Putnam <trader DeleteThis @ni6e.com> hunted and pecked:
> >>>> Greetings,
> >>>>
> >>>> I am unable to upgrade (SP1 to SP2) my Win XP laptop because the
> >>>> Cryptograhic Service isn't running. It isn't a simple question of
> >>>> Catroot errors, reregistering dlls, etc. I've been through every web
> >>>> site that offers advice and found nothing that helps.
> >>>>
> >>>> They all indicate that the service should be stopped, started, etc,
> >>>> but I can't do that because the Cryptographic service doesn't even
> >>>> appear on the list of available services.
> >>>>
> >>>> I suspect the registry entry that loads cryptsvc.dll is missing or
> >>>> broken.
> >>>>
> >>>> Can anyone tell me where I should look and what I should see there? Or
> >>>> if I am barking up the wrong tree...
> >>>>
> >>>> Regards,
> >>>> Peter
>
>
 >> Stay informed about: Cryptographic Service Failure 
Back to top
Login to vote
Display posts from previous:   
   Windows XP Arc2 (Home) -> Configuration Manage All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum

Categories:
 Windows XP
 Windows Vista!
 Win 2000/NT/98/ME


[ Contact us | Terms of Service/Privacy Policy ]