Jump to content

fess

Member
  • Posts

    17
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Lithuania

Posts posted by fess

  1. But one thing... you have users.bat and then again users.bat - should that last one be users.reg for example?
    I mean alogon.reg. I call it from users.bat.
    I think $OEM$ and i386 folders should be parallel - not i386\%OEM%

    Thank you mmainio!!! Now all working!!! :thumbup:thumbup

    But it very strange becouse I use some regtweaks running from cmdlines.txt and they work only users creations was not working. But now all works!!!

  2. "Ђ¤¬Ё­Ёбва в®ал"
    It is not work.
    Another possibility is that batch interpreter doesn't read your language characters in a right way.

    But if I run this bat-file after WindowsXp has been installed, user create correctly. :(

    Is that batch interpreter during Windous installation differ then batch interpreter using in installed Windows or not?

    But you can find out this by writing your batch and putting pauses in there so you can see if your commands had been executed in a right way when batch pauses.

    You mean write PAUSE in bat-file? This command work only at installed Windows, during installantion this command is not work. Maybe another commands to make pause in bat-file exists?

  3. Why user is not created during Win installation?

    This is file cmdlines.txt:

    [COMMANDS]
    "users.bat"

    This is file users.bat:

    net user Ivan /add
    net localgroup Ђ¤¬Ё­Ёбва в®ал  Ivan /add
    net accounts /maxpwage:unlimited
    REGEDIT /S alogon.reg
    EXIT

    Ђ¤¬Ё­Ёбва в®ал - this is Administrators, writing on Russian.

    This is file users.bat:

    Windows Registry Editor Version 5.00


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

    This is file WINNT.SIF:

    [Data]
    Autopartition = 1
    MsDosInitiated = 0
    UnattendedInstall = Yes

    [Unattended]
    UnattendMode = FullUnattended
    UnattendSwitch = Yes
    OemPreinstall = Yes
    OemSkipEula = Yes
    FileSystem = LeaveAlone
    WaitForReboot = No
    TargetPath = Windows
    DriverSigningPolicy = Ignore
    NonDriverSigningPolicy = Ignore

    [Display]
    Xresolution = 1024
    Yresolution = 768
    BitsPerPel = 32
    Vrefresh = 75

    [GuiUnattended]
    AdminPassword = "XXXXX"
    TimeZone = 145
    OEMSkipRegional = 1
    OemSkipWelcome = 1
                   EncryptedAdminPassword=No

    [UserData]
    ProductKey = "XXXX-XXXX-XXXX-XXXX-XXXX"
    ComputerName = MYPC
    FullName = "MyName"
    OrgName = "My Home"

    [RegionalSettings]
    Language = 0419

    Where is error?

    All of this files in folder i386\$OEM$\

    If I run users.bat in Windows user created correctly.

  4. Happy birthday.
    Thanks, MHz :)
    if you do something, and it throws hundreds of errors, it doesn't really work.

    This errors only about missing files.

    if by scalping the XP source, you wind up with a WinPE install of 120 MB, it doesn't really work
    It works, because if I install WinXp from this source it will be work fine (I tested it), so WinPe should work as fine as WinXp from this reduced installaton.
    using the supported method of removing files from WinPE

    What is this method?

  5. I remove practically anything using NLite (File->Load Settings->Lite->Remove Components) and I remove a lot of languages.

    After that folder with WinXp installatoin is about 136 MB.

    Then I use PeBuilder to create WinPe (There are a lot of errors during this process but it is all right. I have ~430 errors). After that size of WinPe is about 120 MB.

    And all works.

  6. By using nlite on the source directory before making your BartPE you can get rid of MOST of the "unneeded" files.
    I was try to do it, but BartPe write: "There where 435 errors and 0 warnings" and don't create iso image :(
    If you are interested, post again, I will attach a "DIR" of the files.

    I am interested, attach it, please :)

    I am using WinXp, but I think Win2K and Xp is not very different.

  7. LiquidSage

    Thanks for help, I will try to do it.

    Many windows files work fine too.

    That mean some files are not work? Which files are not work?

    But can I remove some files from windir completely?

×
×
  • Create New...