Jump to content

jaclaz

Member
  • Posts

    21,291
  • Joined

  • Last visited

  • Days Won

    53
  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by jaclaz

  1. Actually it seems to me like an actual possibly upcoming Explorer (or user ) problem. Maybe it is "experimental" for a reason. Surely when the issue will come (IF it will be an issue) the IPB software guys will update their software (and in the process they will botch, as always, half of the board, and it will take our poor admins months to fix it ). jaclaz
  2. It should work as well, though you may need to experiment what happens with UAC, see: https://social.msdn.microsoft.com:443/Forums/windowsdesktop/en-US/2f0ed426-bba1-4b77-834c-5e3056d8403f/active-setup-limitations-under-windows-7?forum=windowsgeneraldevelopmentissues jaclaz
  3. Which, additionally and still by MS own admission is "optional" and, that by quickly reading the list of "features" a "largely NOT *needed* one". Of course, if you are actually into "clustered virtual machine mission-critical environments" you wouldn't probably be using Windows 8.1 The lack of "anything useful" that shae highlighted seems like accurate . jaclaz
  4. Or follow the hint given into the other thread http://www.msfn.org/board/topic/173036-modify-windows-2000-splash-screen/#entry1089939 NO need for installing the Paint Shop Pro trial, the Gimp would do nicely. jaclaz
  5. The issue is probably connected with "RLE encoded". Seemingly unrelated, but JFYI: http://reboot.pro/topic/360-how-to-use-your-own-boot-screen/ and you may be interested in: http://www.msfn.org/board/topic/146529-pe-tool-for-creating-patches/?p=977524 jaclaz
  6. No. That would happen IF they were not MS. We know how they have a quirk for creating standards (or pretending to create standards) and never respect them integrally nor to actually respect *any* actual standard completely. It's their "way of computing". jaclaz
  7. To use the %WINDIR% the key must be of the type REG_EXPAND_SZ, but the "already expanded" path should work even if the key is a more plain REG_SZ AGAIN: or even a simpler batch *like*: @ECHO OFFECHO attempting to run Regedit ...regedit.exe /s /C:\windows\Avro_prof.regregedit.exePAUSE Have you actually checked that the Avro_prof.reg actually works when run manually? jaclaz
  8. But does regedit.exe runs (or it does not)? I mean, does this work? [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\Avro] @="Kali's OmicronLab Avro Keyboard" "StubPath"="regedit.exe" Maybe the issue is with the expansion of the variable %WINDIR%. Try with an already expanded path, like: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\Avro] @="Kali's OmicronLab Avro Keyboard" "StubPath"="regedit.exe /s /C:\windows\Avro_prof.reg" Or maybe there is a permission issue of some kind. Try also running the given here batch: http://www.msfn.org/board/topic/173033-administrative-user-doesn’t-write-registry-settings-in-hkey-current-user/?p=1089377 jaclaz
  9. So, the activesetup "mechanism" works fine. I still cannot see your screenshots (not that they will most probably be of any actual use) post the actual commands and registry entries that you tested (and that fail) and explain in your words what happens or what fails to happen. jaclaz
  10. @diamant As a side note, the given reference uses the FreeDOS FDISK as it can (just like RPM) partition the second disk, of course an internal disk (this is common on many BIOS cannot be booted as "superfloppy". What the BIOS does when you switch from "SATA" to "IDE" is to change the ID of the controller, from a "specific" one to a (still specific but) IDE compatible one. The Windows setup gets this ID and "decides" which driver to load, based on info in the .inf file coupled with the actual driver. If you prefer, no matter what has been reported anywhere, there is NO way a SATA driver will be installed on a BIOS which has been set in IDE compatibility mode, unless the BIOS is seriously "botched", which, while possible in theory is very unlikely. The blackscreen with blinking cursor is usually connected to an issue in bootability of the USB stick, and can usually be solved. Acer has been reknown to (it has been debated if on purpose or by mistake) have a very "pesky" BIOS when it comes to USB booting, so it is entirely possible that the blinking cursor issue happened because of this, but the "mis-attribution" of the hard disk controller ID would be a "first time" Remember to add SMARTDRV for your DOS based attempt, and good luck with that approach . Should you have any issue, however, don't panic and dont' give up , there are several other possible ways to install an XP from a USB stick, and historically, one way or the other, we always succeeded. jaclaz
  11. Did you try (and succeed) with NOTEPAD (as you were suggested)? http://www.msfn.org/board/topic/173033-administrative-user-doesn’t-write-registry-settings-in-hkey-current-user/?p=1089447 BTW, the images you posted on sevenforum do not show here. jaclaz
  12. Welcome to the world of automagical updates. Maybe you could do with some other version of Chromium derived browser (without the autoupdate), though I doubt that: I mean, Windows 7 64 bit (not necessarily the "Professional" edition) is probably now representing 25% or more of installed OS's, while it is very possible that either MS or Google have botched your system through an update, I doubt that currently this incompatibility exists "by design" Do you have a link to this page? jaclaz
  13. The good news are that both "Patch files" and "Othoelha silent installation" (whatever this is) are now seemingly out of the equation. jaclaz
  14. Well, maybe it does look "perfect" on a teeny-tiny 2-to-10 inches screen with a single app full-size (which sounds the only way the good MS guys think their stupid OS should be used). jaclaz
  15. Just to keep everything as together as possible, a nice reply by aphelion has been posted on the "other" thread: http://www.msfn.org/board/topic/172704-has-anyone-had-the-cleartype-tuner-work-for-multiple-monitors/ jaclaz
  16. I am particularly rusty on VBA, however I happened (while attempting to write *another* thing) to find a piece of nice VBA code for opening files, here: http://forums.codeguru.com/showthread.php?499395-Reading-binary-files-in-VBA-quickly! which I of course right away stole for my project. As often happens, in order to understand how the snippet worked I did some tests completely unrelated to the original goal, and by pure chance I (half-@§§edly as usual) put together something that may be of actual use. Find attached a simple spreadsheet that counts bytes in a file and draws a quick graph of their frequency by value . Such graphs are normally part of some disk/file/hex editors, among them I will cite X-Ways (commercial): http://www.x-ways.net/ and (freeware) HXD: http://mh-nexus.de/en/hxd/ and sometimes are useful to analyze "unknown" files. Only very BRIEFLY tested on "smallish" files, YMMV. Have fun . jaclaz Bytecount.zip
  17. Yep , of course "been there done that" here is the actual "howto": http://www.911cd.net/forums//index.php?showtopic=16713 JFYI that thread more or less originated, see also this: http://www.msfn.org/board/topic/81788-installing-unattended-from-a-usb-thumb-drive/?p=563654 the "whole" section: http://www.msfn.org/board/forum/157-install-windows-from-usb/ The current version of WinsetupFromUSB is however 1.4: http://www.msfn.org/board/topic/120444-how-to-install-windows-from-usb-winsetupfromusb-with-gui/ http://www.winsetupfromusb.com/downloads/ and hopefully it works "better" than WinSetupFromUSB_1-0-beta7 (and BTW also includes the DPMS drivers, so, normally you should not need to integrate your drivers). The very queer thing as said is that you have the same result with the BIOS set to "IDE compatibility mode" (and if this is the case *any* "normal", "untouched" XP source should give not the 0x0000007b error - if not because of the NTDETECT.COM) or, if you prefer, there must be something not related to the SATA driver integration if the result is the same 0x0000007b with the integrated source or with the "plain" one. jaclaz
  18. I know , the main point was, as someone else said particularly because the OP talked of a DPMS folder....and the readme.txt in it contains: OT , the DPMS.ISO could be a very good target for the COSMIAS approach . (which would allow easier "moving" it) Reboot.pro is down right now , but when it comes back it may interest you. http://reboot.pro/topic/17807-release-cosmias-a-new-approach-to-g4d-images/ in the meantime (JFYI): https://web.archive.org/web/20130507103634/http://reboot.pro/topic/17807-release-cosmias-a-new-approach-to-g4d-images/ jaclaz
  19. It's a largish file, around 10 Mb, cannot attach it. I uploaded it on filedropper, here: http://www.filedropper.com/uniextract17 jaclaz
  20. Which exact driver(s) are you trying to integrate with nlite (or which specific computer is it)? I mean, it makes little sense to test in virtual box something that will behave differently when (if) the actual specific hardware is detected. There are tens (or more) different SATA drivers, and the installation of the one (or the other) will be "triggered" by the install routine hardware autodetection. If you are trying to make a (almost) "universal" Windows XP install disk, you'd better go for the DriverPacks (the site does provide detailed instructions for use with nlite): http://driverpacks.net/ http://forum.driverpacks.net/index.php jaclaz
  21. Sure, but the point remains. Do they provide free, countless bananas? It's binary, 0/1 or Yes/No. Potatoes might do jaclaz
  22. #1 Get a recent grub4dos (or even a non-recent one) and read it's Readme, or check here: http://diddy.boot-land.net/grub4dos/files/menu.htm#default The actual reason why the file has been chosen with a fixed size of 2048 bytes is that this way it is surely accessible by grub4dos on a NTFS filesystem. Small files, full details here: http://www.forensicfocus.com/Forums/viewtopic/t=10403/ are "embedded" in the $MFT entry on NTFS and grub4dos cannot see/access them. #2 WHY? Please provide a good reason for this change. However the DPMS are taken (without modifications) from: http://driverpacks.net/ so maybe you will have a better answer if you ask that question there: http://forum.driverpacks.net/ jaclaz
  23. Well, this omission can be easily fixed. Why the heck Trip is allowed to post "Project Shiva" here? : http://www.msfn.org/board/topic/142204-project-shiva/ but, much more than that, why is he allowed to not merge his own posts? http://www.msfn.org/board/topic/173051-kb3000850-big-update-windows-812/?p=1089342 and use the thread "as twitter"? jaclaz
  24. Nice , though it seems like "limited": http://web.archive.org/web/20040619083303/http://home.tiscali.de/zdata/hdcopy_e.htm to copying the WHOLE CONTENTS of a drive to another one (and it has to be found if the result is a "copy" or a "clone", it sounds more like a "copy"), it is thus corresponding to: http://www.icompute.info/xcopy_drive_copy.htm http://www.duxcw.com/digest/Howto/hd/cpyhd/cpyhd2.htm I SERVe Kentucky Fried Chicken Hot! (though possibly this won't work in Me, while it does on 9x) Or to xxcopy /CLONE (which does not really-really "clone"): http://www.xxcopy.com/xxcopy10.htm http://www.xxcopy.com/xxcopy11.htm jaclaz
×
×
  • Create New...