Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Another Solution for Error 0x80070005

Reply
Thread Tools Display Modes

Another Solution for Error 0x80070005

 
 
Juerg Reimann
Guest
Posts: n/a

 
      01-02-2007
Hi everyone,

For all those of you who try to fix that error 0x80070005: If all hints
available here and on the web do not help and if you have turned on file
encryption, check your C:\WINDOWS\system32\CatRoot directory and all files
and folders within it. If something there is encrypted, then this is
certainly a cause for error 0x80070005, as then the SYSTEM account is no
longer able to read from the .cat files.

I figured out that if one uses file encryption it now and then happens that
some of the .cat files end up encrypted in the CatRoot. This probably
happens when something new is installed from encrypted setup files. I made
myself a batch file with the following command that I always run as soon as
Windows Update fails with error 0x80070005:

CIPHER /D /A /S:"C:\WINDOWS\system32\CatRoot"

Good luck,
Juerg


 
Reply With Quote
 
 
 
 
MowGreen [MVP]
Guest
Posts: n/a

 
      01-02-2007
CIPHER /D /A /S:"C:\WINDOWS\system32\CatRoot"

Not to denigrate this useful post Juerg, but perhaps you'd care to
explain what the command does to the CatRoot directory that's been
encrypted or, > when something new is installed from encrypted setup files

Generally speaking, 0x80070005 means Access Denied .


MowGreen [MVP 2003-2007]
===============
*-343-* FDNY
Never Forgotten
===============



Juerg Reimann wrote:

> Hi everyone,
>
> For all those of you who try to fix that error 0x80070005: If all hints
> available here and on the web do not help and if you have turned on file
> encryption, check your C:\WINDOWS\system32\CatRoot directory and all files
> and folders within it. If something there is encrypted, then this is
> certainly a cause for error 0x80070005, as then the SYSTEM account is no
> longer able to read from the .cat files.
>
> I figured out that if one uses file encryption it now and then happens that
> some of the .cat files end up encrypted in the CatRoot. This probably
> happens when something new is installed from encrypted setup files. I made
> myself a batch file with the following command that I always run as soon as
> Windows Update fails with error 0x80070005:
>
> CIPHER /D /A /S:"C:\WINDOWS\system32\CatRoot"
>
> Good luck,
> Juerg
>
>

 
Reply With Quote
 
Juerg Reimann
Guest
Posts: n/a

 
      01-03-2007
"MowGreen [MVP]" <> wrote in message
news:%23%...

> CIPHER /D /A /S:"C:\WINDOWS\system32\CatRoot"
>
> Not to denigrate this useful post Juerg, but perhaps you'd care to explain
> what the command does to the CatRoot directory that's been encrypted or, >
> when something new is installed from encrypted setup files
>
> Generally speaking, 0x80070005 means Access Denied .


Well, the command decrypts the directory (see "cipher /? | more" for more).
If it is encrypted, then the Local System account (under which Automatic
Updates runs) can no longer access the files, as the key to decrypt the
files belongs to a user account and not to the Local System account...

Juerg


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Solution for KB892130 installation issues (0x80070005 errors) Sakis Papademetriou Windows Update 41 11-29-2007 09:04 PM
Error 0x80070005 Gary Miller Windows Update 4 03-07-2006 06:01 PM
Error number: 0x8DDD0002 WindowsUpdate.log error 0x80070005 Justin Windows Update 2 03-06-2005 06:09 PM
Error: 0x80070005 Mike Windows Update 8 08-10-2004 12:22 AM
Solution to 0x80070005 Error on v5 Beta Site - Worked for Me logmecode3 Windows Update 1 06-20-2004 08:26 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59