Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. About Internet Explorer 11, I believe Microsoft did not properly communicate about it back in 2022. Because support for IE11 only ended for some OSs ! IE11 is actually still supported on OSs with ESU, on Windows 10 LTSB/LTSC editions and on Windows Server 2022 it's all the way until until Oct 14, 2031 ! Here is an up-to-date list : https://learn.microsoft.com/en-us/lifecycle/faq/internet-explorer-microsoft-edge
  3. I hope openssl-3.1.0-win32-dev-xpmod-sse.7z would suffice. And FFmpeg: ffmpeg-6.1-588-4006c71-win32-dev-xpmod-sse.7z. @cmalex Believe it or not, only just now I suddenly realized why you needed that dev-archive. Have a look at https://rwijnsma.home.xs4all.nl/files/openssl/?C=M;O=A. I've just uploaded v3.5.2. Though I'm on Win11 nowadays, I believe it should work on WinXP.
  4. Today
  5. Thank you nicolaasjan.
  6. Here is my current folder with dependencies already included: https://dl.dropboxusercontent.com/scl/fi/2b36ypa7wjhdaitwzi9ij/Python311_XP-folder.7z?rlkey=v9gmygvodp942f05537fv26w0 Don't upgrade PyInstaller 5.13.2; you'll run into errors...
  7. Thank you cmalex.
  8. Greetings Python3.11.4.zip in https://mega.nz/folder/jst2WJ5B#sknEpEBamwPomx8UULWuMA Please any questions about it at https://msfn.org/board/topic/183741-python-3813-for-windows-xp-sp3/ Best regards
  9. ... Initial post deleted; apologies, but I misunderstood ; I later realised what was asked for was the CPython (3.11.4) assembly itself used to compile the yt-dlp.exe binary linked in nicolaasjan's forum signature...
  10. I'm not necessarily sure about the error code that you had received, but there have been some instances where I have encountered a seemingly unsolveable boot error on Windows 10/11 like this without being able to fix it. My last resort solution is to image the OS partition and redeploy the entire system. It is time consuming but so far that ends up working.
  11. Color is spelled correctly, at least in US English it is that way. The sentence has a grammar error but that's probably even better to deter bots, idk. Something is supposed to appear next to Security Check and it doesn't, not even for me. I suppose it could appear if you modify your browser settings to allow such content to appear but that shouldn't be a requirement, the forum's registration should work on stock (and "secure") browser settings.
  12. Hello, I'd like to suggest a cool idea from OpenShell - customize start button actions: That way we can trigger multiple start menus or even other files, which opens a ton of cool possibilities.
  13. Easiest would be that if you unlocked/deleted a FOLDER by the name of FOLDER, then *before* you reboot you would create a FILE *without any dot-extension* by the name of FOLDER. ie, replace the FOLDER with a FILE of the same exact name.
  14. Could you share this working Python (3.11.4)(bin)?
  15. Can anyone suggest a solution to the problem of orphan folders left behind when using the addons to remove Windows Components. I have empty folders in my system including Outlook Express, netmeeting, msagent, and usmt. These folders are locked by either Winlogon.exe or Explorer, or both, and if you use a utility like Unlocker to remove the handle to them and delete them they are recreated during boot time. Ideally one would be able to hack a Windows DLL that maps the paths to these protected folders, but I am not expert enough to do this. The only other solution I can think of is to execute an unlocking utility using the registry Run key so that the folders are deleted at each boot time. I know of three of these utilities that support commandline usage. Iobit Unlocker deletes files and folders fully, but shows a dialogue box saying "The operation completed successfully", because it does not have a silent switch. Unlocker moves deleted files to the Recycle Bin which rapidly fills up with empty folders. Lockhunter will delete files and folders fully, but it will not execute from the HKLM or HKCU Run key for some reason.
  16. Tripredacus, the user could be from a troublesome location, Nigeria, Russia, Uganda, whatever. I tried to make an account, they simply asked me for a word. I didn't even have to solve captchas. Though, there is an error in the word colour, a misspelling.
  17. Hello guys. I'm having problems with a wifi adapter. It's the TL-WN8200ND v2 that I bought especially cause it works with XP but I can't make it work. I was able to test it in another PC that has Windows 7 and it works fine. Has a lot of reach and I can make the most of the 5mb connection speed. Thought about buying it cause the prior one I have that works in XP is also a TP-Link but one of those little ones that doesn't have great range and since I'm far from the router the only way to navigate was sharing the wifi signal from the cell phone -which does see the signal- and though I manage to navigate my speed is limited to 1MB. When I plug the card at the USB port the light turns on but when installing the drivers the system fails to communicate with the card. I don't know if it may be a conflict with the old drivers of the little card? Thought that cause wanting to go back to the old card I couldn't, even when uninstalled everything that had to do with the new one, so was forced to return to an image of my system. Also thought perhaps the problem was that I used SP2 so I tried to install XP SP3 to check but it didn't work either. Any ideas?
  18. Yesterday
  19. The captcha provider on the site/forum's registration form is showing a certificate error for some users. The result is that the captcha does not appear on the form so the registration process cannot complete. Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID for cap.js (remotely hosted by keycaptcha.com) Reported to me by a user but they did not provide system configuration. I verified using SRWare Iron 135.0.6850.0 on Windows 10 21H2.
  20. Discourse? On MyPal? Seriously?
  21. Slight correction: Vista+ without the extended kernel for quite some time now ...
  22. In the whatever category. https://msfn.org/board/topic/183495-mypal-68/
  23. Last week
  24. I've made the uBO-legacy custom filter even more generic, because I've come across Discourse-based forums where the browser detecting script wasn't served from within an "assets" subfolder ; so, the version I'm currently using is: ! Discourse-based forums ||*/browser-detect-$script,important The now broken userscript just told Discourse's browser-feature-detection script that "CSS aspect-ratio (Fx-89+)" IS supported in UXP-based browsers; maybe Discourse are now looking for something new entirely or, besides CSS aspect-ratio, for additional (recent) features that the userscript (and, alas, UXP) doesn't support... A very savvy person would have to dissect the new version of Discourse's script, identify what new things they search for now and author a new userscript... Discourse, in March, issued the following announcement: https://meta.discourse.org/t/dropping-ios-15-other-old-browsers-in-july-2025/358131 so it's probably one or more of the new requirements there that broke things; FWIW, relative color syntax & subgrid aren't supported in UXP, probably the same applies to import-maps ... Recent upstream forum thread about Discourse's shenanigans : https://forum.palemoon.org/viewtopic.php?f=70&t=32600 Last post there is from Aug 13th, though...
  25. Wow, ublock filter work for me (new moon current version), userscript - no, thanks.
  26. They needed this user script: https://msfn.org/board/topic/184051-my-browser-builds-part-4/page/203/#findComment-1258499 but until yesterday they worked just fine with it. Maybe there is another (new) userscript needed. Will try supermium.
  27. How do you work on the website -> https://chatgpt.com? I don't work at all ->"Your browser is out of date. Update your browser to view this site properly." yeee btw: However, https://gemini.google.com: I can get/log in, but the web structure on all menus website is destroyed
  28. On *moon 28.x.x, forums using Discourse have not been working for a long time for me. Try supermium or another chromium.
  29. btw, another minwinning caveat: do not delete or 0byte windows\UUS, lest your system should freeze on the "welcome" screen right before boot completion, never to see the desktop interface again.
  1. Load more activity
×
×
  • Create New...