Jump to content

how can i choose user name during installation?


brotherik

Recommended Posts

hello!!!

sorry for me english.

I choose "hide pages" option in nlite for a unnetended installation but I cannot choose user name during the instalalation and when i have do the first loggin the name is manager.

What can i do for choose user name during unnatended installation with nlite?

this user in the manager group but with his name.

thanks very much!!

Link to comment
Share on other sites


I choose "hide pages" option in nlite for a unnetended installation but I cannot choose user name during the instalalation and when i have do the first loggin the name is manager.

What can i do for choose user name during unnatended installation with nlite?

Just add a "new user" within the section "User" of the "Unattended" part of nLite processing. You can give the "new user" any name and all rights you want and even set the autologon to this "new user".
Link to comment
Share on other sites

Here's how I choose my username at install and I do skip OOBE!

My method uses "Registered owner" that you specify at the start of install

and then renames the Admin-account with the specified name

It will probably just work with classic install

in CMDLINES.TXT add "renameAdmin.cmd"

"renameAdmin.cmd"

------------------------------

cmdow @ /HID

@echo off

:: exports the RegisteredOwner key

FOR /F "tokens=2* delims= " %%A IN ('REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v RegisteredOwner') DO SET RegisteredOwner="%%B"

:: rename the administratoraccount

renuser Administrator %RegisteredOwner%

:: Make the renamed administratoraccount Always Visible on the Login Screen

REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList" /f /v %RegisteredOwner% /t REG_DWORD /d 00000001

------------------------------------

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...