Hi all, I'd like to apply a local security policy template, sometime during install. Here's what I've dug up so far: 1) To create a security template, I found instructions here: http://appdeploy.com/tips/detail.asp?id=22 2) After creating and saving said template, I found it in: C:\WINDOWS\security\templates\CustomXP.inf 3) I copied the policy template to \temp, and tried following the instructions to apply the template: http://appdeploy.com/tips/detail.asp?id=23 Here is where I'm running into problems; every time I try to apply the template, it doesn't appear to work - it just pops up with the help menu. c:\> Secedit /configure /db secedit.sdb /cfg"c:\temp\customxp.inf" /silent >nul c:\> Secedit /refreshpolicy machine_policy /enforce /quiet I think if I can get these steps to work, I can maybe put this in cmdlines.txt and have it auto-apply the local security policy template during install. If there is someone out there that is more familiar with policies, I would really appreciate some help with this -J