Jump to content

Blyster

Member
  • Posts

    117
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Blyster

  1. useraccounts.cmd
    net user loacalhost /add

    net localgroup Administrators localhost /add

    net accounts /maxpwage:unlimited

    REGEDIT /S autologon.reg

    EXIT

    You are creating a user called --> loacalhost

    the user you want to create (i think) is --> localhost

    You have an extra a in the net user command

    also, you mention that it is still prompting you to input users on 1st bootup? make sure you have this under your [unattended] section in winnt.sif. This will keep the oobe from running which is repsonible for that portion of setup.

    UnattendSwitch="Yes"
  2. Seems to me like thier is a problem with the specific enclosure you are using. If it works for a few days then stops working, but the hard drive works fine by itself, the enclosure is bad. You said you RMA'd the last one since it was doing the same thing? I would suggest trying a different brand or model.

  3. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"SuperHidden"=dword:00000001

    The syntax is wrong. To enable showing system files, change the above to the code below and it should work

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

    "ShowSuperHidden"=dword:00000001

    Hope this works for you.

  4. or you could just put in in your $OEM$\$1\install\winrar directory. It will automatically be copied over that way.

    This statement could be a litte misleading. Simply placing the file within the $OEM$ folder structure does not garauntee that the file will be copied over to the systemdrive. This would only happen if OEMPreinstall=Yes in the winnt.sif/unattended.txt file.

  5. xpcreate sorts hotfixes numerically(ascending) by the .cat file inside the hotfix. Just make sure to run IESP1 update prior to the new hotfix. modify your svcpack.inf file to make sure that 831167 is run after 832894. That should fix your problem.

    Another solution would be to repackage the 831167 and place it into the svc-msx folder. Not sure if xpcreate would still sort it by the .cat when place in that folder, but the folder description indicates that all the files dropped in svc-msx are run AFTER the hotfixes.

    So, you have a couple of ways to work this out. Let us know how it turns out.

    Blyster

  6. Also, are you just putting the driver install package for each of those devices in the folders. If you are, you need to unpackage them and get down to the actual inf files etc... for it to work. Along with the above tip. make sure OEMPreinstall=Yes in your winnt.sif file.

  7. I would move the Regtweaks.reg file into the base folder of the $OEM$ structure (along with the start.cmd file). Next, make a file called cmdlines.txt and put the following code in it.

    [COMMANDS]
    "start.cmd"

    then change your start.cmd to this

    ECHO.
    ECHO Applying Registry Tweaks...
    REGEDIT /S RegTweaks.reg

    So now you will have cmdlines.txt, start.cmd, and regtweaks.reg all in the base of the $OEM$ folder

    During install, it will recongnize the cmdlines.txt automatically and do what you need it to.

    Blyster

  8. use the expand.exe program to expand those files into your windows installation. You could probably find it in your windows\i386 folder or you windows\system32 folder. Hope this helps. If you need help, try expand /?

    Blyster

  9. It cant find the drivers at the end of text setup even if you leave the floppy disk with the drivers in the floppy drive? It geneally loads the drivers into memory when it first accesses the disk, then at the end opf text setup it accesses the disk again to copy the files over to the hard drive.

    Blyster

×
×
  • Create New...