Jump to content

mats

Member
  • Posts

    202
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Sweden

Posts posted by mats

  1. Fullu agrees with Br4tt3

    Go for iso boot. It will load faster, you vill have one file to handle on the servers and you won't have to have nic drivers in multiple places.

    If you happends to have 10 mbit connections you will see a drastic reduction in boot time.

  2. The only way i found to do that is to replace winpwshl with something that can run apps minimized.

    I Wrote a small vb6 app for it for our needs earlier. Today I launch my VB6 app drectly and execute the needed commands from my app instead

  3. oops. Yes that cleanup list removes way to much. But you can clean parts of it. For example the fonts and the help files. Drivers for modems and so on. I got a 124Mb image with wmi,wsh,ado and vb6 runtime support

  4. I tried to use a "preloaded" regitry but i never got it stable.

    It would work well on one box and fail on another and so on.

    In the end i scrubbed that idea amd stripped the installation down instead to improve boot times

  5. If you do use MS ris it's simple

    under \remoteinstall\Setup\English\Images\"imagename"\i386, add the iso file and a templates folder

    In templates add ntdetect.com,ntldr and startrom.com and a sif file

    my sif file looks like this, there shouldn't be any line breaks int the OsLoadoptions line

    [setupData]

    BootDevice = "ramdisk(0)"

    BootPath = "\i386\System32\"

    OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd /rdpath=%INSTALLPATH%\%MACHINETYPE%\pe.iso

    Architecture = "<platform>"

    [RemoteInstall]

    Repartition = No

    [OSChooser]

    Description = "PE2005"

    Help = "try this"

    LaunchFile = "%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"

    ImageType = Flat

    Version = "5.2 (0)"

  6. You cant use Integrated security from winpe.

    Integrated security means that it should log on with the current user and domain from PE

    try with this instead

    PROVIDER=SQLOLEDB;DATA SOURCE=XXXXXX;DATABASE=osd;UID=xxxxxxx;PWD=xxxxxx

    /Mats

  7. You can't use PE without a propper license.

    You can download pe from the opk web but if you don't have an oem/system builder agrement with ms you can't use it leagally.

    The way to get PE is by SA, system builder agreement or partner status.

×
×
  • Create New...