Help fixing Windows 10 update, error 8007005

N

Nomad.CANAM

Have continuously been getting error 0x8007005 on Windows 10 update. Currently had to manually update using Windows10_InsiderPreview_Client_x64_en-us_18290.iso from slow ring, hoping Auto or forced update would start working again. I has not! I tried every fix I could find on the Internet for this error and other update errors. I got some errors with some of the fixes. I'm not a tech, maybe a superuser maybe not. Help please.


Here's a list of what I tried (multiple time and in various order) and the results, none fix Windows Update error 80070005.


1) sfc /scannow - no errors found

2) DISM.exe /Online /Cleanup-image /Restorehealth - no errors found

3) installed subinacl.msi in c:\windows\system32 - no errors on install but I don't see it in system32 (not sure if I'm supposed to).


3a) ran

Set OSBIT=32
IF exist "%ProgramFiles(x86)%" set OSBIT=64
set RUNNINGDIR=%ProgramFiles%
IF %OSBIT% == 64 set RUNNINGDIR=%ProgramFiles(x86)%
subinacl /subkeyreg "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing" /grant="nt service\trustedinstaller"=f​

no errors shown


3b) ran

@echo off
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=system=f
@Echo =========================
@Echo Finished.
@Echo =========================
@pause​


got the following error(s)​

'subinacl' is not recognized as an internal or external command,
operable program or batch file.
'subinacl' is not recognized as an internal or external command,
operable program or batch file.
'subinacl' is not recognized as an internal or external command,
operable program or batch file.
'subinacl' is not recognized as an internal or external command,
operable program or batch file.
'subinacl' is not recognized as an internal or external command,
operable program or batch file.
'subinacl' is not recognized as an internal or external command,
operable program or batch file.
'subinacl' is not recognized as an internal or external command,
operable program or batch file.
'subinacl' is not recognized as an internal or external command,
operable program or batch file.
=========================
Finished.
=========================
Press any key to continue . . .​


ERRORS, didn't work (need help in understanding why)


3c) Checked Services.msc > Windows Installer: Startup Types set to Manual and greyed out. Restarted and uninstalled and reinstalled subacl. no affect.


4) Uninstall re- installed subinacl.msi in C:\Program Files (x86)\Windows Resource Kits\Tools\ - no errors on install

4a) ran

@echo off​

setlocal
echo.
echo Determine whether we are on an 32 or 64 bit machine
echo.
if "%PROCESSOR_ARCHITECTURE%"=="x86" if "%PROCESSOR_ARCHITEW6432%"=="" goto x86
set ProgramFilesPath=%ProgramFiles(x86)%
goto startResetting
:x86
set ProgramFilesPath=%ProgramFiles%
:startResetting
echo.
if exist "%ProgramFilesPath%Windows Resource KitsToolssubinacl.exe" goto filesExist
echo ***ERROR*** - Could not find file %ProgramFilesPath%Windows Resource KitsToolssubinacl.exe. Double-check that SubInAcl is correctly installed and re-run this script.
goto END
:filesExist
pushd "%ProgramFilesPath%Windows Resource KitsTools"
subinacl.exe /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f
subinacl.exe /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f
subinacl.exe /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f
subinacl.exe /subdirectories %windir% /grant=administrators=f /grant=system=f
echo FINISHED.
echo.
echo Press any key to exit . . .
pause >NUL
popd
:END
endlocal​


no errors shown - no fix

5) ran Windows Defender full scan - no problems

6) ran Microsoft Malware Removal tool full scan - no problems

7) ran Microsoft Safety Scanner 1.0.3001.0 (msert.exe) full scan - no problems

8) Update Troubleshooter built-in - no errors found

9) Update Troubleshooter (wu10.diagcab) download admin - no errors found

10) Open Properties > Security on c:\Windows under user names TrustedInstaller on showed allow list folder contents and special permissions. Advanced > Owner TrustedInstaller, Permission entries: Allow, TrustedInstaller, Full control

10a) not sure if this was a good idea but I went into change owner, retyped nt service\trustedinstaller, check names, replace owner on subcontainers..., Apply got some errors / access denied:

c:\windows\csc

c:\windows\serviceprofiles\localservice\appdata\local\...\ngc

c:\windows\system32\systemprofile\AppD...\Content.IE5c:\windows\system32\logfiles\WMI\RtBackup

OK

11) Tried doing somwthing with AccessChk but it didn't work (not sure it was foe Win 10.


Please help. Suggestion. There could be some typos above.

Continue reading...
 
Back
Top Bottom