Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/04/2023 in Posts

  1. I appreciate your honesty, and thank you for your efforts to maintain a good XP-compatible browser! I've taken your words to heart and decided to finally commit to upgrading to 10, this time for good. Unless I'm on a PC so ancient it will run like a one-legged dog with anything newer than XP, it's 10 all the way. I went back to my favorite version (LTSB 2015) and so far, it's running fine! No kernel-related issues are preventing me from running the latest versions of my favorite software (typing this from Chromium 111, which works absolutely beautifully)...there were a couple quirks that don't merit elaboration, but other than that it was a butter smooth transition. I also have the latest stable OpenShell and StopUpdates10 updates running just fine. LTSB/LTSC are pretty much what 10 should have been from the beginning. It's just the right proportion of useful features kept to bloat taken out, and the versions I've tried run beautifully on my old PC. LTSB/LTSC is a good road to take to ease the 10 transition.
    4 points
  2. Since mentions of alternative front-ends for sites like YouTube, Twitter, Reddit etc. are appearing randomly on the forum and finding them again is a PITA, I'm leaving a link here with a list of such sites. https://github.com/mendel5/alternative-front-ends
    3 points
  3. Agreed! Windows went downhill FAST when "metro app KIDDY GAMES" took over! I'll revisit over the weekend or so, but I seem to think that LTSB 2015 wouldn't let me install TurboTax a couple years back, have not verified with recent editions of TurboTax. Very likely .net framework dependencies which took me a while to get correct in my LTSB 2016 so I may have given up too soon on LTSB 2015 when I was trying it.
    3 points
  4. I am not able to see the comments section on latest Chrome and Firefox, either.
    2 points
  5. Yep, that's right. The main executable UniExtract.exe is from 29.01.2023, but the last updated files inside the archive, index, lconvert.exe and pea.exe, are from 27.03.2023. They have therefore only released it on 27.03.2023. Here is a link with further information about this nightly build: https://softreview.ucoz.ru/load/11-1-0-96 Greetings, AstroSkipper
    2 points
  6. No, Windows 11 is still just Windows 10 with a different UI at this point.
    2 points
  7. I only care about the color (brushed metallic silver), and with the new tab and page content also silver, not this Aero feature, which I don't like either. PS. Found another silver theme not bad: Smoothie Alternative: https://chrome.google.com/webstore/detail/smoothie-alternative/fepblochcbcpmoeeinhfhnkdmhoahjho?hl=en-US Size 4.77 KiB...
    2 points
  8. What ? It's officially supported ? Legacy ? 😂
    2 points
  9. I almost forgot: If you think you might still want to use Steam nine months from now, they have some more recent advice for you: https://help.steampowered.com/en/faqs/view/4784-4F2B-1321-800A I don’t think there is a version that works on XP anymore.
    2 points
  10. Hi, I need some help with steam. I want to know if I have any solutions to run steam on windows vista in 2023 I have tried exkernel, but I saw that it does not help me when it comes to steam. I currently have windows vista ultimate x86 Help please! my copy is in Romanian, so I will translate for you: ( An error has occured when downloading Counter-Strike (content servers unreachable)
    1 point
  11. Ok, continuing RLoew's work: gpttsd - GPT (GUID Partition Table) TSD (Type-Specific Driver) for Win9x lba64hlp - SCSI LBA 64-bit Helper Driver for Win9x https://github.com/LordOfMice/Tools Do NOT forget to read readme - by default drivers run in the safest but not full power mode.
    1 point
  12. Right click on the little comments field - then under Console we read (in red) about two Mixed content errors: platform.js:65 Mixed Content: The page at 'https://betanews.com/2022/05/11/windows-xp-2022-edition/#comments' was loaded over HTTPS, but requested an insecure resource 'http://developers.google.com/#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh&id=I0_1680643662507&_gfid=I0_1680643662507&parent=https%3A%2F%2Fbetanews.com&pfname=&rpctoken=20793224'. This request has been blocked; the content must be served over HTTPS. platform.js:65 Mixed Content: The page at 'https://betanews.com/2022/05/11/windows-xp-2022-edition/#comments' was loaded over HTTPS, but requested an insecure resource 'http://developers.google.com/#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh&id=I1_1680643662530&_gfid=I1_1680643662530&parent=https%3A%2F%2Fbetanews.com&pfname=&rpctoken=11484049'. This request has been blocked; the content must be served over HTTPS. - so cause the Mixed Content blocked requests we are not able to read the comments on this nice website, pity... But padlock is OK... or I'm wrong about the cause of the lack of comments. Maybe someone could kindly correct what I just said? Edit: I've checked - and it's not this. I'm sorry...
    1 point
  13. SpywareBlaster is not an antivirus program. It doesn't have a scan engine and all the features which are typically for AV programs. It cannot detect and certainly not delete viruses or malware. SpywareBlaster is a tool that tries to prevent prophylactically the installation of ActiveX-based spyware, adware, dialers, browser hijackers, and other potentially unwanted programs, but only in supported browsers. So SpywareBlaster is a kind of additional security layer or immunizer for browsers. It updates its protection database on a monthly base and still does of today. On my Windows XP computer, its program window unfortunately produces an error since version 5 when closing. I use it for many years especially to immunize the Internet Explorer, but it doesn't support our @roytam1's browsers or 360Chrome, unfortunately. @mina7601! It would be desirable if research were carried out a little more deeply and in accordance with the facts. Such statements are otherwise rather misleading.
    1 point
  14. I have compiled Windows XP compatible builds of psutil-5.5.1-cp38-cp38-win32.whl and psutil-5.5.1-cp27-cp27m-win32.whl which you can obtain as direct downloads. I have tested _psutil_windows.cp38-win32.pyd and _psutil_windows.pyd with Dependency Walker and there are no missing imports under XP. I have further tested them by installing them into the Python 3.8.13 supplied by cmalex and then rebuilding Loki, and everything works fine when Loki is run. To create these Windows XP compatible builds of psutil-5.5.1 I first had to delete these lines in setup.py: 111 if sys.getwindowsversion()[0] < 6: 112 msg = "this Windows version is too old (< Windows Vista); " 113 msg += "psutil 3.4.2 is the latest version which supports Windows " 114 msg += "2000, XP and 2003 server" 115 raise RuntimeError(msg) Then I added these lines after line 10 in _psutil_windows.c #define WINVER 0x0501 #define _WIN32_WINNT 0x0501 These #define statements instruct the compiler to select the Windows XP options in the code suitable for the target OS. These XP compatible builds have reduced functionality due to the functions ConvertLengthToIpv4Mask and GetIfEntry2 not being available in iphlpapi.dll version 5.1.2600.5512. GetTickCount64 has been replaced with GetTickCount. The Return NICs addresses section has reduced functionality due to the absence of ConvertLengthToIpv4Mask. The Return path's disk total and free as a Python tuple section has reduced functionality due to the absence of GetIfEntry2. The Return the number of physical CPU cores section was removed for Windows XP and VISTA after version 3.4.2 because they decided to use GetLogicalProcessorInformationEx rather than GetLogicalProcessorInformation. I tried to copy this section of code from version 3.4.2 to version 5.5.1, but naturally compilation failed with lots of undefined variables messages. It could be possible to make Windows XP compatible versions of psutil up to version 5.6.7 if you are prepared to rewrite the code in _psutil_windows.c and possibly elsewhere which I am not qualified to do.
    1 point
  15. Yes it can ve installed on Vista. Use search button here on MSFN. I have posted script to do it.
    1 point
  16. Powershell 3.0 can't be installed on vista. It only supports Server 2008/Win7+.
    1 point
  17. And even if there's a version that works on XP, I will just say don't expect too much when using one.
    1 point
  18. Maybe take Steam’s advice. https://help.steampowered.com/en/faqs/view/6E66-54EC-3EFC-283C
    1 point
  19. ... Well, just for the heck of it , this afternoon I decided to revisit, more than a year ago since the last time, e10s on my St52 copy, putting to the test the most up-to-date release, i.e. v52.9.0 (2023-03-30) (32-bit) ... First, I made a full backup of my current, single-process, St52 profile; then, in about:config, I enabled below (hidden) pref: browser.tabs.remote.force-enable;true and toggled/modified prefs below: browser.tabs.remote.autostart;true extensions.e10sBlocksEnabling;false dom.ipc.processCount;2 After a proper browser restart, multiprocess was ON, with a maximum of 3 "basilisk.exe" processes inside Task Manager ; I used it that way for more than an hour, no dramatic changes in my configuration here (3GB of total RAM, 2 core CPU, 2007-era...), the browser was rock-steady overall ; but then I stumbled on a show stopper ; once inside an online post editor, like the one here on MSFN (I'm typing this on) or GitHub's issue/comment editor, the DEL and BACKSPACE keyboard buttons no longer work as expected there ... Say I type the word "test", and the caret (aka text cursor) is after the last "t": test| If I press BACKSPACE once, nothing happens; I would expect "t" to be deleted instead... Worse, if I press (inadvertently) the BACKSPACE button once more, the whole tab changes to the URL previously visited (in that tab), possibly resulting in typed content loss in the editor ... If I use the left arrow key (<-) to place the caret after "s": tes|t and then press the DEL button, again, nothing happens; I would expect "t" to be deleted instead, too... Both these annoyances can be worked-around via selecting the characters to delete with the mouse and pressing DEL button, but one has to be careful with the BACKSPACE button, plus one has to modify one's workflow (of years) to accommodate these e10s "bugs"... Are these shortcomings known to those that prefer multiprocess? Can they be mitigated? I've gone back to my single-process profile now, where both buttons in question behave as expected, still curious though ...
    1 point
  20. Looks like official lightweight mobile page for Reddit at https://i.reddit.com/ is gone and is redirected to the normal page that tells you to use the app.
    1 point
  21. Hello @chermany4ever! I am sorry to hear that Mypal won't work on your system. Ain't your system capable of being upgraded to XP SP3?
    1 point
  22. I work with git since my first mypal, and the merge thing is always annoying, i have decided never use it myself, i found cherrypeeks do well instead merge. As for svn it was just simple things. @chermany4ever If your pc match written above and you want while can't run mypal68 please go to https://msfn.org/board/topic/183495-mypal-68 and ask there, until i online.
    1 point
  23. Yep, I think so too. I give every functioning antivirus or anti-malware program a chance without prejudice. Under Windows XP and Vista, we can no longer be so choosy for lack of alternatives. Subjective sensitivities must be left aside. I had already read that Vir.IT eXplorer Lite is actually very resource-saving and lightweight. Good to hear it's true. I will definitely try it out soon.
    1 point
  24. FYI, the homepage of WiseVector StopX https://www.wisevector.com/en/ does not exist anymore. So they definitely got serious and discontinued this product. I will now completely remove my deactivated installation.
    1 point
  25. This project has NEVER been intended to carry XP into the year 2030 and beyond. NEVER. This project was intended only to "extend" XP and buy me some time before migrating to Win10. This project has served the purpose that I needed it for, I no longer install XP on any of my re-installs, all re-installs have been migrated to Win10 one-by-one. I follow the lead of "professional programmers", none of them devote time to XP, Vista, or 7. Hobbyists, yes. But "professional programmers" have moved on. As much as I respect and appreciate the user base (which you yourself, D.Draker, admit that you are not among) of my 360Chrome "rebuilds", I encourage that user base to actually take that same path. That path being to migrate away from XP, skip right over Vista and 7, get 10 or 11 to your liking (you will need other forums for that learning curve), and you should be fine until the year 2030. Trying to get XP to carry me into the year 2030 is a dog chasing its tail, I am not a dog. Again, I never set out to carry XP into the year 2030. What we have currently should carry us forward 2 or 3 more years, that is pure speculation for any of us to guess. That has served the only purpose I set out to fulfill - buy me some time. "Mission accomplished."
    1 point
  26. Although Malwarebytes announced lifetime support as a nice present for Windows XP users, I came across this thread in their forum: https://forums.malwarebytes.com/topic/295844-legacy-3512522-sudden-red-triangle-your-updates-are-not-current I really hope this doesn't concern Windows XP. At the moment, updating of Malwarebytes Premium 3.5.1.2522 works. Yesterday, the update package version was 1.0.29410 which was updated to 1.0.29412 a little later. Today, it was updated to 1.0.29420. Here is a screenshot: So we can see Malwarebytes Premium 3.5.1.2522 is still supported under Windows XP. Whether the lifetime support is really true, we will have to wait and see. One could also ask what lifetime is actually supposed to mean here. As long as the company "Malwarebytes" lives? Or the user?
    1 point
  27. BTW I won't recommend you to install .NET Framework 4.8 as it breaks PowerShell 3.0
    1 point
  28. Steam to drop Windows 7 and 8.1 on January 1st 2024. They say it's because Chromium no longer supports Windows 7. It looks like a lot of Chromium dependent apps will drop support soon. Announcement on Steam's FAQ page.
    1 point
  29. In my main system partition, I'll stay with Panda Dome in any case. In my second system partition, I'll give Qihu 360 Total Security Essential 8.8.0.1119 a try, based on my positive experience so far. I generally prefer lightweight antivirus programs. Avast and AVG are too bloated, very resource-hungry and cumbersome. I have had that pleasure in the past. But what can I say? Cheers, AstroSkipper
    1 point
  30. I totally forgot to mention that the impact of system resources by Qihu 360 Total Security Essential 8.8.0.1119 is very low. One hardly notices the presence of this program in the background. And that in my very old, weak system! Additionally, here is the version history of Qihu 360 Total Security Essential: I think I'll keep it on my second system partition for a while or longer. Cheers, AstroSkipper
    1 point
  31. Qihu 360 Total Security Essential 8.8.0.1119 is quite ok as an alternative in Windows XP where the choice of antivirus programs is very limited. Although I can't say much about the quality of its protection, you have the option of installing the Avira Scan Engine. This increases the detection rate of this program considerably, as AV-Test has shown in the follow-up version. Here is an image taken from the test: First a screenshot of the main interface: And now a screenshot of my security configuration especially in terms of the Avira Scan Engine: In this screenshot above, you see I changed the protection mode from the default Balanced to Custom, and I enabled the Avira Scan Engine. Or you set the maximum protection mode Security. This definitely improves the program's detection rate. Cheers, AstroSkipper
    1 point
  32. I did a second test, but instead of Qihu 360 Total Security 10.8.0.1541, I installed Qihu 360 Total Security Essential 8.8.0.1119 on my second system partition. I can't say anything about the quality of its protection either, but no such bloatware and desktop manager anymore.. The whole installation process is far more pleasant. There is an option to install additionally the browser Opera but you can untick it. Although the program is an older version from 18.12.2019, its virus definitions can still be updated. The installation file is 360TSE_Setup_8.8.0.1119.exe and is unfortunately no longer available on their homepage. But you can find it using a search engine in the internet, for example here: https://www.majorgeeks.com/files/details/360_total_security_essentials.html I really don't know why this product was abandonded. In the case of Qihu, once again, the newer the worse. Cheers, AstroSkipper
    1 point
  33. ClamWin was already discussed here: The main problem is ClamWin does not have an own background guard and its detection rate is not that good.
    1 point
  34. clamwin seems like the better option to any of these (it's open source I think) and supports everything down to windows 95 https://clamwin.com/
    1 point
  35. BTW, to mention here tests of recent Bitdefender and Avast versions is absurd and not helpful at all. Both have not supported Windows XP for a long time. The last, XP-compatible version of Avast, for example, is from 2018. Anyway! This thread is about antivirus or security programs that still target the Windows XP operating system.
    1 point
  36. doesn't work, at least for me. it throws an error when connecting saying that it can't reach the servers (or something along the line)
    1 point
  37. Right, there's also https://imginn.com/ for Instagram. I'm most interested in the ones for YouTube, though I'm still sticking to the actual YT most of the time. While Piped has light GUI, it doesn't work with the current SeaMonkey, which I use sometimes instead of Pale Moon, the former is a bit behind on JavaScript features, but a bit more responsive. I'll check the latest version of SeaMonkey sometime in the future, currently lagging for one or two versions behind, worried about extension compatibility, which SeaMonkey is poorer for since it's not a very popular browser and uses different GUI compared to more popular Mozilla based forks + plus some other quirks. I noticed the latest version of Palefill extension doesn't fix GitHub on SeaMonkey anymore... Not a big fan of programming, I did manage to fix DownThemAll! on my own a while back by studying a bit of JavaScript when extension broke when they removed some obscure Mozilla specific JavaScript feature from SeaMonkey. Piped doesn't seem to cache as much video in memory like stock YouTube. Unless the video is long and/or 60 FPS, chances are it will remain in memory on YouTube, so if you put it on the loop, it won't keep re-downloading parts of it.
    1 point
  38. Instagram from that link doesn't work, here's a good one for you. I don't know whose this site though. (maybe russian), proceed with caution. https://inflact.com/profiles/instagram-viewer/
    1 point
  39. They are porting Chromium to ARM64 so it'll work with Windows 10 on ARM. Recompiling that to ARM32 would require some knowledge of the instruction set, I'd speculate: https://www.neowin.net/news/microsoft-and-google-are-working-together-to-bring-chrome-to-windows-on-arm Firefox also works on ARM64 with the latest dev versions: https://www.windowscentral.com/mozilla-releases-first-nightly-build-firefox-windows-10-arm
    1 point
  40. Ouch! I hope IE 11 will work for Server 2012.
    1 point
  41. 1 point
  42. You can already use the Windows 10 version they're offering to install on any (supported) Windows version you want. Just find a way to download the installer.
    1 point
  43. I "think" this change will suit that need @HarryTri
    1 point
  44. It's a shame that IE 11 is available for Windows 7 and not for Windows 8, time for this to be changed.
    1 point
×
×
  • Create New...