

If the updates don't have permission to specific keys, the updates will fail.
#Windows 10 registry permissions reset install
Some possible fixes: - You try to install some Windows updates, but they fail. This will not remove any current permissions, it only adds to them. Subinacl /subdirectories %windir%\ /grant=administrators=f /grant=system=f /grant=users=e > %temp%\subinacl_output.txt Reset Registry Permissions will change the owner of the reg keys to Administrators and give admins & system full control. Subinacl /subdirectories %programfiles%\ /grant=administrators=f /grant=system=f /grant=users=e > %temp%\subinacl_output.txt Subinacl /keyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f /grant=users=r /setowner=administrators > %temp%\subinacl_output.txt Subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f /grant=users=r /setowner=administrators > %temp%\subinacl_output.txt Subinacl /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 Subinacl /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 Subinacl /keyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f /grant=restricted=r /grant=YOURUSERNAME=f /setowner=administrators > %temp%\subinacl_output.txt Subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f /grant=restricted=r /grant=YOURUSERNAME=f /setowner=administrators > %temp%\subinacl_output.txt Cd /d "%programfiles%\Windows Resource Kits\Tools"
