MSFN Forum: autologon not working - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

autologon not working Rate Topic: -----

#1 User is offline   bmn 

  • Unattended Friend
  • PipPipPip
  • Group: Members
  • Posts: 398
  • Joined: 05-October 04

Posted 30 November 2004 - 12:39 AM

hi all
i am using slipstreamed xp home edition.at the end of instllation before starting runonceEx,autologon is not working(as owner---home edition insted of adminstartor--professional)
iam uploading 2 pics have a looks.
and when i click ok its showing next screen.
iam not using any useraccounts.cmd or autologon.reg
pls help me

Posted Image

Posted Image


#2 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,519
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 November 2004 - 12:48 AM

I think you need to run User.cmd at cmdlines.txt per the MSFN guide?
[COMMANDS]
"user.cmd"
"RunOnceEx.cmd"
EXIT

Then User.cmd
cmdow @ /HID
NET USER "MyName" /add
NET LOCALGROUP Administrators "MyName" /Add
REM Autologon first boot
REGEDIT /S %systemdrive%\Install\autologon.reg
EXIT


#3 User is offline   bmn 

  • Unattended Friend
  • PipPipPip
  • Group: Members
  • Posts: 398
  • Joined: 05-October 04

Posted 30 November 2004 - 01:02 AM

in this case two accounts r created.one as myname and other owner.

and exactly what shld be inside autologon.reg

#4 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 30 November 2004 - 01:09 AM

How are you autologging on?
Looks like you are trying to autologon to the administator account but perhaps without a correct password.

#5 User is offline   bmn 

  • Unattended Friend
  • PipPipPip
  • Group: Members
  • Posts: 398
  • Joined: 05-October 04

Posted 30 November 2004 - 01:14 AM

this is my winnt.sif.and iam using no pass

#6 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,519
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 November 2004 - 01:19 AM

This is the Autologon.reg I'm using by the MSFN Guide
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="MyName"
"DefaultPassword"=""
"AutoAdminLogon"="1"

No Pass here either

#7 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 30 November 2004 - 01:21 AM

Quote

If AdminPassword is set to blank, null, or not set, the registry subkey HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\
CurrentVersion\WinLogon\AutoAdminLogon (controlled by the AutoLogon entry) is set to 0 (false), which disables the automatic Administrator account logon feature.
No password, no autologon into administrator account that you chose as in winnt.sif.
[GuiUnattended]
	AutoLogon = Yes
	AdminPassword = *


#8 User is offline   bmn 

  • Unattended Friend
  • PipPipPip
  • Group: Members
  • Posts: 398
  • Joined: 05-October 04

Posted 30 November 2004 - 01:25 AM

that mean we shld mention some pass in winnt.sif for autologon in admin account

#9 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,519
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 November 2004 - 01:28 AM

Think what he saying is
[GuiUnattended]
AutoLogon = Yes

Delete that complete entry
I don't have it in mine either in [GuiUnattended]

#10 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 30 November 2004 - 01:30 AM

If you want to autologon as Administrator once. Yes, you need a password. You can use AutoLogonCount=(a number) , if you want to logon more then once as Administrator.

#11 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,519
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 November 2004 - 01:30 AM

sorry about the other night bmn I was just trying to get my thing started OK

#12 User is offline   bmn 

  • Unattended Friend
  • PipPipPip
  • Group: Members
  • Posts: 398
  • Joined: 05-October 04

Posted 30 November 2004 - 01:36 AM

ok now i understand.first login in admin account after which runonceEX runs, with these settings

[GuiUnattended]
AutoLogon = Yes
AdminPassword = password

and next login will be with those username and pass which we spcified in use.cmd and autologon.reg right?

#13 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,519
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 November 2004 - 01:41 AM

Not actually with XP Home it starts with the name you tell it in users.cmd and the Autologon.reg
Theres no ADministrator in Home or at least its pratically invisible or easier to say unuseable. If you don't tell it then its "Owner"

#14 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 30 November 2004 - 01:47 AM

You can simply disabled Administrator account logon. example:
[GuiUnattended]
	AutoLogon = No
	AdminPassword = *
Then you can do what maxXPsoft states for logon.

#15 User is offline   bmn 

  • Unattended Friend
  • PipPipPip
  • Group: Members
  • Posts: 398
  • Joined: 05-October 04

Posted 30 November 2004 - 05:38 AM

atlast my problem solved.thanq all

#16 User is offline   FLaMMiE 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 23-November 04

Posted 30 November 2004 - 08:33 AM

MHz, on Nov 30 2004, 01:30 AM, said:

If you want to autologon as Administrator once. Yes, you need a password. You can use AutoLogonCount=(a number) , if you want to logon more then once as Administrator.

AutoLogonCount= should be in GuiUnattended?

#17 User is offline   bmn 

  • Unattended Friend
  • PipPipPip
  • Group: Members
  • Posts: 398
  • Joined: 05-October 04

Posted 30 November 2004 - 10:29 AM

yup

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy