Author Topic: change default admin account  (Read 881 times)

zentinel

  • Guest
change default admin account
« on: March 01, 2003, 04:50:37 AM »
hello all together!

i\'m trying to create an unattended setup for win2k... now i have a question about the default administrator-account. is it possible, to change it\'s \'username\' to another value (i.e. \'michael\')? or perhaps, it\'s possible to create a new user that has full administrator rights during unattended setup, so that the cmds specified unter guirunonce are performed under this user?

i hope you understand what i\'m trying to say...

thx for yer help!

zentinel

Offline Burner

  • newbie
  • Newbie
  • *
  • Posts: 30
  • Karma: +0/-0
    • View Profile
change default admin account
« Reply #1 on: March 03, 2003, 01:08:06 PM »
This can be done with a security template. Import your edited template during the install. I used this command line:

cmd /c secedit /configure /db %SystemRoot%securitydatabaseWXP_Secure.sdb /cfg %SystemRoot%SecurityTemplatesWXP_Secure.inf /log %SystemRoot%OptionsCabsLogFilesWXP_Secure.log

Good Luck!

Zentinel

  • Guest
change default admin account
« Reply #2 on: March 06, 2003, 03:27:38 PM »
hi burner!

sounds interesting... since i\'m new to this exciting topic (have a todo-list which is several kilometers long and no idea how to do all those things... could you tell me more about security templates?? or tell me where i can find help?? would be great!!!

thx

Zentinel

Offline Firecat

  • stranger
  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
change default admin account
« Reply #3 on: March 08, 2003, 11:21:37 AM »
You can also change the Administrator username within windows itself... I always do this immediately following installation. Right-click on My Computer and select \"Manage\" from the context menu; OR goto the Control Panel >> Administrative Tools >> Computer Management. Expand the \"Local Users and Groups\" item then click on \"Users\". Right-click the Administrator account and select Rename.

Zentinel

  • Guest
change default admin account
« Reply #4 on: March 10, 2003, 09:37:51 AM »
hi firecat!!

thx... never thought of solving the problem like this... very easy and efficient...

thx a lot!

c ya

zentinel

## visit www.crazymonkeys.de ##