Changing Default Administrator Password During Unattended SetupLast reviewed: March 18, 1997Article ID: Q153197 |
The information in this article applies to:
The default password for the Administrator account created during Unattended Setup is "" (blank). Changing the default password requires modification of a Windows NT Setup file, Initial.inf.
ifstr(i) $(STF_GUI_UNATTENDED) == YES set !STF_ADMIN_PASSWORD = "<MYPASSWORD>" else shell "" DoAdminAccountSetup ifstr(i) $($R0) == STATUS_SUCCESSFUL set !STF_ADMIN_PASSWORD = $($R1) else set !STF_ADMIN_PASSWORD = "" endif endif NOTE: Replace <MYPASSWORD> with your desired password.
|
Additional query words: prodnt unattend admin user
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |