January 18, 200521 yr What is the reccomend or most prefered way to add policies during an unattended install?Thanks
January 18, 200521 yr 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....
January 19, 200521 yr Author 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.
January 19, 200521 yr 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.
January 20, 200521 yr Author Thanks....Amazing how long one can work with windows and over look some of the simpliest commands.Thanks again
Create an account or sign in to comment