Jump to content

Autologin using renamed Admin account


Recommended Posts

Does anyone know if Autologin can be achieved using sysprep.inf (or any method for that matter) if the local system "administrator" account has been renamed?

If not any thoughts on how a single autologin could occur using a renamed account?

Thanks in advance....

Link to comment
Share on other sites


Depending on how and when you rename your account, you'd only need to add the renamed username in the registry entry:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"DefaultUserName"="InsertUserName"

"DefaultPassword"="InsertPassword"

"AutoAdminLogon"="1"

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