Registry Keys in an inf file

ted

Distinguished
May 25, 2001
516
0
18,980
Archived from groups: microsoft.public.win2000.security (More info?)

Does anyone have a tutorial on deciphering the registry key values in an inf
file?Examples of this would be:
"MACHINE\SOFTWARE\Microsoft\Secure",2,"D:p(A;CI;GR;;;BU)(A;CI;GR;;;PU)(A;CI;GA;;;BA)(A;CI;GA;;;SY)(A;CI;GA;;;CO)"
"machine\system\currentcontrolset\control\wmi\security",2,"D:pAR(A;CI;KA;;;BA)(A;CIIO;KA;;;CO)(A;CI;KA;;;SY)"
"machine\system\controlset001",0,"D:pAR(A;CI;KA;;;BA)(A;CIIO;KA;;;CO)(A;CI;KA;;;SY)(A;CI;KR;;;BU)"
"MACHINE\SYSTEM\ControlSet001",1,"D:AR"
Thank you.
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.security (More info?)

I don't know if this would help your needs, but try opening the file as a
security template in the mmc Security Templates snapin. --- Steve


"Ted" <Ted@discussions.microsoft.com> wrote in message
news:CC590128-065C-428C-9758-03BCD1BB7A6E@microsoft.com...
> Does anyone have a tutorial on deciphering the registry key values in an
> inf
> file?Examples of this would be:
> "MACHINE\SOFTWARE\Microsoft\Secure",2,"D:p(A;CI;GR;;;BU)(A;CI;GR;;;PU)(A;CI;GA;;;BA)(A;CI;GA;;;SY)(A;CI;GA;;;CO)"
> "machine\system\currentcontrolset\control\wmi\security",2,"D:pAR(A;CI;KA;;;BA)(A;CIIO;KA;;;CO)(A;CI;KA;;;SY)"
> "machine\system\controlset001",0,"D:pAR(A;CI;KA;;;BA)(A;CIIO;KA;;;CO)(A;CI;KA;;;SY)(A;CI;KR;;;BU)"
> "MACHINE\SYSTEM\ControlSet001",1,"D:AR"
> Thank you.
>
>
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.security (More info?)

Machine = HKEY_LOCAL_MACHINE

2 = registry value type: dword, etc.

most everything else in (parentheses) are the actual permissions, with the
user or group name or SID abbreviated.

I agree, it's probably best to view and edit these in the Security Templates
GUI by running MMC, add/remove snap-in.


"Ted" <Ted@discussions.microsoft.com> wrote in message
news:CC590128-065C-428C-9758-03BCD1BB7A6E@microsoft.com...
> Does anyone have a tutorial on deciphering the registry key values in an
inf
> file?Examples of this would be:
>
"MACHINE\SOFTWARE\Microsoft\Secure",2,"D:p(A;CI;GR;;;BU)(A;CI;GR;;;PU)(A;CI;
GA;;;BA)(A;CI;GA;;;SY)(A;CI;GA;;;CO)"
>
"machine\system\currentcontrolset\control\wmi\security",2,"D:pAR(A;CI;KA;;;B
A)(A;CIIO;KA;;;CO)(A;CI;KA;;;SY)"
>
"machine\system\controlset001",0,"D:pAR(A;CI;KA;;;BA)(A;CIIO;KA;;;CO)(A;CI;K
A;;;SY)(A;CI;KR;;;BU)"
> "MACHINE\SYSTEM\ControlSet001",1,"D:AR"
> Thank you.
>
>