Jump to content

ironman

Member
  • Posts

    59
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Israel

Everything posted by ironman

  1. Hi , I create the Oobeinfo.ini file and i have some problems , 1- the user which is create is LIMITED ... dont know why 2- I was able to log on automaticly with the AutoLogon=Yes AutoLogonCount=2 lines .... and now i get the log on screen th choose between administrator or the user that i created ... here are my file - please check them . My goal is to log on automaticlly with new user that has Administrator's rights . ------------Winnt.sif ------------------ [GuiUnattended] EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=135 OemSkipWelcome=1 AdminPassword=* -------------cmdlines.txt ------------- [COMMANDS] "REGEDIT /S regtweaks.reg" "useraccounts.cmd" ------------useraccounts.cmd--------- net user Image /add net localgroup Administrators Image /add net accounts /maxpwage:unlimited REGEDIT /S autologon.reg EXIT ------------Autologon.reg-------------- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="Image" "DefaultPassword"=* "AutoAdminLogon"="0" --------------oobeinfo.ini--------------- [userInfo] Identity001="Image"
  2. sleepnmojo , thanks... i'm using office 2003 .... wil it work with this version ?
  3. Hi , i create an unattended office installation its all works great ... the problem is that i put the english interface as default , i dont want to change it , i just want to add a question in the batch.cmd that prompt me to choose whether Hebrew or English interface .... i'm a little rusty in batch files so i need your help with this one - it should looks like that .... :of22 ECHO. echo Installing Office 2003 Professional English Interface Support Please Wait..... echo. start /wait %systemdrive%\install\Applications\of2003\setup.exe TRANSFORMS=%systemdrive%\install\Applications\of2003\Unattended.MST /qb- for hebrew interface press 1 for english interface press 2 ( for 1 the installtion ignore the next line ... or somthing like that ) start /wait %systemdrive%\install\Applications\of2003\EngMUI\setup.exe TRANSFORMS=%systemdrive%\install\Applications\of2003\EngMUI\Unattended.MST /qb- ECHO.
  4. I meant i didnt understood the solution ... i have winxp english edition .As i worte here ... i've tried a several batch files and the users account is not created ... Big Sorry for the misunderstood ..
  5. Hi everyone - I m looking for a way to create users automaticly using batch files .... I searched here - http://unattended.msfn.org/xp/autologon.htm and i tried to preformed as the article said , the problem is that the account was not created - just the reg file under winlogon was created.
  6. I want to connect simultaneously with 2 users in WINXP PRO station , is it posible? if not , do any one know a program that runs terminal server ? Thanks ,
  7. Hi everyone , i've tried to add Windows XP Multilingual User Interface Pack to my unattended cd and i didnt understood the process ..... the instruction are in the attachment in part #5 and here is the language ID i need to use : 040d Hebrew HEB.MUI how exactly is my unattended file should look ? readme.txt
×
×
  • Create New...