Multiple issues after update (sfc /scannow and CheckSUR logs included)

Page 4 of 8 FirstFirst ... 23456 ... LastLast

  1. EWG
    Posts : 42
    Windows 7 Home Edition, 64bit
    Thread Starter
       #31

    DIR C:\Windows\winsxs\wininet.* /S > "C:\Users\Eban\Desktop\Search1.txt"

    See attached file "Search1.txt"

    DIR C:\Windows\System32\wininet.dll /S


    C:\Windows\system32>DIR C:\Windows\System32\wininet.dll /S
    Volume in drive C has no label.
    Volume Serial Number is A8E9-0212
    File Not Found

    ICACLS C:\Windows\winsxs\wininet.* /T > "C:\Users\Eban\Desktop\Search3.txt"

    See attached file "Search3.txt"

    ICACLS C:\Windows\System32\wininet.* /T

    C:\Windows\system32>ICACLS C:\Windows\System32\wininet.* /T
    C:\Windows\System32\en-US\wininet.dll.mui NT SERVICE\TrustedInstaller:(F)
    BUILTIN\Administrators:(RX)
    NT AUTHORITY\SYSTEM:(RX)
    BUILTIN\Users:(RX)

    C:\Windows\System32\LogFiles\WMI\RtBackup\wininet.*: Access is denied.
    Successfully processed 1 files; Failed processing 1 files
      My Computer


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

    So the wininet.dll file is definitely missing - but for some reason wasn't picked up by the SFC scan??
    I think we can get away with copying the file to the System32 folder....

    Open an Elevated Command Prompt, and run the following commands

    Code:
     
    Copy C:\Windows\winsxs\x86_microsoft-windows-i..tocolimplementation_31bf3856ad364e35_9.4.8112.16470_none_1a318655bc42d5b9\wininet.dll c:\Windows\System32 /y
    DIR C:\Windows\System32\wininet.dll
    DIR C:\Windows\System32\wininet.dll /ah
    ICACLS C:\Windows\System32\wininet.dll
     
    .
    post the results
    Last edited by NoelDP; 31 Mar 2013 at 12:26. Reason: Code box
      My Computer


  3. EWG
    Posts : 42
    Windows 7 Home Edition, 64bit
    Thread Starter
       #33

    Copy C:\Windows\winsxs\x86_microsoft-windows-i..tocolimplementation_31bf3856ad364e35_9.4.8112.16470_none_1a318655bc42d5b9\wininet.dll c:\Windows\System32 /y

    C:\Windows\system32>Copy C:\Windows\winsxs\x86_microsoft-windows-i..tocolimpleme
    ntation_31bf3856ad364e35_9.4.8112.16470_none_1a318655bc42d5b9\wininet.dll c:\Win
    dows\System32 /y
    1 file(s) copied.

    DIR C:\Windows\System32\wininet.dll


    Volume in drive C has no label.
    Volume Serial Number is A8E9-0212

    Directory of C:\Windows\System32

    02/01/2013 08:30 PM 1,129,472 wininet.dll
    1 File(s) 1,129,472 bytes
    0 Dir(s) 502,489,042,944 bytes free


    DIR C:\Windows\System32\wininet.dll /ah

    Volume in drive C has no label.
    Volume Serial Number is A8E9-0212

    Directory of C:\Windows\System32

    File Not Found

    ICACLS C:\Windows\System32\wininet.dll

    C:\Windows\System32\wininet.dll NT AUTHORITY\SYSTEM:(I)(F)
    BUILTIN\Administrators:(I)(F)
    BUILTIN\Users:(I)(RX)

    Successfully processed 1 files; Failed processing 0 files
      My Computer


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

    Great - now try running the ServicesRepair tool again, and post the results.
      My Computer


  5. EWG
    Posts : 42
    Windows 7 Home Edition, 64bit
    Thread Starter
       #35

    ServicesRepair_x64.exe - Application Error

    The application was unable to start correctly (0xc000007b). Click OK to close the application.

      My Computer


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

    That's OK - we need to amend the permissions on the wininet.dll file....

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

    ICACLS C:\Windows\System32\wininet.dll /grant "NT SERVICE\TrustedInstaller"F)
    ICACLS C:\Windows\System32
    ICACLS C:\Windows

    Post the results, and the result of running the ServicesRepair tool again.
      My Computer


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

    We need to correct the permissions on the file.

    Please run the following commands in an Elevated Command Prompt, and post the results.

    ICACLS C:\Windows\System32\wininet.dll /grant "NT SERVICES\TrustedInstaller":(F)
    ICACLS C:\Windows\System32
    ICACLS C:\Windows
      My Computer


  8. EWG
    Posts : 42
    Windows 7 Home Edition, 64bit
    Thread Starter
       #38

    ICACLS C:\Windows\System32\wininet.dll /grant "NT SERVICE\TrustedInstaller":(F)

    processed file: C:\Windows\System32\wininet.dll
    Successfully processed 1 files; Failed processing 0 files

    ICACLS C:\Windows\System32

    C:\Windows\System32 NT SERVICE\TrustedInstaller:(F)
    NT SERVICE\TrustedInstaller:(CI)(IO)(F)
    NT AUTHORITY\SYSTEM:(M)
    NT AUTHORITY\SYSTEM:(OI)(CI)(IO)(F)
    BUILTIN\Administrators:(M)
    BUILTIN\Administrators:(OI)(CI)(IO)(F)
    BUILTIN\Users:(RX)
    BUILTIN\Users:(OI)(CI)(IO)(GR,GE)
    CREATOR OWNER:(OI)(CI)(IO)(F)

    Successfully processed 1 files; Failed processing 0 files

    ICACLS C:\Windows

    C:\Windows NT SERVICE\TrustedInstaller:(F)
    NT SERVICE\TrustedInstaller:(CI)(IO)(F)
    NT AUTHORITY\SYSTEM:(M)
    NT AUTHORITY\SYSTEM:(OI)(CI)(IO)(F)
    BUILTIN\Administrators:(M)
    BUILTIN\Administrators:(OI)(CI)(IO)(F)
    BUILTIN\Users:(RX)
    BUILTIN\Users:(OI)(CI)(IO)(GR,GE)
    CREATOR OWNER:(OI)(CI)(IO)(F)

    Successfully processed 1 files; Failed processing 0 files
      My Computer


  9. EWG
    Posts : 42
    Windows 7 Home Edition, 64bit
    Thread Starter
       #39

    Same error for the ServicesRepair:

    ServicesRepair_x64.exe - Application Error

    The application was unable to start correctly (0xc000007b). Click OK to close the application.
      My Computer


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

    Please run the following command

    regsvr32 C:\Windows\System32\wininet.dll

    and try the tool again.
      My Computer


 
Page 4 of 8 FirstFirst ... 23456 ... 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 17:04.
Find Us