Results 1 to 2 of 2

Thread: Logging on at boot up

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Triple Platinum Member Curio's Avatar
    Join Date
    Nov 2004
    Location
    London
    Posts
    686
    There are ways and ways. I usually do it using regedit.
    Navigate to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\Winlogon"
    add these values if they don't exist
    DefaultUserName="THEIR_USER_NAME"
    DefaultPassword="THEIR_PASSWORD"
    AutoAdminLogon="1"
    all are string values.

    This is a more graphical way

    1. Select Run from the Start menu.
    2. Enter

    control userpasswords2

    and click OK.
    3. Select the Users tab.
    4. Uncheck the "Users must enter a user name and password to use this computer."
    5. Click OK.
    6. When the system prompts you, enter a username and password for users who automatically log on, and click OK.
    Last edited by Curio; May 2nd, 2005 at 17:48 PM.
    I'm using Windows 7 - you got a problem with that?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •