Edit Registry Permission
Environment
Create a permssion setting files, e.g. RegPermission.txt
Run "regini" to set registry to be the wanted permssion
- Microsoft Windows NT / XP / 2000 / 2003
HKEY_LOCAL_MACHINEPermissions
HKEY_USERS
HKEY_CURRENT_USER
Administrator Full 1Way to Edit the Permission
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
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.txtFor remote computer
C:\regini.exe -m RemoteComputer RegPermission.txtReferences
- http://support.microsoft.com/kb/245031