Jump to content

Paraglider

Member
  • Posts

    66
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Paraglider

  1. On my ASUS X99 motherboard I had problems with x86 PE recognizing devices if option 'Above 4g Decoding' was set in the UEFI bios. Don't know if ASROCK firmware has a similar option.

  2. Try the following steps ( it will be easier if UAC is disabled ):

    1) Unplug your USB device

    2) delete all files with an extension of pnf from c:\windows\inf ( be very careful only to delete the pnf files ).

    3) delete the file named infcache.1 from c:\windows\inf. You will need to modify the file permissions of infcache.1 to give the Users group full control to do this. From explorer right click on the file and choose properties. Select the Security tab. Select the Edit button. From the Group / Users list select Users.In the 'Permissions For Users' box select Full Control. Then Apply. You will get a warning - select Yes. Then hit OK twice. You should now be able to delete the file INFCACHE.1. Make sure you only delete this one file.

    4) Plug in your USB device. It should now install.

    Be very careful when performing steps 2) and 3).

  3. I presume you did not read the license that comes with the AIK. The license that comes with my AIK says:

    The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you may use the software only as expressly permitted in this agreement. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. You may not

    • work around any technical limitations in the software;

    • reverse engineer, decompile or disassemble the software, except and only to the extent that applicable law expressly permits, despite this limitation;

    • make more copies of the software than specified in this agreement or allowed by applicable law, despite this limitation;

    • publish the software for others to copy;

    • rent, lease or lend the software;

    • transfer the software or this agreement to any third party; or

    • use the software for commercial software hosting services.

  4. Actually explorer.script is using my shutdown utilitities. They are downloadable from www.paraglidernc.com and will work without explorer. The replacement msgina.dll ( pegina.dll ) is also needed as well. shutdownres.dll just contains english string resources used by pegina.dll.

    If you are not using explorer then the explorer shutdown gui can be invoked by calling shutdown.exe with the /g parameter. Its all described in the Usage link for the utilities. Note that the original msgina should be named ginaorg.dll and pegina.dll should be named msgina.dll.

  5. To connect to XP + SP2 from PE you need to disable some of the security features added by SP2. Run the following reg file on the XP + SP2 machine to which you are trying to connect:

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]

    "NullSessionPipes"=hex(7):43,00,4f,00,4d,00,4e,00,41,00,50,00,00,00,43,00,4f,\

    00,4d,00,4e,00,4f,00,44,00,45,00,00,00,53,00,51,00,4c,00,5c,00,51,00,55,00,\

    45,00,52,00,59,00,00,00,53,00,50,00,4f,00,4f,00,4c,00,53,00,53,00,00,00,4c,\

    00,4c,00,53,00,52,00,50,00,43,00,00,00,62,00,72,00,6f,00,77,00,73,00,65,00,\

    72,00,00,00,73,00,72,00,76,00,73,00,76,00,63,00,00,00,00,00

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]

    "RestrictAnonymous"=dword:00000000

    You will need to use the target computer name as part of the /user parameter for a workgroup connection.

  6. Autoresizing the ramdisk under XPE can be a problem - its very easy to get the drive locked so it cannot be resized. You need to resize very early on in the startup sequence.

    Its best to use some sort of preshell, like Joshuas preshell, to resize the ram disk prior to starting XPE.

    Another option is to use peloader to run a command file which does your autoramresize then after its finished runs xpelogon to startup explorer.

    Note support for BartPE is usually best requested in the BartPE forums at http://www.911cd.net/forums/

×
×
  • Create New...