Sir,
Veryy sorry and the solution is
1) Open the registry editor by selecting "Run" from the start menu and then typing in "regedit".
2) Browse through the registry and select the entry mentioned in the error message.
3) Choose "Permissions..." from either the edit menu or by right-clicking on the registry key's parent directory.
4) Click the "Advanced" button to add a new user.
5) Type in "Everyone" as the new user and click OK (it may not be necessary to give everyone full control but this is what I did and it worked).
6) Configure the permissions for user "Everyone" to "Full Control"
7) Uninstall acronis tru image(if necessary) and re-install.
Ok here is the tip:
download and install this file: http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&displaylang=en
after that start notepad and paste this:
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
save the file as reset.cmd
double click on newly saved file
189 views
Usually answered in minutes!
×