Jump to content

Recommended Posts

Posted (edited)

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 worked

The only difference is that user "Daniel" auomatically logon in safe mode

so here's what I did:

cmdlines.txt

[COMMANDS]
"RunOncEx.cmd"

RunOncEx.cmd

cmdow @ /HID
@Echo Off
REGEDIT /S %windir%\users.reg

$oem$\$$\system32\oobe\oobeinfo.ini

[UserInfo]
Identity000="Administrator"
Identity001="Daniel"

$oem$\$$\users.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="Daniel"
"DefaultPassword"=""
"AltDefaultUserName"="Daniel"
"AutoAdminLogon"="1"
"Administrator"=dword:00000000

Hope it helps

Edited by bartman1

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...