Jump to content

jumper

Member
  • Posts

    2,006
  • Joined

  • Last visited

  • Days Won

    10
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jumper

  1. Great! Now Scandisk again....
  2. Probably not. Try deleting Avcodec-57.dll or replacing it by renaming an earlier version.
  3. Avcodec-57.dll initialization error (doesn't return).
  4. For drives less than 1GB, FAT16+Drivespace makes them bigger and faster.
  5. I don't think Scanbin checks hard-coded address references. These require *32.dll and *.exe to be a matched set from the same build. I recall seeing such references in an NT User32.dll some years ago.
  6. You can set ConservativeSwapfileUsage, put the swapfile on a ramdisk, or both.
  7. You really should be using versions of dlls that were released together and already match. Otherwise, early versions of ImportPatcher can update hints automatically. Binding the dlls is even better.
  8. Even with a USB mouse attached, the PS/2 trackpad is still active and apparently malfunctioning. In Device Manager > Mouse, disable PS/2 Compatible Mouse Port and reboot to disable the trackpad.
  9. Other googlebot UAs to try (and how YouTube violates Google anti-sniffing recommendations): https://webmasters.googleblog.com/2019/10/updating-user-agent-of-googlebot.html
  10. Explorer works just fine if you don't intentionally break it. End of discussion. DCFG1 is obsolete, use BASE instead. What definitions are you using in stubs.ini?
  11. Explorer.exe doesn't need kex, so set to disabled or Base at most. If extensions need kex, set them directly. Don't use 4.5.2 core.ini with any kex files for which an updated core.ini has been supplied. . = current folder .. = parent folder
  12. Critical Section additions came from Ley0k. It's been very good, but I'm reviewing all CS code now.
  13. Another Msimg32 to try is from KernelEx (Win9x). It doesn't use forwarding and has fewer dependencies. When upgrading Gdi32.dll / User32.dll, also upgrade with matching Gdi.exe / User.exe.
  14. Timestamp or checksum?
  15. img = temp; img.thumb = img.getAttribute("data-src") || img.getAttribute("data-image"); // add here if ( img.nodeType === 1 && img.getAttribute("thumb") ) { ... img.src = img.getAttribute("thumb");
  16. Thanks for the updated reports. Change the inherit= (and desc=) lines in Core.ini and reboot before using the modified modes.
  17. BIOS setup?
  18. A batch file could extract to a temp folder then search there....
  19. Unless disabled (for speed), Explorer's built-in search also searches within zip files.
  20. The update checker thinks it's running on Win7. What mode did you run the installer in?
  21. For the monitor I recommend a 19" 5:4 1280x1024.
  22. NTOSKRNL.EXE is a system driver. User mode library PE tools won't work on it. Sorry, that's all I know.
  23. > resubmit the question you want to answer. Look for my post with the question marks in it.
×
×
  • Create New...