Problem with upgrading a Win7x64 Home Pre to Windows10

  • Thread starter Thread starter FarrokhShoar
  • Start date Start date
F

FarrokhShoar

Guest
In the process of upgrading to Windows 10 I am getting the following error:

Error code: 0x80070005 - 0x90002


To Kim's recommendation I already installed the <subinacl> and ran the following cmd


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


And it runs and produces the following:


C:\Program Files (x86)\Windows Resource Kits\Tools>subinacl /subkeyreg "HKEY_LOCAL_MACHINE\SOFTWARE\
Microsoft\Windows\CurrentVersion\Component Based Servicing" /grant="nt service\trustedinstaller"=f
SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing : delete Perm. ACE 1 nt service\
trustedinstaller
SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing : delete Perm. ACE 0 nt service\
trustedinstaller
SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing : new ace for nt service\trusted
installer
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing - RegSetKeySe
curity Error : 5 Access is denied.

SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Version : delete Perm. ACE 1 nt
service\trustedinstaller
SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Version : delete Perm. ACE 0 nt
service\trustedinstaller
SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Version : new ace for nt service
\trustedinstaller
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Version - Reg
SetKeySecurity Error : 5 Access is denied.


Elapsed Time: 00 00:00:00
Done: 2, Modified 0, Failed 2, Syntax errors 0
Last Done : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\
Version
Last Failed: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\
Version - RegSetKeySecurity Error : 5 Access is denied.


However, still won't let me to upgrade to Windows 10 and it produces the same error code as before! It won't even allow me to download it to the USB flash drive!


Any suggestion what might be the problem?

Continue reading...
 
Back
Top