Author Topic: Unattended Setup with My Own administrator name  (Read 958 times)

Guest

  • Guest
Unattended Setup with My Own administrator name
« on: April 30, 2003, 02:46:18 AM »
How can i change Unattended the Administrator NAME to My OWN NAME¿

Offline Jazkal2

  • Jr. Member
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
Unattended Setup with My Own administrator name
« Reply #1 on: April 30, 2003, 08:01:40 AM »
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

Offline Burner

  • newbie
  • Newbie
  • *
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Unattended Setup with My Own administrator name
« Reply #2 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.

Offline Jazkal2

  • Jr. Member
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
Unattended Setup with My Own administrator name
« Reply #3 on: April 30, 2003, 09:55:53 AM »
[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

Guest

  • Guest
Unattended Setup with My Own administrator name
« Reply #4 on: April 30, 2003, 10:08:02 AM »
heh

Guest

  • Guest
Unattended Setup with My Own administrator name
« Reply #5 on: April 30, 2003, 11:21:23 AM »
[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]
  http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/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 http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/rolleyes.gif\' class=\'bbc_emoticon\' alt=\':rolleyes:\' />

Guest

  • Guest
Unattended Setup with My Own administrator name
« Reply #6 on: April 30, 2003, 11:30:48 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?


 http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/wink.gif\' class=\'bbc_emoticon\' alt=\';)\' /> PLEASE If you know it how¿ GIVE the step-by-step procedure to know and to understand.

Offline Jazkal2

  • Jr. Member
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
Unattended Setup with My Own administrator name
« Reply #7 on: April 30, 2003, 12:08:08 PM »
[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?


 http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/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