Edit Registry Permission

Environment
  • Microsoft Windows NT / XP / 2000 / 2003
Registry Hives
HKEY_LOCAL_MACHINE
HKEY_USERS
HKEY_CURRENT_USER
Permissions
Administrator Full 1
Administrator R 2
Administrator RW 3
Administrator RWD 4
Creator Full 5
Creator RW 6
World Full 7
World R 8
World RW 9
World RWD 10
Power Users Full 11
Power Users RW 12
Power Users RWD 13
System Op Full 14
System Op RW 15
System Op RWD 16
System Full 17
System RW 18
System R 19
Administrator RWX 20
Way to Edit the Permission
Create a permssion setting files, e.g. RegPermission.txt
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run [1 5 8]
This is set administrator has full control, creator has full control and Others has read only

Run "regini" to set registry to be the wanted permssion
C:\regini.exe RegPermission.txt
For remote computer
C:\regini.exe -m RemoteComputer RegPermission.txt
References
  • http://support.microsoft.com/kb/245031