Jump to content

Recommended Posts

Posted

Hello,

My machine is not part of a domain but when I log in as the administrator, the local account is not used. Instead a second account is created.

Any ideas?

laze.


Posted
;SetupMgrTag
[Data]
AutoPartition=0
UnattendedInstall="Yes"
AutomaticUpdates=yes
MsDosInitiated=No

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
UnattendSwitch="yes"
TargetPath=wxp_jle
FileSystem=*
WaitForReboot="No"
DriverSigningPolicy=Ignore
ProgramFilesDir="C:\program files\"
CommonProgramFilesDir="C:\program files\common\"
KeyboardLayout="United Kingdom"
OemPnPDriversPath="drivers\processor\amd"
Hibernation=no
OemPreinstall=Yes

[GuiUnattended]
AdminPassword=f5b8e3a3e49676da1aa818381e4e281bd2ff78563a7273a85aea21f7512fc69c
EncryptedAdminPassword=Yes
OEMSkipRegional=1
AutoLogon=Yes
AutoLogonCount=1
TimeZone=85
OemSkipWelcome=1
ProfilesDir="C:\users\"

[Shell]
CustomDefaultThemeFile="%Systemroot%\Resources\Themes\zune.theme"

[UserData]
ProductKey=
FullName="windows_xp_user"
OrgName="na"
ComputerName=*

[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
AutoConfirm=1

[TapiLocation]
CountryCode=44
Dialing=Tone

[RegionalSettings]
LanguageGroup=1
SystemLocale=00000809
UserLocale=00000809
InputLocale=0809:00000809
Language=00000809

[Components]
msmsgs=off
msnexplr=off
freecell=off
hearts=off
minesweeper=off
pinball=off
spider=off
zonegames=off
mswordpad=off
paint=off

[Branding]
BrandIEUsingUnattended=Yes

[URL]
Home_Page=http://www.theinquirer.net
Search_Page=http://www.google.co.uk

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=1

[Identification]
JoinWorkgroup=HOME

[Networking]
InstallDefaultComponents=Yes

Posted

The only thing I can think of from the info we have is that it is not liking the fact that you renamed the 'docs and settings' folder. Try it with the default and see what happens.

Posted
Hello,

My machine is not part of a domain but when I log in as the administrator, the local account is not used. Instead a second account is created.

Any ideas?

laze.

I had the same problem

I ve just tryed this reg tweak:

;SETS AUTOLOGON KEY

SET KEY=HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

;ENABLES SINGLE LOGON

REG ADD "%KEY%" /f /v DefaultDomainName /t REG_SZ /d DOMAIN

REG ADD "%KEY%" /f /v AltDefaultDomainName /t REG_SZ /d DOMAIN

REG ADD "%KEY%" /f /v CachePrimaryDomain /t REG_SZ /d DOMAIN

REG ADD "%KEY%" /f /v DefaultUserName /t REG_SZ /d USERNAME

REG ADD "%KEY%" /f /v AltDefaultUserName /t REG_SZ /d USERNAME

REG ADD "%KEY%" /f /v DefaultPassword /t REG_SZ /d PASSWORD

REG ADD "%KEY%" /f /v AutoLogonCount /t REG_DWORD /d 1

REG ADD "%KEY%" /f /v AutoAdminLogon /t REG_SZ /d 1

REG ADD "%KEY%" /f /v DontDisplayLastUserName /t REG_DWORD /d 0

REG ADD "%KEY%" /f /v ShowLogonOptions /t REG_DWORD /d 1

REG DELETE "%KEY%" /f /v DcacheUpdate

i ve just tryed and it work, but i think that some lines are obsolete

in the next try i ll notify you :P

Posted

Hey,

That's good news! I don't actually logon as the Administrator during my installation, so I wouldn't want any auto-logon code but if the rest of it solves my problem, that's great.

Keep testing and report back or you're fired! ;-)

laze.

  • 2 weeks later...
Posted (edited)

Useful think :whistle:

LOL

if you set that regtweak you log in windows with a special account: Administrator,

but it is not enabled by dafault gh

so if you use it (and it is not enabled) you log in the administrator account without problem, but...

if you create a new account you have no choise between: create "Administrator Account" and "Limited Account",

you have top put Administrator... :( (the next account you have again the choise).

but... gh... if you create the first account (the one were you have no choise) you cannot log in as Administrator (the special account) because it is not enabled (you don't see the account at login)[a strange thing: you have do not see in the account without chiose only the document of the administrator one LOL, but you can see all the programs and the file that are present in your drive, obviosly you can see the Administrator's document file in DocumentsAndSettings\Administrator\Documents].

to enable Administratore account (and with this you ll have the chiose to log with the Administrator special account and the new Administrator account at the logon):

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

"Administrator"=dword:00000001

to remove (only the option at login, i mean the name of the new Administrator account,not the special one, from the list) edit: the special one aswell :rolleyes:

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

"nameofyouraccount"=dword:00000000

but i think you can remove the folder in documentandsetting of this account going in the provvisory mode. (i m not sure about that)

i hope that can help someone :hello:

Edited by darafat

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