Windows 2003 RIS and local admin account disabled

  • Thread starter Thread starter agentc0re@gmail.com
  • Start date Start date
A

agentc0re@gmail.com

I've googled and search MS KB's and can't figure out why my local
admin account is being disabled on fresh RIS imaged PC's.

here is my riprep.sif from my most used image. You will noticed i
have the line "EnableAdminAccountOnDomainJoin = 1" in there. However,
i've tried 3 variations. Removing that line, keeping the original
which is "DisableAdminAccountOnDomainJoin = 1" but chaning the 1 to 0
and 3rd is having the current line.

Anyone have any suggestions?
------------------------------------

[data]
floppyless = "1"
msdosinitiated = "1"
OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
OriTyp = "4"
LocalSourceOnCD = 1
EnableAdminAccountOnDomainJoin = 1

[SetupData]
OsLoadOptions = "/noguiboot /fastdetect"
SetupSourceDevice ="\Device\LanmanRedirector\%SERVERNAME%\RemInst\
%INSTALLPATH%"
SysPrepDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\
%SYSPREPPATH%"
SysPrepDriversDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\
%SYSPREPDRIVERS%"

[Unattended]
OemPreinstall = no
FileSystem = LeaveAlone
ExtendOEMPartition = 0
TargetPath = \WINDOWS
OemSkipEula = yes
InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE
%"
LegacyNIC = 1

[UserData]
FullName = "%USERFIRSTNAME% %USERLASTNAME%"
OrgName = "%ORGNAME%"
ComputerName ="%MACHINENAME%"

[GuiUnattended]
OemSkipWelcome = 1
OemSkipRegional = 1
TimeZone = %TIMEZONE%
AdminPassword = "*"


[Display]
BitsPerPel = 32
XResolution = 1440
YResolution = 900
VRefresh = 60

[Networking]

[NetServices]
MS_Server=params.MS_PSched

[Identification]
JoinDomain = %MACHINEDOMAIN%
DoOldStyleDomainJoin = Yes

[RemoteInstall]
Repartition = Yes
UseWholeDisk = Yes


[OSChooser]
Description ="1.GX330.BASE.OFFICE2007.3-28-2008"
Help =""
LaunchFile ="%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
ImageType =SYSPREP
Version="5.1 (2600)"
SysPrepSystemRoot="Mirror1\UserData\WINDOWS"
HalName=halmacpi.dll
ProductType=0
 
Back
Top