Corresponding registy for security option ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Where can i get the corresponding registry for a security option ?

example:
Securit Option: Additional restrictions for anonymous connections
Coressponding Registry :
HKLM\system\CurrentControlSet\Control\Lsa\RestrictAnonymous

I got for some them but i want for all ?
 
One way would be to use the mmc security templates snapin to create a new
security template. Then define every entry in that template either enabled
or disable, it does not really matter which for this purpose. Save the
template. Now open it with notepad and you will see all the corresponding
registry entries in the order they are listed in the security template. The
security template is just a user friendly version of the .inf file when
viewed with the mmc security templates snapin. --- Steve
 
Back
Top