I'm trying to learn about windows security templates on xp. In my example, I want to change a setting on a windows xp machine. I generate the sdb and .ini file then apply it using

cmd /c echo y | secedit /configure /db "Test.sdb" /cfg "Test.inf" /overwrite /verbose

Will this actually change the setting or only allow me to change the setting?

Thanks

link|improve this question

25% accept rate
feedback

1 Answer

up vote 1 down vote accepted

This will import the security template specified in Test.inf into the database Test.sdb and apply it to the system.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.