Jump to content

Recommended Posts

Posted (edited)

I'd like to have the system set so that it will auto-logon once to install all my programs, but then not autologon from there on out. (especially since I change the admin user password after I log in for the first time).

Right now, to get the auto login, I'm using:

autologon.reg

Windows Registry Editor Version 5.00 

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

Any suggestions would be welcome.

Gai-jin

Edited by gai-jin

Posted

How do you do it in winnt.sif?

Here's what mine looks like:

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

AutomaticUpdates=yes

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

UnattendSwitch=yes

TargetPath=\WINDOWS

Repartition=Yes

WaitForReboot=No

OemPnPDriversPath="Drivers\001\AsusSMBus;Drivers\002\AsusIDE;Drivers\006\SI3112r;Drivers\008\Ethernet;Drivers\010\AsusGart;Drivers\015\Audio"

[GuiUnattended]

AdminPassword=asldfjasdf

EncryptedAdminPassword=Yes

OEMSkipRegional=1

TimeZone=20

OemSkipWelcome=1

[userData]

ProductKey=123-456-789-000-000

FullName="PC Owner"

OrgName=""

ComputerName=MyComputer

[TapiLocation]

CountryCode=1

Dialing=Tone

AreaCode=402

[RegionalSettings]

LanguageGroup=1

Language=00000409

[identification]

JoinWorkgroup=MSHome

[Networking]

InstallDefaultComponents=Yes

[Components]

msnexplr=off

zonegames=off

msmsgs=off

Media_clips=off

Media_utopia=off

[url]

Home_Page=http://www.google.com

Help_Page=http://support.microsoft.com

Search_Page=http://www.google.com

[GuiRunOnce]

%systemdrive%\install\cd2.cmd

Posted

Yes. But then (using winnt.sif for autologon) only the admin account get apps and reg-tweaks.

If you want to stay with the .REG method you started out with, you might want to read this post - info (my post half-way down that page....)

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