Reset the entire registry permissions to defaults
Welcome, Guest. Please login or register. Did you miss your activation email?


Britec Computer Tech Help Support Forums  « Microsoft Support  «  Windows Vista Support « Reset the entire registry permissions to defaults
Pages: [1]
  Print  
Author Topic: Reset the entire registry permissions to defaults  (Read 307 times)
Britec
Administrator
Hero Member
*****
Posts: 3498



View Profile
« on: December 06, 2011, 04:21:57 PM »

Reset the entire registry permissions to defaults

Please perform the following steps to reset the permissions in registry.

 
1. Download and install the SubInACL utility.

Link: http://www.microsoft.com/downloads/details.aspx?FamilyId=E8BA3E56-D8FE-4A91-93CF-ED6985E3927B&displaylang=en

 2.Create a new text file named fix_registry_permissions.bat and add the following text to it and save it.

 
Code:
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

3. Run the file from the elevated command prompt.

You can also try the following command if the above mentioned steps doesnt help you.

a) secedit

b) icacls
« Last Edit: December 07, 2011, 05:09:45 AM by Britec » Logged



Jack Hackett
Newbie
*
Posts: 49



View Profile
« Reply #1 on: December 07, 2011, 02:50:00 AM »

You can also try the following command if the above mentioned steps doesnt help you.

a) secedit

b) icacls

Hi Bri

Where are those commands to be put?
in the the batch file replacing subinacl in each of the lines
or
command prompt

can you give us examples of using secedit and icacls so we know where to enter them.

Ta very much
Jack
Logged
Britec
Administrator
Hero Member
*****
Posts: 3498



View Profile
« Reply #2 on: December 07, 2011, 05:27:36 AM »

Read this post should be more clear.

http://www.briteccomputers.co.uk/forum/windows-xp-support/reset-the-registry-and-the-file-permissions-in-windows-xp/
Logged



Pages: [1]
  Print  
 
Jump to: