February 10, 200620 yr I wanted that unattended windows automatically adds users like "normal windows" installation does, hidden "Administrator" and 1 default user with the name i choose, no password setted for default user, and runs only on default user, showing "Administrator" only in safe mode.I needed it to test some stuff so I made it, and it workedThe only difference is that user "Daniel" auomatically logon in safe modeso here's what I did:cmdlines.txt[COMMANDS]"RunOncEx.cmd"RunOncEx.cmdcmdow @ /HID@Echo OffREGEDIT /S %windir%\users.reg$oem$\$$\system32\oobe\oobeinfo.ini[UserInfo]Identity000="Administrator"Identity001="Daniel"$oem$\$$\users.regWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="Daniel""DefaultPassword"="""AltDefaultUserName"="Daniel""AutoAdminLogon"="1""Administrator"=dword:00000000Hope it helps Edited February 11, 200620 yr by bartman1
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now