Jump to content

jaclaz

Member
  • Posts

    21,294
  • Joined

  • Last visited

  • Days Won

    53
  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by jaclaz

  1. Did you try Using Sysinternals software? PROCMON: http://technet.microsoft.com/en-us/sysinte...s/bb896645.aspx can trace next boot too. jaclaz
  2. Or, for a few bucks, Atlantis: http://www.atlantiswordprocessor.com/en/ smallest WORD "substitute" I've ever seen. jaclaz
  3. It seems to me that after all WMIC is not "the" solution, but it may be part of it. I seem not to be able through WMIC to "find a relationship" between PHYSICALDRIVEs and LogicalDrives when the device is "Removable". Moreover it seems like the available data go as deep as finding Extended Partitions but not deep enough to find Logical Volumes inside them. Find attached another example, it seems to me that it gathers all available data through WMIC. jaclaz getdriveletters.zip
  4. Let me rephrase : jaclaz
  5. If you haven't better tools than Recovery Console....I don't think so. The settings in Registry are here: http://www.petri.co.il/pagefile_optimization.htm jaclaz
  6. Just for the record, there is no need of using the .SDI format, (and thus the need for SDIloader from Windows XP embedded). RAW images can be used as well, using the FREEWARE FILEDISK, IMDISK or VDK to mount them. Details are here: http://www.911cd.net/forums//index.php?showtopic=19333 An image can be easily created by FILEDISK or IMDISK (for super-floppy images) or by the small batches MBRBATCH/MKIMG (for hd-like images) here: http://www.boot-land.net/forums/?showtopic=3191 http://www.boot-land.net/forums/?showtopic=5000 jaclaz
  7. jaclaz

    nLite and MicroXP

    @GrofLuigi Sure, just joking. Did you read the linked thread (and the links therein? http://www.boot-land.net/forums/index.php?...c=2683&st=6 Or can you give me (as always for free ) the evidence I am seeking? @All Just in case, this method (the non-secure but "OS effective" way Ponch describes ) takes actually a few seconds and it is recommended to start from scratch: http://www.boot-land.net/forums/index.php?...=4015&st=21 jaclaz
  8. Check "Disk and Profile Quota" in nLite or open TXTSETUP.SIF and check the line: Pagefile = 115,250 try changing it to something smaller, like: Pagefile = 64,128 or even less, you can also try to make it "fixed" like: Pagefile = 64,64 jaclaz
  9. jaclaz

    nLite and MicroXP

    Well, NO. 5 seconds is formatting, NOT wiping. If you do not have security concerns it's allright to simply formatting. Wiping with a SINGLE 00 pass will take some time. Point is that one single pass with 00's is ENOUGH for ANY security requirement. Multiple passes are just a form of unneeded "voodoo". jaclaz
  10. Sure, ANY "dd-like" application will do. Personally I use the already linked to programs for floppy work, and the following ones: Command line: DSFOK: http://members.ozemail.com.au/~nulifetv/freezip/freeware/ GUI: Roadkil's Apps: http://www.roadkil.net/listing.php?Category=2 http://www.roadkil.net/program.php?ProgramID=12 http://www.roadkil.net/program.php?ProgramID=22 And of course VFD and VDK: http://chitchat.at.infoseek.co.jp/vmware/vfd.html http://chitchat.at.infoseek.co.jp/vmware/vdk.html jaclaz
  11. You need to integrate the specific driver for your PC controller. (it may already be in some "driver pack" but it may as well be missing) vlite is a good application to do so: http://www.msfn.org/board/vLite-f153.html jaclaz
  12. A clone of a floppy is NOT a copy of a floppy. DCOPY/DCOPYNT: http://users.telenet.be/jbosman/applications.html jaclaz
  13. Well, NO. The challenge has already been solved for Installing XP ON USB stick FROM another media. It could work from USB stick to USB stick? Why don't you simply try? There are two distinct semi/fully automated methods, linked here: http://www.boot-land.net/forums/index.php?...c=6110&st=5 Since you can translate to Spanish, most probably you can understand a bit of Italian, these pages might be of interest to you: http://www.etechs.it/howto-installare-winxp-su-disco-usbphp/ http://www.etechs.it/installare-xp-su-usb-...no-reloadedphp/ http://www.etechs.it/installare-windows-xp...a-usb-di-nuovo/ jaclaz P.S.:Please note that I learned just yesterday about the existance of the XP3SD program, so it is currently UNTESTED by me.
  14. jaclaz

    nLite and MicroXP

    This actually saddens me (ONLY the several times ): http://www.boot-land.net/forums/index.php?...c=2683&st=6 jaclaz
  15. It's not grub, it's grub4dos. Grub4dos grldr can be used as no-emulation CD bootsector. Syntax is mostly the same as grub, though you won't need to study it too much, the linked post gives a good example. Just in case: Grub4dos help: http://diddy.boot-land.net/grub4dos/Grub4dos.htm http://diddy.boot-land.net/grub4dos/files/...ll.htm#method10 How I burn Cd's using grldr as no-emulation bootsectors: http://www.911cd.net/forums//index.php?sho...18045&st=25 Get a good working release of grub4dos: http://www.boot-land.net/forums/index.php?...pic=14&st=1 either here: http://grub4dos.jot.com/ This one is OK: http://grub4dos.jot.com/WikiHome/grub4dos-...-2008-05-14.zip? or try latest here: http://nufans.net/grub4dos/ I would gladly post my aac.inf, if I had one , and had a problem with it.... Thanks anyway. jaclaz
  16. It could be something "internet explorer" related. Check Registry entries as detailed here: http://phorums.com.au/archive/index.php/t-151505.html You can also try this: http://www.byalexv.co.uk/index.html?UAC.html as a workaround. jaclaz
  17. What you can try is using an unmodified (but for adding the grldr as no-emulation bootsector+ menu.lst+floppy image) source CD and the grub4dos floppy trick to use "normal" F6 Storage drivers: http://www.911cd.net/forums//index.php?showtopic=20543 It is also possible that the USB floppy actually works but some files need to be modified: http://www.msfn.org/board/F6-Driver-USB-Floppy-t82711.html Since you have no way to actually test and see whether nlite unwantingly causes the problem, the above may be a path worth a shot or two. jaclaz
  18. I may add to Tripredacus's nice summary of backup media, that I very rarely succeeded to actually READ a backup tape when it was needed, thus I would add that not only tapes are expensive, but they are also incredibly NOT fault tolerant and SLOW. The HD technology has clearly overridden any other one, I had some "safe, peaceful" moments only for a very short period: http://www.msfn.org/board/before-t52012.html http://www.msfn.org/board/before-t52012.html&st=28 I guess younger people couldn't ever get any... jaclaz
  19. Find attached another example. Nothing actually working, but a little step further. Check testwmic3.cmd: Finding the escaping characters needed to use the "Where" operator with the value "Disk #m, Partition #n" and redirecting failing instances to nul can only be described as a nightmare! Rule seems to be that you need to enclose the Where argument into brackets () to be able to use the quotes "" inside it, and when in a FOR loop: equal sign = needs to be escaped quotes " and commas , (that normally would need to be escaped) need NOT to be escaped jaclaz testwmic2_3.zip
  20. jaclaz

    nLite and MicroXP

    Should you need one, I have still a few 10 feet custom designed ones, cedar, sturdy, metal end, quite effective: http://www.msfn.org/board/index.php?showtopic=95537&st=3 A bit heavy, though. I tried with 5 feet ones, but they were too d@mn short, so I went for midway, ending up with 7' 1/2 ones: http://www.msfn.org/board/index.php?showtopic=111506&st=3 jaclaz Edit: Fixed broken links
  21. Just for the record, YCOPY: http://www.ruahine.com/ http://www.ruahine.com/ycopy-file-copy-utility.html was designed for such tasks jaclaz
  22. There are other tools. What I mainly use: DCOPY/DcopyNT: http://users.telenet.be/jbosman/applications.html Try it. jaclaz
  23. ...and besides ilko_t's question.... From where? jaclaz
  24. Nice VBS script. I'll try to replicate it's approach. jaclaz
  25. Thanks for the info. Spreading the news: http://www.boot-land.net/forums/index.php?showtopic=6092 http://www.boot-land.net/forums/index.php?showtopic=1507 jaclaz
×
×
  • Create New...