Main Forum > Tweaking.com Support & Help
0x80244019 WU_E_PT_HTTP_STATUS_NOT_FOUND
Still_Game:
OP - I must be exceptionally lucky then - done it quite a few times and I can't think of any time that restoring the registry hasn't worked for me in Windows 7.
makinero:
@echo off
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 %windir% /grant=administrators=f /grant=system=f
@Echo =========================
@Echo Finished.
@Echo =========================
@pause
-----------------------------------------------------------------------------------------------------------
@echo off
title Resetting ACLs…
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 Kits\Tools\subinacl.exe” goto filesExist
echo ***ERROR*** – Could not find file %ProgramFilesPath%\Windows Resource Kits\Tools\subinacl.exe. Double-check that SubInAcl is correctly installed and re-run this script.
goto END
:filesExist
pushd “%ProgramFilesPath%\Windows Resource Kits\Tools”
echo.
echo Resetting ACLs…
echo (this may take several minutes to complete)
echo.
echo IMPORTANT NOTE: For this script to run correctly, you must change
echo the values named YOURUSERNAME to be the Windows user account that
echo you are logged in with.
echo.
echo ==========================================================================
echo.
echo.
subinacl.exe /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f /grant=restricted=r /grant=YOURUSERNAME=f /setowner=administrators > %temp%\subinacl_output.txt
echo.
echo.
subinacl.exe /keyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f /grant=restricted=r /grant=YOURUSERNAME=f /setowner=administrators >> %temp%\subinacl_output.txt
echo.
echo.
subinacl.exe /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f /grant=users=r /grant=everyone=r /grant=restricted=r /setowner=administrators >> %temp%\subinacl_output.txt
echo.
echo.
subinacl.exe /keyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f /grant=users=r /grant=everyone=r /grant=restricted=r /setowner=administrators >> %temp%\subinacl_output.txt
echo.
echo.
subinacl.exe /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f /grant=users=r /setowner=administrators >> %temp%\subinacl_output.txt
echo.
echo.
subinacl.exe /keyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f /grant=users=r /setowner=administrators >> %temp%\subinacl_output.txt
echo.
echo.
echo System Drive…
subinacl.exe /subdirectories %ProgramFilesPath%\ /grant=administrators=f /grant=system=f /grant=users=e >> %temp%\subinacl_output.txt
echo.
echo.
echo Windows Directory…
subinacl.exe /subdirectories %windir%\ /grant=administrators=f /grant=system=f /grant=users=e >> %temp%\subinacl_output.txt
echo.
echo.
echo ==========================================================================
echo.
echo FINISHED.
echo.
echo Press any key to exit . . .
pause >NUL
popd
:END
endlocal
makinero:
--- Quote from: Boggin on July 22, 2016, 01:42:14 pm ---Boot back into Safe Mode, open WR and use Option 5 to restore the registry.
--- End quote ---
Why do I now have hundreds of bugs in the system when I restored the registry.
Problems with services, registry, folders, unable to access, environments, hundreds of problems ...
It is impossible now to fix it?
Samson:
Given the increasing list of problems that you have, then backing up your data and reinstalling the OS would be the the quickest and most likely successful resolution.
Personally, I would have been looking at a factory reset in the rear view mirror a fair few miles back down the road.
makinero:
And you wondered what caused the problem?
The problem is WR,
Why Author WR release upgrades?
Because the fixes previous bugs.
But if you use prev version WR bugs still exist in the system due to a previous version of the WR.
So I expect that now WR latest version will fix bugs in the system caused by an old version !!! I am asking !!!!
----------------------------------------------
I'm using version 3.9.4 and cause bug.
Now version 3.9.5 does not fix the bug that existed in version 3.9.4
Updated Tweaking.com - ManageACL to v1.3.0
Updated Tweaking.com - Registry Backup to v3.5.0
Large amounts of code changes, improvements and bug fixes.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version