Re: Solution for KB892130 installation issues (0x80070005 errors)

Tech-Archive recommends: Fix windows errors by optimizing your registry



Random wrote:

Hi I have xp pro and have tried this and it didn't work for me. It opened a help box with data on secedit but that was it. I checked the command line carefully and don't think I made a mistake. I substitued /C:Windows for the %winddir% was that correct?
Hi,

The command line Sakis posted was correct (copy/paste it to the command
prompt to be sure not to introduce any typing errors).

And it is %windir% and not %winddir%, and I hope you wrote C:\Windows
and not /C:Windows on the command line (and it is no point in
substituting %windir% with the actual path in the command line, using
%windir% will work fine).

More about secedit and it's command line parameters here:

How To Reset Security Settings Back to the Defaults
http://support.microsoft.com/?kbid=313222


I think I would have started out with only resetting the security
settings on registry and services by adding this to the command line:

/areas REGKEYS SERVICES

If it still doesn't work (access denied), I would have run it without
the "/areas REGKEYS SERVICES" setting.



--
torgeir, Microsoft MVP Scripting, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
.



Relevant Pages

  • Re: Deleting files
    ... You can try substituting the long path with a drive letter and see if it shortens it enough to then be able to delete the file. ... From a Command Prompt use the subst command, ... Once done you can just delete the substituted drive, that will not delete your folder, it will only remove the virtual drive associated to the folder. ...
    (microsoft.public.windowsxp.newusers)
  • Re: Comma-delimited file
    ... If Perl is installed on your system, you can delete the blank lines from ... a textfile by running this command (substituting the location of your ...
    (microsoft.public.access.modulesdaovba)
  • Re: Envelopes in Access
    ... On your form add a command button with the following code (substituting your ... Private Sub cmdPrtEnv_Click ... Dim stDocName As String ...
    (microsoft.public.access.reports)
  • Re: TK scope "cant read . . . no such variable"
    ... argument remains a distinct tcl word when the command runs. ... In this specific case, assuming that the contents of $base does not contain any spaces or other special characters, it is effectively a no-op. ... I was reading about this substituting the value at a later time. ... $base is valid in the scope where you define the -command but it is not valid in the scope where the command is run. ...
    (comp.lang.tcl)
  • using dd to wipe a disk
    ... can be used to fill a disk with random bytes and is a good way to clean it ... Substituting /dev/zero makes it run around 22 times faster but is not ... small file of random numbers, or whatever, can I modify the command so ... where count would be the number of input file blocks. ...
    (uk.comp.os.linux)