Security policy apply
Security Setting Reg Path
Find all key , type , path here , they guide to to the real path, not edit here:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SeCEdit\Reg Values
Export policy from template server
1.
secedit /export /cfg <Path to the exported.inf>
2.Edit policy , left policy what you want to change, other should be delete.
But remenber keep [Unicode] [System Access] ... these titles.
Keep [Version] signature="$CHICAGO$"
3.import
SECEDIT /configure /db secedit.sdb /cfg <Path to the exported.inf>
4.Update group policy
gpupdate /force
Tips: Using salt to deploy security options:
Please back up old security setting to C:\ in case of roll back cases.
By using salt to run
salt 'Target' cmd.run 'echo y | secedit /import /db C:\sec.sdb /cfg C:\sec.inf /overwrite'
Last updated