jb3rry Posted January 18, 2005 Posted January 18, 2005 What is the reccomend or most prefered way to add policies during an unattended install?Thanks
prathapml Posted January 18, 2005 Posted January 18, 2005 The long way - use secedit to make a policy file, and then apply that INF during uA setup.The quick way (and better in many cases) - make a .REG of it, here you go - link.Hoping this helps....
jamesas Posted January 19, 2005 Posted January 19, 2005 (edited) Wrong topicREMOVED Edited January 19, 2005 by jamesas
jb3rry Posted January 19, 2005 Author Posted January 19, 2005 prathapmlTried your way and and could not find the differences. I have tried doing this in a couple of different places using different methods.secedit /configure on the inf filesrundll32.exe on the inf filesNo matter what I try (Other than manually importing the inf through mmc) These 3 and only these 3 setting are not set.Password HistoryPassword LengthMinimum Password AgeAny insight would be great.
prathapml Posted January 19, 2005 Posted January 19, 2005 Those 3 can be set by the NET.exe tool, it seems. Try it at command prompt:net accounts /?And the best part is command-lines will fit in perfectly with unattended setups.
jb3rry Posted January 20, 2005 Author Posted January 20, 2005 Thanks....Amazing how long one can work with windows and over look some of the simpliest commands.Thanks again
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now