TheTechGuide Forum
General Category => Software => Topic started by: Guest on April 30, 2003, 02:46:18 AM
-
How can i change Unattended the Administrator NAME to My OWN NAME¿
-
You can't. Once the install is done, create a new account with your name, and put that account in the Administrators group. Or you should be able to rename the Admin account to your name, but again, not until the install is finished.
- Jazkal
-
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.
-
[quote name=\'Burner\' date=\'Apr 30 2003, 07:18 AM\']Dont' answer if you don't know!!
You can change the administrator password. . .[/quote]
What do you mean don't answer. At least my answer had something to do with the question asked.
Maybe you should have said:
\"Dont' answer if you can't read the question!!\"
- Jazkal
-
heh
-
[quote name=\'Burner\' date=\'Apr 30 2003, 07:18 AM\']:: 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[/quote]
/ohmy.gif\' class=\'bbc_emoticon\' alt=\':o\' /> What should I do to this line, where can i put it¿?¿
Can you specify step-by-step PLEASE
/rolleyes.gif\' class=\'bbc_emoticon\' alt=\':rolleyes:\' />
-
[quote name=\'Burner\' date=\'Apr 30 2003, 07:18 AM\']Check www.NSA.org for more information about security templates.[/quote]
I enter to your suggested WEBSITE and i dont see anything about my topic
And HOW can i see my problem theres no search-engine and no TOPIC about this?
/wink.gif\' class=\'bbc_emoticon\' alt=\';)\' /> PLEASE If you know it how¿ GIVE the step-by-step procedure to know and to understand.
-
[quote name=\'Guest\' date=\'Apr 30 2003, 10:30 AM\'][quote name=\'Burner\' date=\'Apr 30 2003, 07:18 AM\'] Check www.NSA.org for more information about security templates.[/quote]
I enter to your suggested WEBSITE and i dont see anything about my topic
And HOW can i see my problem theres no search-engine and no TOPIC about this?
/wink.gif\' class=\'bbc_emoticon\' alt=\';)\' /> PLEASE If you know it how¿ GIVE the step-by-step procedure to know and to understand. [/quote]
His answer didn't address your question. He was telling you how to change the administrator accounts password, not how to change the name of the account.
- Jazkal