Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Re: SP3 Access Denied

Reply
Thread Tools Display Modes

Re: SP3 Access Denied

 
 
Shenan Stanley
Guest
Posts: n/a

 
      05-11-2008
Carole wrote:
> My system is XP Home Edition Version 2002 Service Pack 2. My
> computer is up to date with all Microsoft updates.
>
> For the past week I have been attempting to download SP3 I keep
> getting access denied.
>
> I have read through all of the suggestions and did them. But I am
> still getting access denied.
>
> I downloaded the full version of SP3 to a CD as suggested in one of
> these posts. I am still getting an error message of access
> denied.
> I am starting to get frustrated is there anyone here who can
> possibly help me please?
>
> Also there are times when I tred to download SP3 it just freezes on
> 0% for ever and it doesn't seem to be doing anything at all...
>
> There has been times when trying to install the update I got
> 0x80070005.
>
> I have followed the steps as suggested by Microsoft and still
> nothing appears to be helping the situation.
>
> I apologise for this being so long.


Shenan Stanley wrote:
> Download and install SUBINACL.
> Copy the following text into a notepad document and save that
> document as 'fixperms.cmd' (without the quotes and such.)
>
> <copy below this line - do not include it>
> cd /d "%ProgramFiles%\Windows Resource Kits\Tools"
> subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
> /grant=system=f
> subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
> /grant=system=f
> subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
> /grant=system=f
> subinacl /subdirectories %SystemDrive% /grant=administrators=f
> /grant=system=f
> subinacl /subdirectories %windir%*.* /grant=administrators=f
> /grant=system=f secedit /configure /cfg %windir%\inf\defltbase.inf
> /db defltbase.sdb /verbose
> <copy above this line, do not include it>
>
> Execute that script, when it is done, reboot - log on as an
> administrator and try installing SP3 again. Do it wisely. Clean
> up your machine, back it up and go.
>
> Steps to take before you install Windows XP Service Pack 3
> http://support.microsoft.com/kb/950717
>
> Release Notes for Windows XP Service Pack 3
> http://download.microsoft.com/downlo...1/relnotes.htm
>
> Key things to note:
>
> Internet Explorer:
> "If you have installed Windows Internet Explorer® 7 or a beta
> version of Internet Explorer 8, and then install Windows XP SP3,
> you cannot uninstall Internet Explorer. To avoid this, ensure
> Internet Explorer 7 or a beta version of Internet Explorer 8 is not
> installed before installing Windows XP SP3. If you have already
> encountered this issue, uninstall Windows XP SP3, uninstall
> Internet Explorer, and then reinstall Windows XP SP3."
> Windows XP Media Center Edition 2002:
> "If you install Windows XP SP3 on a computer running Windows XP
> Media Center Edition 2002 with SP1, Windows XP Media Center Edition
> may malfunction. To avoid this, install Windows XP SP2 before you
> install Windows XP SP3. If this issue has already occurred,
> uninstall Windows XP SP3, install Windows XP SP2, and then
> reinstall Windows XP SP3."
> It seems som people are unable to get further updates after
> installing SP3... Seems some have experienced a symptom similar to
> doing a repair installation on Windows XP - and the same fix seems
> to work for them for that...
>
> Updates are not installed successfully from Windows Update, from
> Microsoft Update, or by using Automatic Updates after you repair a
> Windows XP installation
> http://support.microsoft.com/kb/943144
>
> Otherwise - you can also get help through this channel:
> http://support.microsoft.com/oas/def...3&gprid=522131


Watch for word-wrapping... In case it is confusing - I have put the script
below and NUMBERED the lines so it is more obvious where to begin/end each
one...

1. cd /d "%ProgramFiles%\Windows Resource Kits\Tools"
2. subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
/grant=system=f
3. subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
/grant=system=f
4. subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
/grant=system=f
5. subinacl /subdirectories %SystemDrive% /grant=administrators=f
/grant=system=f
6. subinacl /subdirectories %windir%*.* /grant=administrators=f
/grant=system=f
7. secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb
/verbose

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


 
Reply With Quote
 
 
 
 
Shenan Stanley
Guest
Posts: n/a

 
      05-11-2008
Carole wrote:
> My system is XP Home Edition Version 2002 Service Pack 2. My
> computer is up to date with all Microsoft updates.
>
> For the past week I have been attempting to download SP3 I keep
> getting access denied.
>
> I have read through all of the suggestions and did them. But I am
> still getting access denied.
>
> I downloaded the full version of SP3 to a CD as suggested in one of
> these posts. I am still getting an error message of access
> denied.
> I am starting to get frustrated is there anyone here who can
> possibly help me please?
>
> Also there are times when I tred to download SP3 it just freezes on
> 0% for ever and it doesn't seem to be doing anything at all...
>
> There has been times when trying to install the update I got
> 0x80070005.
>
> I have followed the steps as suggested by Microsoft and still
> nothing appears to be helping the situation.
>
> I apologise for this being so long.


Shenan Stanley wrote:
> Download and install SUBINACL.
> Copy the following text into a notepad document and save that
> document as 'fixperms.cmd' (without the quotes and such.)
>
> <copy below this line - do not include it>
> cd /d "%ProgramFiles%\Windows Resource Kits\Tools"
> subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
> /grant=system=f
> subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
> /grant=system=f
> subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
> /grant=system=f
> subinacl /subdirectories %SystemDrive% /grant=administrators=f
> /grant=system=f
> subinacl /subdirectories %windir%*.* /grant=administrators=f
> /grant=system=f secedit /configure /cfg %windir%\inf\defltbase.inf
> /db defltbase.sdb /verbose
> <copy above this line, do not include it>
>
> Execute that script, when it is done, reboot - log on as an
> administrator and try installing SP3 again. Do it wisely. Clean
> up your machine, back it up and go.
>
> Steps to take before you install Windows XP Service Pack 3
> http://support.microsoft.com/kb/950717
>
> Release Notes for Windows XP Service Pack 3
> http://download.microsoft.com/downlo...1/relnotes.htm
>
> Key things to note:
>
> Internet Explorer:
> "If you have installed Windows Internet Explorer® 7 or a beta
> version of Internet Explorer 8, and then install Windows XP SP3,
> you cannot uninstall Internet Explorer. To avoid this, ensure
> Internet Explorer 7 or a beta version of Internet Explorer 8 is not
> installed before installing Windows XP SP3. If you have already
> encountered this issue, uninstall Windows XP SP3, uninstall
> Internet Explorer, and then reinstall Windows XP SP3."
> Windows XP Media Center Edition 2002:
> "If you install Windows XP SP3 on a computer running Windows XP
> Media Center Edition 2002 with SP1, Windows XP Media Center Edition
> may malfunction. To avoid this, install Windows XP SP2 before you
> install Windows XP SP3. If this issue has already occurred,
> uninstall Windows XP SP3, install Windows XP SP2, and then
> reinstall Windows XP SP3."
> It seems som people are unable to get further updates after
> installing SP3... Seems some have experienced a symptom similar to
> doing a repair installation on Windows XP - and the same fix seems
> to work for them for that...
>
> Updates are not installed successfully from Windows Update, from
> Microsoft Update, or by using Automatic Updates after you repair a
> Windows XP installation
> http://support.microsoft.com/kb/943144
>
> Otherwise - you can also get help through this channel:
> http://support.microsoft.com/oas/def...3&gprid=522131


Shenan Stanley wrote:
> Watch for word-wrapping... In case it is confusing - I have put the
> script below and NUMBERED the lines so it is more obvious where to
> begin/end each one...
>
> 1. cd /d "%ProgramFiles%\Windows Resource Kits\Tools"
> 2. subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
> /grant=system=f
> 3. subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
> /grant=system=f
> 4. subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
> /grant=system=f
> 5. subinacl /subdirectories %SystemDrive% /grant=administrators=f
> /grant=system=f
> 6. subinacl /subdirectories %windir%*.* /grant=administrators=f
> /grant=system=f
> 7. secedit /configure /cfg %windir%\inf\defltbase.inf /db
> defltbase.sdb /verbose


Alf P. Steinbach wrote:
> I think I mentioned this in another SP3 thread here, but no reply:
>
> the last line above seems to be Vista-specific.
>
> At least, it gives error (no defltbase.inf or something like that)
> on my XP.
> PS: It's NOT a good idea to add numbers or anything else in,
> because a user who could be helped by that is likely to copy the
> numbers, or whatever. Text that needs to be just-so should be
> just-so. Not different.


I pointed outwas adding numbers to designate the lines. The un-numbered
text was already posted but likely word-wrap'd in their preferred
newsreader, web interface, etc. Therefore I posted it without and with -
the with was so they would know how to correct the without after copying and
pasting.

As for your other comment about the last line...
http://support.microsoft.com/kb/949377

The KB article above has the script and the article is for Microsoft Windows
XP Service Pack 3... However - you are correct. That line would be for
Windows Vista...

The Windows XP Line should be:

secedit /configure /cfg %windir%\repair\secsetup.inf /db secsetup.sdb
/verbose

Reference:
http://support.microsoft.com/kb/313222

Good catch.

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html




 
Reply With Quote
 
Carole
Guest
Posts: n/a

 
      05-16-2008
Hi Shenan,

Sorry I did not get back to you sooner, but this is the first time I had
gotten the chance to work on your instructions.

They worked like a charm...........Thank you so much for your help.
--
Carole


"Shenan Stanley" wrote:

> Carole wrote:
> > My system is XP Home Edition Version 2002 Service Pack 2. My
> > computer is up to date with all Microsoft updates.
> >
> > For the past week I have been attempting to download SP3 I keep
> > getting access denied.
> >
> > I have read through all of the suggestions and did them. But I am
> > still getting access denied.
> >
> > I downloaded the full version of SP3 to a CD as suggested in one of
> > these posts. I am still getting an error message of access
> > denied.
> > I am starting to get frustrated is there anyone here who can
> > possibly help me please?
> >
> > Also there are times when I tred to download SP3 it just freezes on
> > 0% for ever and it doesn't seem to be doing anything at all...
> >
> > There has been times when trying to install the update I got
> > 0x80070005.
> >
> > I have followed the steps as suggested by Microsoft and still
> > nothing appears to be helping the situation.
> >
> > I apologise for this being so long.

>
> Shenan Stanley wrote:
> > Download and install SUBINACL.
> > Copy the following text into a notepad document and save that
> > document as 'fixperms.cmd' (without the quotes and such.)
> >
> > <copy below this line - do not include it>
> > cd /d "%ProgramFiles%\Windows Resource Kits\Tools"
> > subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
> > /grant=system=f
> > subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
> > /grant=system=f
> > subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
> > /grant=system=f
> > subinacl /subdirectories %SystemDrive% /grant=administrators=f
> > /grant=system=f
> > subinacl /subdirectories %windir%*.* /grant=administrators=f
> > /grant=system=f secedit /configure /cfg %windir%\inf\defltbase.inf
> > /db defltbase.sdb /verbose
> > <copy above this line, do not include it>
> >
> > Execute that script, when it is done, reboot - log on as an
> > administrator and try installing SP3 again. Do it wisely. Clean
> > up your machine, back it up and go.
> >
> > Steps to take before you install Windows XP Service Pack 3
> > http://support.microsoft.com/kb/950717
> >
> > Release Notes for Windows XP Service Pack 3
> > http://download.microsoft.com/downlo...1/relnotes.htm
> >
> > Key things to note:
> >
> > Internet Explorer:
> > "If you have installed Windows Internet Explorer® 7 or a beta
> > version of Internet Explorer 8, and then install Windows XP SP3,
> > you cannot uninstall Internet Explorer. To avoid this, ensure
> > Internet Explorer 7 or a beta version of Internet Explorer 8 is not
> > installed before installing Windows XP SP3. If you have already
> > encountered this issue, uninstall Windows XP SP3, uninstall
> > Internet Explorer, and then reinstall Windows XP SP3."
> > Windows XP Media Center Edition 2002:
> > "If you install Windows XP SP3 on a computer running Windows XP
> > Media Center Edition 2002 with SP1, Windows XP Media Center Edition
> > may malfunction. To avoid this, install Windows XP SP2 before you
> > install Windows XP SP3. If this issue has already occurred,
> > uninstall Windows XP SP3, install Windows XP SP2, and then
> > reinstall Windows XP SP3."
> > It seems som people are unable to get further updates after
> > installing SP3... Seems some have experienced a symptom similar to
> > doing a repair installation on Windows XP - and the same fix seems
> > to work for them for that...
> >
> > Updates are not installed successfully from Windows Update, from
> > Microsoft Update, or by using Automatic Updates after you repair a
> > Windows XP installation
> > http://support.microsoft.com/kb/943144
> >
> > Otherwise - you can also get help through this channel:
> > http://support.microsoft.com/oas/def...3&gprid=522131

>
> Watch for word-wrapping... In case it is confusing - I have put the script
> below and NUMBERED the lines so it is more obvious where to begin/end each
> one...
>
> 1. cd /d "%ProgramFiles%\Windows Resource Kits\Tools"
> 2. subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
> /grant=system=f
> 3. subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
> /grant=system=f
> 4. subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
> /grant=system=f
> 5. subinacl /subdirectories %SystemDrive% /grant=administrators=f
> /grant=system=f
> 6. subinacl /subdirectories %windir%*.* /grant=administrators=f
> /grant=system=f
> 7. secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb
> /verbose
>
> --
> Shenan Stanley
> MS-MVP
> --
> How To Ask Questions The Smart Way
> http://www.catb.org/~esr/faqs/smart-questions.html
>
>
>

 
Reply With Quote
 
Shenan Stanley
Guest
Posts: n/a

 
      05-16-2008
Carole wrote:
> Sorry I did not get back to you sooner, but this is the first time
> I had gotten the chance to work on your instructions.
>
> They worked like a charm...........Thank you so much for your help.


Carole,

Fantastic news! Glad to hear everything worked out well for you!

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


 
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
Restoring Access to Folders Where Access is Denied surfer100 Windows Vista General Discussion 2 07-02-2008 02:53 AM
Access Denied, Access Denied- like a broken record! Sam Windows Vista General Discussion 7 04-26-2008 04:54 AM
When standard users access Vista registry remotely, Access Denied Gayle Windows Vista Administration 1 10-10-2007 04:48 PM
Access is denied message when trying to access a remote printer MarkC Windows Vista Printing / Faxing / Scanning 1 03-09-2007 12:34 AM
media 9.0 - access denied by access control list Faceman Windows Media Player 0 09-15-2003 09: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