Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/14/2024 in all areas

  1. Exactly! When I use Windows 10, I am constantly looking for where a certain function has been hidden again. For me, using Windows 10 means that I have to swear all the time. Windows XP, on the other hand, is pure relaxation. I'm happy to accept that some things can't be done.
    3 points
  2. This firewall is a special version for Windows XP. Formerly, it was called Vista Firewall Control, then Windows 7 Firewall Control and so on. That doesn't mean anything. Technically, I am running a pure Windows XP equipped with a lot of software. And the more recent OSes are crappy because the admin is no longer an admin. The admin is Microsoft in more recent Windows OSes, especially starting with Windows 8. And in the end, you can't do much about it. Apart from that, you are bombarded with so much junk that you lose all sense of humor.
    3 points
  3. @AstroSkipper I have uploaded CIS 10.1.0.6476 offline installer here: https://ufile.io/kjqc4x2h Please, don't ask me where I found it. Regards
    2 points
  4. If you know me a little, you know that I won't ditch anything. But one thing is clear. My "beloved", ancient Windows XP machine can do most of the tasks I want it to do. Thus, I do not have to use the crappy more recent Windows versions that often. Apart from that, I'm also an Android enthusiast. And I am Linux user, too. So I dance at all weddings.
    2 points
  5. Who's "WE"? Does @Dave-Hknow we have a new administrator?
    2 points
  6. Did you intend to link to an ht-tp instead of to an ht-tpS? I don't think it was @Dave-H's intent; it's just how MSFN works. If you type in a host name starting with "www.", MSFN will automatically make it a link, and add http:// (without the s): <a href="http://www.bbcpa.org.uk" rel="external nofollow">www.bbcpa.org.uk</a> No real harm done, since like most modern sites, bbcpa.org.uk redirects to an https: site immediately.
    1 point
  7. @AstroSkipper Here a link for Comodo Internet Security 10.2.0.6514 (x86 and x64 MSI files): https://ufile.io/r22o4iyi You can use some switches for installation: msiexec /I cis_setup_x86.msi INSTALLANTIVIRUS=1 INSTALLFIREWALL=1 According to the changelog of CIS, this release isn't the last of the 10.2.x series. Here the link for CIS 10.2.0.6526: https://ufile.io/a50ue4oq In the archive you will find 3 files: CIS 10.2.0.6526 Comodo Cleanup tool 2.0.0.3 x86 and x64 (both versions from 2018) Regards
    1 point
  8. It's the taskbar skin. Not the flyout style. You have it on Plain 8. That's what it looks like. Change it to the default one. That functionality has been removed by Microsoft. Copilot is a PWA with no system integration anymore not a flyout.
    1 point
  9. Would be great if you saved it in the past. FileHippo has become bad the last years. It was great but now it is crap. The file is only a linker (1.6MB) and no offline installer. From FileHippo one can't get any meaningful these days.
    1 point
  10. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20240713-3219d2d-uxp-ca56c33715-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20240713-3219d2d-uxp-ca56c33715-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20240713-3219d2d-uxp-ca56c33715-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20240713-d849524bd-uxp-ca56c33715-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20240713-d849524bd-uxp-ca56c33715-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20240713-d849524bd-uxp-ca56c33715-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20240713-d849524bd-uxp-ca56c33715-xpmod.7z Official UXP changes picked since my last build: - Issue #2045 - Temporarily force hidden elements to be actually hidden. (f86664f131) - Issue #2542 - Part 1: Factor out Potentially Trustworthy URI checks. (0c71a6ada0) - Issue #2542 - Part 1b: Fix dom.securecontext.whitelist code issues (1f4b858be2) - Issue #2542 - Part 2: Base implementation of Sec-Fetch-* header code. (8076de8965) - Issue #2542 - Part 2b: Fix typo in pref check (8ee9e3bc52) - Issue #2542 - Part 3: Expand BasePrincipal with an IsSameOrigin check (5ee2871524) - Issue #2542 - Part 4: Use BasePrincipal's IsSameOrigin() in SecFetch. (65a588ba17) - Issue #2542 - Part 4b: Fix pointer mess-up. (9846090a38) - Issue #2542 - Part 5: Assume browser-initiated requests for unspecified content types to always be user-triggered. (0ef8b05101) - Issue #2542 - Part 6: Add Sec-Fetch-User header for all requests that are the direct result of a system principal request. (53149ed646) - Issue #2542 - Part 7: Move SecFetch.* to /netwerk where it belongs. (fffe6c4996) - Issue #2542 - Part 8: Enable Sec-Fetch-* headers by default. (18991a87f8) - Issue #2542 - Part 9: Remove TODO comment. (d9ff917f15) - Issue #2546 - Part 1: Remove BufferSource support in CreateImageBitmap. (60fbaa2155) - Issue #2546 - Part 2: Remove special FoxEye CreateImageBitmap method. (2b8d75e136) - Issue #2546 - Part 3: Remove mapDataInto (1bc0eda791) - Issue #2546 - Part 4: Remove mappedDataLength and findOptimalFormat (b1e5955ceb) - Issue #2546 - Part 5: Remove tests (aaf2dd416c) - Issue #2546 - Part 6: Remove canvas.imagebitmap_extensions.enabled preference. (7cc4dcb680) - No issue - Update SQLite to 3.46.0 (cf9b468d9c) - [network] Add additional cookie setting checks. (9759098329) - [IPC] Clean up control flow in WaitableEvent. (68639a9347) - [Dom/network] Disable DNS prefetching if document nodePrincipal is systemPrincipal (c94c6a5785) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. My changes since my last build: - network: UserAgent: add Platform Version override (914569c0b9) - pref: enabling change_platform_version override setting (6cc07899cf) - network: follow-up rev 914569c0b (a50a1db5a7) - Revert "network: follow-up rev 914569c0b" (b5d57ea4e7) - network: follow-up rev 914569c0b (rework) (f8c34e7c0a) - UAO: correct UA string rebuild code, add platform_version pref. (f596e3d581) - UAO: add general.useragent.(change_)app_version (bf385f38eb) - [Pale-Moon] add MOZ_APP_UA_NAME and enable general.useragent.change_app_version for better compatibility (86e84dda0f) Update Notice: - You may delete file named icudt*.dat inside program folder when updating from old releases. * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.
    1 point
  11. But Vista has known troubles with Haswell CPU family. Do you have delays upon boot?
    1 point
  12. It seems to be a pattern. Looks like AI bot reposter simply takes random pics from the old era dating websites. Look at the pic, no woman would use that severely outdated makeup and style. The photo is at least over 15 years old (quality, size, style), and that poor soul is pushing 60s now, someone's granny, or maybe even dead (hope not). Spam in about me section, as usual. https://msfn.org/board/profile/441359-ross-perry/
    1 point
  13. I still have Comodo Firewall without Geek Buddy, without Antivirus, it's on my old Siemens laptop with Geforce 6600 mobile and Core Duo T7200. Sadly, I can't attest to any of these precise versions, the reason - they are too new to my taste. Overall , Comodo 5.xxxx and 6xxxx. has a glitch, when too many IPs are added, it may say "oops, we've encountered a bug", and it quits, all until you reboot. Hope this helps.
    1 point
  14. My thoughts exactly, therefore, I edited the post to remove the fishing attempt by that spammer. Edit: probably need to edit the original post, too.
    1 point
  15. No issues with Vietnamese, either. OS Vista SP 6003. Taken from HP support site. Just chose a random non-European language, all is shown fine.
    1 point
  16. Depeche Mode 1993 Songs Of Faith And Devotion
    1 point
  17. I run on Vista x86, all is fine, mostly, so far. Except I kinda can't stand the fact of not being able to turn off Client Hints,
    1 point
  18. Netherlands is a rather recent name, our country was called Holland before, not long ago, even in the 1990s.
    1 point
  19. So a dialect, then? Interesting, that would explain the squares instead of letters. I assumed you were Russian because I (and most people) don't have fonts with russian hieroglyphs, and they show as empty squares on my PC.
    1 point
  20. Who knows, probably you're one of the rich russian off-springs that have the ability to avoid trenches.
    1 point
  21. I have a really hard time believing Bing would have troubles to show Japanese. You mean people boycott you? I'm Dutch, BTW, not English.
    1 point
  22. Oh, thanks, I now get it! It means "load", most likely.
    1 point
  23. "Famiclone" OP writes about here is a pirated version of official products. Not sure how to translate Pegagruz, but it looks like that one is also pirated,
    1 point
  24. No, I tried on XP notebook, also.
    1 point
  25. 26 is pretty close to 30, I have the same issue, but not only with tabs, the fonts are brighter, too! Strange win32 has no comment. In all, the "The authentic look" has a very close, proper colour representation to what I'd expect. https://github.com/win32ss/supermium/issues/627#issuecomment-2132659118 I have the issue on XP, too.
    1 point
  26. There;s no Aero theme on that reported issue. It's a classic theme. "Classic theme problems #627"
    1 point
×
×
  • Create New...