MMC: Security Configuration and Analysis:

	Open Database - *.sdb
		o only option available until you create a database.
		o Here you will create a db file that the INF will be imported into.
		  Immediately after naming your SDB database, you are asked to choose an
		  INF template to import from the templates directory (or browse to your
		  own templates directory).

	Analyze Computer
		o compare computer settings to the template imported.

	Configure Computer
		o apply the template to the computer.

MMC: Security Templates
	%systemroot%\security\templates\*.inf
		o Here is where you design the settings and security desired.







Applying Local Policy with Batch File

> nul secedit /configure /db "%TEMP%\secedit.sdb" /cfg "%XDIR%pw_policy_disable.inf" /quiet
> nul del /f /q "%TEMP%\secedit.sdb"
> nul net user /add user user

pw_policy_disable.inf:
	[Unicode]
	Unicode=yes

	[Profile Description]
	Description=Disable Password Complexity for temporary user creation. 

	[version]
	signature="$CHICAGO$"
	revision=1

	[System Access]
	MinimumPasswordLength = 0
	PasswordComplexity = 0