Tytuł: User Creation Tool Wiadomość wysłana przez: Yurek3 13.02.2007, 02:11:30 Geniatny program do zmiany ustawień Admina podczas instalacji , można zastosować w T-12 oraz w RunOnceEx ja i z Winnt.sif [GUIRUNONCE]
Źródło http://www.msfn.org/board/index.php?showtopic=70510 (http://img110.imageshack.us/img110/4812/imagelongac8.th.jpg) (http://img110.imageshack.us/my.php?image=imagelongac8.jpg) NewUser.ini Code: [select] [Interface] CheckValues=0 CancelButton=1 Confirm=1 ParseUserSection=1 ParseComputerSection=1 ParseSecuritySection=1 CheckIfUserExists=1 EnableTimeOut=1 TimeOut=120000 [UserInfo] FirstName=John LastName=Doe Description=System Administrator UserName=jdoe Password=123 UnlimitedPass=1 AutoLogon=1 Admin=1 [ComputerInfo] ComputerInfoSections=n CompName=DeployedPC CompWorkGroup=HomeNet CompDesc=Unattended Windows XP RegOwner=John Doe RegOrg=Some Company, Inc. [ComputerInfo_1] MAC=00-90-56-C0-DD-00 CompName=DeployedPCA CompWorkGroup=HomeNetA CompDesc=Unattended Windows XP (A) RegOwner=Jack Doe RegOrg=Some Other Company, Inc. ... [ComputerInfo_n] MAC=00-44-45-AB-D0-08 CompName=DeployedPCB CompWorkGroup=HomeNetB CompDesc=Unattended Windows XP (B) RegOwner=John Doe RegOrg=Yet Another Company, Inc. [SecurityInfo] FakeAdmin=1 FakeGuest=1 RenameAdmin=1 RenameGuest=1 NewAdminName=root NewGuestName=NewGuest DisableAdmin=1 ForcedLogon=0 HideNewAdmin=1 user.bat Code: [select] @ECHO OFF CMDOW @ /HID TITLE Creating Windows XP Users %SystemDrive% CD %SystemRoot%\Scripts\users START /WAIT %SystemRoot%\Scripts\CreateUser.exe |