Jump to content

wing_bbs

Member
  • Posts

    54
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    China

Everything posted by wing_bbs

  1. I also find no way to assign the network adapter a DNS server address. How to assign it ?
  2. I also find no way to assign the network adapter a DNS server address. How to assign it ?
  3. I am seting up a WIN2K3 SRV. It is not a DC srv. It is a workgroup srv. I can set it join my workgroup,But I still want to give it FQDN name(abc.abc.com). How to do this ? Thx!
  4. I am going to copy the file to windows\temp. I believe that at least the number worked properly before the file size growed to 1.3gbyte. What wrong it the number? Can you describe the error in detail? B)
  5. I am trying to copy a big file(1.3Gbyte) under TXTMODE. 1. I add the file to i386\ 2.edit the txtsetup.sif, add filename = 1,,,,,,_x,45,0,0 to it 3.burn a DVD But during the txtmode, windows always says it can not find the file. I have tested the file and it is ok. Also, txtsetup.sif is ok, too. Because the file can be properly copied to destination, when it is only 100M big. Why does this happen? I guess the txtmode can not copy a file that is too big.
  6. My oobeinfo.ini [StartupOptions] StartUrl= [options] MouseTutorial=0 JoinDomain=1 AdminPw=1 [OEMRegistrationPage] OEMAddRegPage=0 PostToOEM=0 RegPostURL= [Signup] ISPSignup=MSN OfferCode=0 Locales=1,81 IDLocales=1,81,33,49,107,61,44 [UserInfo] Identity000="XXX"
  7. I have already written a new oobeinfo file for myself and it can work properly under windowXp. But when i use it under windows2003. Nothing happened. Follow your instruction, I have checked the ref.chm again. Nothing is valuable about the oobeinfo.
  8. I am trying to use oobeinfo.ini for creating my own administrator during installing win2003 and also use it to logon the system on the first time logon. But failed again and again. Can the method work under the Windows 2003 Enterprise Edition?
  9. Can you decribe it in detail or give me a link? Although I took a lot of time to search, I still get nothing.
  10. I am going to run a command "REGSVR32.EXE %11%\BgSwitch.dll /s" at T-13. But how to do? If you know please tell me. Thx!
  11. I am sorry! But I have searched the whole forum for the answer and posted on NOV 2006. Never found out it ! Does this mean no one knows the method ?
  12. I finally completed this. The method is that you should leave the value of "DefaultUserName" blank. So easy. The windows will automatically use "HOME" as the first time logon account. HKLM,"SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon","DefaultUserName",0,"" HKLM,"SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon","DefaultPassword",0,"" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","AutoAdminLogon",0,"1"
  13. Save as a bat or cmd file and add to commandlines Personally I rename my actual original admin account (Lots easier) I added these registry keys to my SETT.INF that is used to change registry on T-13. But Nothing happened, On the first logon Windows still try to use administrator to logon. And then, gave me a error message, declared that it could not find the administrator account. But during the windows installations, it still need me add administrator password. So strange. I am sure that SETT.INF is correct because other changes to registry have been added to the registry . Another thing, after the first logon happened, I checked the registy key and found out that the value of "DefaultUserName" still is ADMINISTRATOR. If I never change the value, on the each time, Windows will try to use ADMINISTRATOR to logon not my account and give me a promot the ADMINISTRATOR can not be found. Please check my inf file and winnt.sif I have pasted them on the above. Thx
  14. The registry value can give every user who already existed in the system a fixed different head portrait ! Thx!
  15. Thank you very much! I still have two questions. 1. When the registry key should be added to registry on the T-13 or other time ? 2. Can you mention more about the way how to rename the original admin account during unattended installation?
  16. I have successfully used oobeinfo.ini to create my own logon account. But every time, the windows always automatically select a picture as my head portrait. During the unattended installation, How can I assign a picture as my account's protrait ? Thx
  17. During the unattended installation, I use oobeinfo.ini to creater an account called "HOME" that has administrator priviliege and also use a INF file ,which sets my accout should be the first logon account, to change related registry keys on T-13 time. But on the windows first starts, it always use administrator that created by system as the first logon account. Never used my account "HOME". Why? I have searched a lot of related threads and followed their instructions. But still can not reach my aim. Someon Please help me! MY OOBEINFO.INI FILE [StartupOptions] StartUrl="" [options] MouseTutorial=0 JoinDomain=1 AdminPw=1 [OEMRegistrationPage] OEMAddRegPage=0 PostToOEM=0 RegPostURL="" [Signup] ISPSignup=MSN OfferCode=0 Locales=1,81 IDLocales=1,81,33,49,107,61,44 [UserInfo] Identity000="HOME" MY INF FILE (PART) [Others] ;Automatic logon for Windows this will allow you to auto login. Replace InsertName value with the Username you want to autologin with. Replace InsertPassword value with the password corresponding to the Username specified. ;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] ;"DefaultUserName"="InsertName" ;"DefaultPassword"="InsertPassword" ;"AutoAdminLogon"="1" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","DefaultUserName",0,"HOME" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","DefaultPassword",0,"" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","AutoAdminLogon",0,"1" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","ForceAutoLogon",0,"1" MY WINNT.SIF FILE (PART) [GuiUnattended] AdminPassword=1234 AutoLogon = NO ;AutoLogonCount = 2 EncryptedAdminPassword=NO OEMSkipRegional = 1 OemSkipWelcome = 1 TimeZone = 210 [Unattended] CrashDumpSetting = 1 DisableVirtualOemDevices = Yes UnattendMode = FullUnattended OemSkipEula = Yes OemPreinstall = Yes OemPnPDriversPath = Drivers\ES2838;Drivers\A1u680b\Vinyl\drivers\XPWDM TargetPath = \WINDOWS FileSystem = ConvertNTFS NtUpgrade = No OverwriteOemFilesOnUpgrade = No UnattendSwitch = Yes DriverSigningPolicy = Ignore Hibernation = No WaitForReboot = No Repartition = No
  18. Another thing! Can you make the software support INF format?
×
×
  • Create New...