Windows 7 Home Premium 32bit SP1 Update is failing, error 0x800f0900

Page 3 of 5 FirstFirst 12345 LastLast

  1. Posts : 28
    Windows 7 Home Premium 32bit
    Thread Starter
       #21

    Okay. Looks like it went well...

    C:\Windows\system32>ICACLS C:\Windows
    C:\Windows NT SERVICE\TrustedInstallerF)
    NT SERVICE\TrustedInstallerCI)(IO)(F)
    NT AUTHORITY\SYSTEMM)
    NT AUTHORITY\SYSTEMOI)(CI)(IO)(F)
    BUILTIN\AdministratorsM)
    BUILTIN\AdministratorsOI)(CI)(IO)(F)
    BUILTIN\UsersRX)
    BUILTIN\UsersOI)(CI)(IO)(GR,GE)
    CREATOR OWNEROI)(CI)(IO)(F)

    Successfully processed 1 files; Failed processing 0 files

    C:\Windows\system32>ICACLS C:\Windows\winsxs
    C:\Windows\winsxs BUILTIN\AdministratorsOI)(CI)(F)
    NT SERVICE\TrustedInstallerOI)(CI)(F)
    NT AUTHORITY\SYSTEMOI)(CI)(F)
    BUILTIN\UsersOI)(CI)(F)

    Successfully processed 1 files; Failed processing 0 files

    C:\Windows\system32>ICACLS C:\Windows\winsxs\x86_volume.inf_31bf3856ad364e35_6.1
    .7600.17122_none_15cad1ba5d3abbe6
    C:\Windows\winsxs\x86_volume.inf_31bf3856ad364e35_6.1.7600.17122_none_15cad1ba5d
    3abbe6 BUILTIN\AdministratorsI)(OI)(CI)(F)

    NT SERVICE\TrustedInstallerI)(OI)(CI)(F)

    NT AUTHORITY\SYSTEMI)(OI)(CI)(F)

    BUILTIN\UsersI)(OI)(CI)(F)

    Successfully processed 1 files; Failed processing 0 files

    C:\Windows\system32>ICACLS C:\Windows\winsxs\x86_avc.inf_31bf3856ad364e35_6.1.76
    00.16385_none_ac2fa38af371acee
    C:\Windows\winsxs\x86_avc.inf_31bf3856ad364e35_6.1.7600.16385_none_ac2fa38af371a
    cee BUILTIN\AdministratorsI)(OI)(CI)(F)

    NT SERVICE\TrustedInstallerI)(OI)(CI)(F)

    NT AUTHORITY\SYSTEMI)(OI)(CI)(F)

    BUILTIN\UsersI)(OI)(CI)(F)

    Successfully processed 1 files; Failed processing 0 files

    C:\Windows\system32>


    LOL. I like that all of the ": ("s became frowny faces.
      My Computer


  2. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #22

    That's normal - it's the forums software trying to be helpful :)
    You could almost get away with the current permissions - but we'd better reset the ownership and reduce the access a little.

    Open an Elevated Command Prompt, and run the following commands.

    ICACLS C:\Windows\winsxs /remove Users
    ICACLS C:\Windows\winsxs /grant Users:(OI)(CI)(RX)
    ICACLS C:\Windows\winsxs /remove "NT AUTHORITY\SYSTEM"
    ICACLS C:\Windows\winsxs /grant "NT AUTHORITY\SYSTEM":(OI)(CI)(RX)
    ICACLS C:\Windows\winsxs /remove Administrators
    ICACLS C:\Windows\winsxs /grant Administrators:(OI)(CI)(RX)
    ICACLS C:\Windows\Winsxs /setowner "NT SERVICE\TrustedInstaller" /T /C /Q
    ICACLS C:\Windows\Winsxs

    Post the results, and then reboot. (note that the /setowner one could take a fair while to complete!)

    then run the earlier commands (from post #20) again so we can check the results.
      My Computer


  3. Posts : 28
    Windows 7 Home Premium 32bit
    Thread Starter
       #23

    I watched for a bit, and the first several commands appeared successful.

    The ICACLS C:\Windows\Winsxs /setowner "NT SERVICE\TrustedInstaller" /T /C /Q command failed with Access is denied errors on every file. The results of the earlier commands scrolled back too far. Here's the end of it:

    C:\Windows\Winsxs\x86_xnacc.inf_31bf3856ad364e35_6.1.7600.16385_none_b381dfe1d4d
    a7da9\xnacc.inf: Access is denied.
    C:\Windows\Winsxs\x86_xnacc.inf_31bf3856ad364e35_6.1.7600.16385_none_b381dfe1d4d
    a7da9\xnacc.sys: Access is denied.
    Successfully processed 0 files; Failed processing 61605 files

    C:\Windows\system32>ICACLS C:\Windows\Winsxs
    C:\Windows\Winsxs NT AUTHORITY\SYSTEMOI)(CI)(RX)
    BUILTIN\UsersOI)(CI)(RX)
    NT SERVICE\TrustedInstallerOI)(CI)(F)

    Successfully processed 1 files; Failed processing 0 files


    Shall I still reboot and run the commands from post #20? Or do we need to fix what happened here first?
      My Computer


  4. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #24

    We definitely need to fix this - there's something amiss, as the winsxs folder has lost permissions for the Administrators!

    Please run the following commands in an Elevated Command Prompt...

    TAKEOWN /F C:\Windows\WinSXS /A
    ICACLS C:\Windows\Winsxs /grant Administrators:(OI)(CI)(RX)
    ICACLS C:\Windows\Winsxs /setowner "NT SERVICE\TrustedInstaller"
    ICACLS C:\Windows\Winsxs

    post the results before rebooting.
      My Computer


  5. Posts : 28
    Windows 7 Home Premium 32bit
    Thread Starter
       #25

    Here are the results from that. Reboot now? What next?

    C:\Windows\system32>TAKEOWN /F C:\Windows\WinSXS /A

    SUCCESS: The file (or folder): "C:\Windows\WinSXS" now owned by the administrato
    rs group.

    C:\Windows\system32>ICACLS C:\Windows\Winsxs /grant AdministratorsOI)(CI)(RX)
    processed file: C:\Windows\Winsxs
    Successfully processed 1 files; Failed processing 0 files

    C:\Windows\system32>ICACLS C:\Windows\Winsxs /setowner "NT SERVICE\TrustedInstal
    ler"
    C:\Windows\Winsxs: Access is denied.
    Successfully processed 0 files; Failed processing 1 files

    C:\Windows\system32>ICACLS C:\Windows\Winsxs
    C:\Windows\Winsxs BUILTIN\AdministratorsOI)(CI)(RX)
    NT AUTHORITY\SYSTEMOI)(CI)(RX)
    BUILTIN\UsersOI)(CI)(RX)
    NT SERVICE\TrustedInstallerOI)(CI)(F)

    Successfully processed 1 files; Failed processing 0 files
      My Computer


  6. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #26

    Yep - you can reboot now :)

    I'm not sure why the setowner command failed again - try running that one again after the reboot.
      My Computer


  7. Posts : 28
    Windows 7 Home Premium 32bit
    Thread Starter
       #27

    Still comes back with Access Denied.
      My Computer


  8. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #28

    Locate the folder in Explorer and right-click on it - select Properties.

    click on the Security tab then the Advanced button then the Owner tab - who is the owner now?
      My Computer


  9. Posts : 28
    Windows 7 Home Premium 32bit
    Thread Starter
       #29

    The current owner of C:\Windows\winsxs is "Administrators (PCSE-Server\Administrators)"
      My Computer


  10. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #30

    Aaarrgghh!! - I just realised what the problem is - I'm restricting permissions before passing over ownership!

    Let's try it this way instead....

    TAKEOWN /F C:\Windows\WinSXS /A
    ICACLS C:\Windows\Winsxs /grant Administrators:(OI)(CI)(F)
    ICACLS C:\Windows\Winsxs /setowner "NT SERVICE\TrustedInstaller" /C /T /Q
    ICACLS C:\Windows\Winsxs /grant:r Administrators:(OI)(CI)(RX)
    ICACLS C:\Windows\Winsxs

    post the results (assuming it doesn't scroll off the page!), then reboot, and run the following commands...

    ICACLS C:\Windows\winsxs
    ICACLS C:\Windows\winsxs\x86_volume.inf_31bf3856ad364e35_6.1.7600.17122_none_15cad1ba5d3abbe6
    ICACLS C:\Windows\winsxs\x86_avc.inf_31bf3856ad364e35_6.1.7600.16385_none_ac2fa38af371acee


    post those results, and we'll see where we are.
      My Computer


 
Page 3 of 5 FirstFirst 12345 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 20:02.
Find Us