November 8, 200718 yr 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!!
November 8, 200718 yr 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".
November 8, 200718 yr This wil get you hard coded users on the CD, not the ability to choose user names at installation.
November 8, 200718 yr This wil get you hard coded users on the CD, not the ability to choose user names at installation.You are right, I didn't realise, that brotherik wanted to change the user name during the unattended install.
November 8, 200718 yr Keep "OOBE" and dont select "Skip OOBE", and it asks you at the end of the installation
November 8, 200718 yr 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 installand then renames the Admin-account with the specified nameIt will probably just work with classic installin CMDLINES.TXT add "renameAdmin.cmd""renameAdmin.cmd"------------------------------cmdow @ /HID@echo off:: exports the RegisteredOwner keyFOR /F "tokens=2* delims= " %%A IN ('REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v RegisteredOwner') DO SET RegisteredOwner="%%B":: rename the administratoraccountrenuser Administrator %RegisteredOwner%:: Make the renamed administratoraccount Always Visible on the Login ScreenREG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList" /f /v %RegisteredOwner% /t REG_DWORD /d 00000001------------------------------------
November 9, 200718 yr Author you are very kind.Thanks very much.the problem was than I had checked "Skip OOBE".
Create an account or sign in to comment