1
Software / Unattended Setup with My Own administrator name
« on: April 30, 2003, 08:18:33 AM »
Dont' answer if you don't know!!
You can change the administrator password with a sercurity template after the installation or during the unattended installation with a simple batch file and a pre-configure security template. Here is the batch file that I used.
:: Import Security Configuration Template
cmd /c secedit /configure /db %SystemRoot%\security\database\WXP_Secure.sdb /cfg %SystemRoot%\Security\Templates\WXP_Secure.inf /log %SystemRoot%\Options\Cabs\LogFiles\WXP_Secure.log
Exit
Check www.NSA.org for more information about security templates.
You can change the administrator password with a sercurity template after the installation or during the unattended installation with a simple batch file and a pre-configure security template. Here is the batch file that I used.
:: Import Security Configuration Template
cmd /c secedit /configure /db %SystemRoot%\security\database\WXP_Secure.sdb /cfg %SystemRoot%\Security\Templates\WXP_Secure.inf /log %SystemRoot%\Options\Cabs\LogFiles\WXP_Secure.log
Exit
Check www.NSA.org for more information about security templates.