Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/13/2023 in Posts

  1. No, appears to be .NET Windows Forms app with WebBrowser control, so just a frame around Internet Explorer's Trident engine provided by the operating system. You cannot pack actual complex web browser with ability to handle modern web in few megabytes.
    3 points
  2. ... Tab Mix Plus Hmm..., if you had been closely following the discussions in this thread for the last 2 weeks, then you'd have remembered that tab-affecting extensions (notably TMP and TUP - Tab Utilities Phoenix) had been broken by a tab-related change that landed in previous Serpent 52 - start [re-]reading from here) ... Greetings
    2 points
  3. Added note to top of first post regarding number of characters in sub-folder name.
    2 points
  4. Well, I troubleshooted it with the help of eMatrix. It appears there are 2 scripts from 'support.microsoft.com' that can be blocked (no idea what impact that has on functionality). [Edit] Checked a while later and there was only 1 script (according to eMatrix)... But checking uBOs logger, I see a lot of scripts from support.microsoft.com/js/*. Blocking all of these in uBO ---> page not functioning. Conclusion: I'm no good at troubleshooting either.
    2 points
  5. the maps now work perfect on either webGL disabled or enabled https://msfn.org/board/topic/182876-360-extreme-explorer-modified-version/page/121/#comment-1240719 360ChromePortable_13.5.1030_r8_regular_webgl-disabled_translate-enabled_win-10-skin
    2 points
  6. No it isn’t possible. You have to switch to 10 x86 to use it or get a USB wireless adapter.
    2 points
  7. While I agree, it's a pipe dream. The world is rotten to the core. Expect nothing but the worst from everyone.
    2 points
  8. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20230311-3219d2d-uxp-6f99b9744-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20230311-3219d2d-uxp-6f99b9744-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-20230311-3219d2d-uxp-6f99b9744-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.6a1.win32-git-20230311-d849524bd-uxp-6f99b9744-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20230311-d849524bd-uxp-6f99b9744-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20230311-d849524bd-uxp-6f99b9744-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win64-git-20230311-d849524bd-uxp-6f99b9744-xpmod.7z Official UXP changes picked since my last build: - Issue #1693 - Use scoped enums for IDBTransaction. (c920f32df) - Issue #2135 - Bug 1430303: Implement ShadowRoot.pointerLockElement (3dfffeaec) - Issue #2135 - Bug 1430305: Implement ShadowRoot.fullscreenElement (e286eb8ad) - Issue #2135 - Bug 1413102: Ensure Shadow DOM boundaries are dealt properly in event handling (24572438a) - Issue #2135 - Bug 1413102 (Follow-up): Ignore current target because of shadow DOM retargeting (1bb2009f6) - Issue #2135 - Bug 1323815: FocusEvent.relatedTarget should work consistently with MouseEvent.relatedTarget (1185cfe3f) - Issue #2135 - Bug 1438129: Remove ShadowRoot.applyAuthorStyles. (3350af82c) - Issue #2135 - Bug 1430301: Implement ShadowRoot.elementFromPoint/elementsFromPoint (e64aeea52) - Issue #2135 - Bug 1356496: Don't use nsIDOM* in ConfirmSelectionInBody (b2c77e5ed) - Issue #2135 - Bug 1066965: Make contentEditable and spellchecking to work in Shadow DOM (010db07bf) - Issue #2135 - Bug 1453789: Remove Element.createShadowRoot (45c179d01) - Issue #2135 - Bug 1410578: Make <link rel="stylesheet"> work in shadow trees (588c2154a) - Issue #2135 - Bug 1455891/Part 1: Improve StyleChildrenIterator (263b719ef) - Issue #2135 - Implement sequential focus navigation for shadow DOM (56193120c) - Issue #2135 - Bug 1518795: Properly track responsive content in a connected ShadowRoot (7b395189a) - Issue #2135 - Bug 1329877: Optimize AncestorFilter usage in lazy frame construction (7924a2f60) - Issue #2135 - Bug 1414692: Adopt shadow roots when adopting a shadow host across documents (b72ddcf65) - Issue #2135 - Bug 1393806/Part 1: Change nsNodeUtils cloning/adopting stuff to use an ErrorResult for errors (e65a864a3) - Issue #2135 - Bug 1393806/Part 2: Modify AdoptNodeIntoOwnerDoc to use the non-XPCOM version of document.AdoptNode (3062964d2) - Issue #2135 - Bug 1393806/Part 3: Change dom::ReparentWrapper to take an ErrorResult (9f0fb9c16) - Issue #2135 - Bug 1425864: Ensure printing documents which have shadow DOM works (015148fcc) - Issue #2135 - Bug 1419803: Use GetComposedDoc instead of GetUncomposedDoc in ContentEventHandler (70d493586) - Issue #2135 - Bug 1433669/Part 1: Remove dead function (2f9186959) - Issue #2135 - Bug 1433669/Part 2: Flush the document instead of the shell in ContentEventHandler (4d778226e) - Issue #2135 - Follow-up: Fix crash for passing nullptr as an argument to the aNodesWithProperties parameter (c194fbf6a) - Issue #2135 - Follow-up: Fix typo (9cb33ab84) - Issue #2046 - correct debug assert for intl_FormatRelativeTime() (3fb11e542) - Issue #2135 - Follow-up: Fix potential crash if shadow root is null (ad929c5dd) - Issue #2136 - Part 1: Implement CSS inset property (21d468ee6) - Issue #2136 - Part 2: Regenerate devtools CSS database (ae26d8a04) - Issue #2143 - Implement CSS env() Environment Variables (2b903a20b) - Issue #2135 - Follow-up: Ensure document is not null in nsImageLoadingContent::BindToTree (cfef3fa48) - Issue #2148 - Root the RegExpShared in RegExpMacroAssembler. (1f0df8f42) Official Pale-Moon changes picked since my last build: - [Pale-Moon] Set compatversion for hardcoded overrides to 102.0 (5a627b6ce) - [Pale-Moon] Issue #1915 - [SSUAO] Add override for Instagram (c8488397e) Official Basilisk changes picked since my last build: - Revert "[Basilisk] Fade out tab label on overflow instead of ellipsis" (15e3a38b5) My changes since my last build: - [Basilisk] ported PM version of tab caption fading to here (2a32b18f4) - [Basilisk] add tab caption fading to CtrlTab (f159e44b2) - [Pale-Moon] add tab caption fading to CtrlTab (5db2ae1aa) - Revert "revert last rev (7faa37b7) and revert rev b7e45308 and 9824659d instead." (1b1d672dc) - Revert "reverting rev 22dc363c and 233802c9 for now since I got a crash in destructor of RegExpShared." (6f99b9744) Update Notice: - You may delete file named icudt58l.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.
    2 points
  9. You should have allowed this old thread to rest in peace. Things have changed since April 2021: I no longer use Vista, Dixel is no longer active at MSFN, and TSNH posted Guide - Vista extended kernel installation which might be perfect for those “younger members” that you are concerned about. I already mentioned that in your new thread earlier today, and this will be my final post in this thread!
    2 points
  10. Of course you could have simply consulted (or resurrected) your February 3 thread on exactly the same topic. Considering you just joined MSFN in January, you seem to have great difficulty remembering all of your previous posts - perhaps because you have tried at least four different versions of Windows since then?
    2 points
  11. I compiled the NTEXT wrappers. SSE2 required. Note: the linkout.pl script makes an assumption that VC++ adds an extra underscore to functions that start with one. That is not true with VC++ 9, so such functions had one too many underscore for me. Though VC++ 6-8 may be different... The wrappers can be imported in place of ntdll.dll. New releases of kernel32.dll will refer to ntext instead of ntdll. The x64 ntext.dll has a modified RtlQueryPerformanceCounter, and it works good with Firefox 80. But there is a significant issue with the function in its unmodified form; it appears that any call to ntdll functions causes a "privileged instruction" error. So instead of calling the export-forwarded ZwQueryPerformanceCounter, I placed it directly in my dll as a subroutine and that fixed it. The x86 wrapper will need a little extra work since x86 ntdll is much farther behind W7 than the x64 ones.
    2 points
  12. Yes, that will work in Windows 2000 as well. That also disables the condensed menus.
    2 points
  13. Note - there is a known issue if you run this browser with a very long sub-folder file name. Please rename the downloaded file upon download, the names here are only to distinguish their differences. This thread is devoted primarily to WinXP and a Chromium fork based on Chromium v86. Any discussions regarding v86 and its "age" will be reported to the mods as "disrespect" and in direct violation of Forum Rule 7.b. 7.b This community is built upon mutual respect. You are not allowed to flame other members. People who do not respect personal opinions and/or personal work will be warned in first instance. If you ignore the warning and keep on flaming, you will be banned without notice. This project is my personal work that I share with MSFN because there is a need for a "relatively modern" web browser for use in WinXP and v86 has performed "reasonably well" in that regard. The user-base is perfectly aware that XP will not serve 100% of our needs, that v86 will not serve 100% of our needs, we know this and accept this, we are not here to be told to "move on" from XP and what works for us in XP. We The Community can respect this endeavor in the same manner that we respect content shared at MSFN threads devoted to Win98 and Win2000 without trolling such threads and citing "age". Many thanks to all that continue to support this personal work. There is a combination of several versions to choose from. Regular versus Ungoogled -- ungoogled intentionally breaks telemetry sent to the Chrome Web Store, this in turn breaks the "Add to Chrome" feature at the Chrome Web Store so extensions need added via other means. WebGL enabled/disabled -- WebGL may or may not work on older hardware, so mileage may vary. Translation enabled/disabled -- Chromium-based browsers have an embedded Google Translate context menu feature, I offer versions with and without this embedded feature. WinXP / Win10 skin -- I only use this browser in WinXP and therefore I prefer it to look-and-feel like everything else I run in WinXP. Others prefer the more "modern" Chrome GUI and the Win10 skin attempts to please that crowd. https://www.dropbox.com/s/wsch5owpc8yv184/360ChromePortable_13.5.1030_r8_regular_webgl-disabled_translate-disabled_win-10-skin.zip?dl=1 https://www.dropbox.com/s/fl9ureunhg2k2x7/360ChromePortable_13.5.1030_r8_regular_webgl-disabled_translate-disabled_win-xp-skin.zip?dl=1 https://www.dropbox.com/s/whki7vldp655nx1/360ChromePortable_13.5.1030_r8_regular_webgl-disabled_translate-enabled_win-10-skin.zip?dl=1 https://www.dropbox.com/s/59561mewhx0ufzb/360ChromePortable_13.5.1030_r8_regular_webgl-disabled_translate-enabled_win-xp-skin.zip?dl=1 https://www.dropbox.com/s/l3e5m48tzzb30bj/360ChromePortable_13.5.1030_r8_regular_webgl-enabled_translate-disabled_win-10-skin.zip?dl=1 https://www.dropbox.com/s/npnxobadg89m7uj/360ChromePortable_13.5.1030_r8_regular_webgl-enabled_translate-disabled_win-xp-skin.zip?dl=1 https://www.dropbox.com/s/ithrm1ttt2nypb1/360ChromePortable_13.5.1030_r8_regular_webgl-enabled_translate-enabled_win-10-skin.zip?dl=1 https://www.dropbox.com/s/f2935ei6q5d0w3u/360ChromePortable_13.5.1030_r8_regular_webgl-enabled_translate-enabled_win-xp-skin.zip?dl=1 https://www.dropbox.com/s/i9t2rul2t5g99ml/360ChromePortable_13.5.1030_r8_ungoogled_webgl-disabled_translate-disabled_win-10-skin.zip?dl=1 https://www.dropbox.com/s/wqm2tzaum2088ph/360ChromePortable_13.5.1030_r8_ungoogled_webgl-disabled_translate-disabled_win-xp-skin.zip?dl=1 https://www.dropbox.com/s/wqzujgi97cyuf7u/360ChromePortable_13.5.1030_r8_ungoogled_webgl-disabled_translate-enabled_win-10-skin.zip?dl=1 https://www.dropbox.com/s/tbt5g1pv9nazfo4/360ChromePortable_13.5.1030_r8_ungoogled_webgl-disabled_translate-enabled_win-xp-skin.zip?dl=1 https://www.dropbox.com/s/g4g0jdgogoexa3p/360ChromePortable_13.5.1030_r8_ungoogled_webgl-enabled_translate-disabled_win-10-skin.zip?dl=1 https://www.dropbox.com/s/bcsexi8cm5tw2np/360ChromePortable_13.5.1030_r8_ungoogled_webgl-enabled_translate-disabled_win-xp-skin.zip?dl=1 https://www.dropbox.com/s/yz8usl2hgsbxtk0/360ChromePortable_13.5.1030_r8_ungoogled_webgl-enabled_translate-enabled_win-10-skin.zip?dl=1 https://www.dropbox.com/s/pi43092cazygjz6/360ChromePortable_13.5.1030_r8_ungoogled_webgl-enabled_translate-enabled_win-xp-skin.zip?dl=1
    1 point
  14. This is a link to the version history, though, the blue date texts (for example, 2021-12-02) are the links to the downloads.
    1 point
  15. You should not need to check Developer Mode to drag-and-drop on the Extensions page.
    1 point
  16. Don't post the same topic from another forum to here. Simply ask a moderator to move the topic to this category.
    1 point
  17. ... FWIW, with JS disabled, the top drop-down menus are "unresponsive" (and with it enabled, their content becomes just links) :
    1 point
  18. Just to let you know, Windows 2000 Datacenter Server is kind of a weird and different beast. If my memory serves me correctly, it wasn't even really released as a retail product but rather with actual servers. I don't want to call it an OEM product exactly, but I think it was released that way. I have tried it in the past myself and I never got it to work correctly. I think certain things are stripped out of it simply because it is a server product designed exactly for what it says, a datacenter. It was never meant to be used in a workstation environment. However, Server and Advanced Server do function more as a workstation OS with server capabilities. I'm assuming you want to use Datacenter Server because of the extra memory you have installed? Using Blackwingcat's extended core, you can enable PAE using the /PAE switch in the boot.ini file and it will see all your memory. However, I've never found it to be completely stable. If anyone wants to correct me, please feel free to do so! I haven't used Windows 2000 in a few years now so my memory of it might be fading some. I know there was an issue with the newer extended core versions. It seemed to me I had to use version 12a to get it working again. Unfortunately, I can't test it anymore because not only am I no longer running Windows 2000, but I have one large monitor now instead of two smaller ones in dualview mode. I don't know if Blackwingcat ever got it working or not in newer versions. Like I said, I can't test it anymore.
    1 point
  19. Hello! As I mentioned earlier I switched to another PC where I already fixed the AHCI/SATA issues and it's not related to the SSD. And this computer has support for Win7 x64 or higher meaning that I don't even have manufacturer (Dell) support for XP! (It works though by using modded drivers and such,, like 2000) I guess you cannot tell the difference between that website's language (ja-JP) and mine (ko-KR). I do not understand Japanese although Google Translate is good enough to let me understand what the site's about. I tried many old NVIDIA drivers from that site to the most recent one, also tried switching the extended core version and no luck. No version gets me both screen working (Dual view) like on XP and higher. The secondary GPU solution does work for now though but it feels like a waste of energy..
    1 point
  20. I don't want to, it is more profitable to buy something newer
    1 point
  21. Now I see why you have way more scripts from support.microsoft.com and other stuff at the top. You don't have "Resolve CNAME records" checked in eMatrix.
    1 point
  22. For me, as a simple, temporary workaround, eMatix is helpful. In eMatrix, I blocked 17 scripts, and the website "Microsoft .NET Framework Repair Tool is available" becomes readable again in New Moon 28. Additionally, uBlock Origin (used in normal mode) is also enabled on this site. Here is a screenshot taken from my New Moon: All is completely readable again. I don't really care which functionality is broken by blocking these scripts. The main thing is that you can read the Microsoft articles again. I reloaded this website a few times and restarted my browser. The website is rendering without any problems and looks like always (when everything was fine). The download of the Microsoft .NET Framework Repair Tool works, too. A positive side-effect is this website is now easy to load and very responsive if blocking these scripts. No negative CPU impact anymore. Hope it stays that way for a while now. Kind regards, AstroSkipper
    1 point
  23. Hi Jakob99 , the link exist here : Use mypal 29 to download with mega , because mypal68 has problem with mega.nz even in windows XP. i am in process to writing script to resolve the issue which explained in this thread.
    1 point
  24. Correct, links are down for rebuild 7 due to space needed for rebuild 8 -- https://msfn.org/board/topic/184515-arcticfoxienotheretoplaygames-360chrome-v1351030-rebuild-8/ I will upload ALL versions one of these days to Internet Archive (including past v11, v12, and v13 builds). Unsure when I will be able to do that.
    1 point
  25. this finding saved me a lot of time and stress as you know when a folder name is way too long you can't remove it but this time the reported error window was somewhat different and I couldn't imagine that could be the actual cause. when you unzip the rebuild 7 you get into the root folder, unlike the rebuild 8 which has an unnecessary additional folder in between I have downloaded the rebuild 8 files onto the desktop which turn the address bar names much longer if I move the rebuild 8 files to the C: root folder this problem won't arise.
    1 point
  26. this is driving me crazy.... every time the browser crashes I have to delete the registry 360/360chrome key and unzip the rar folder over gain to ensure there's no footprint along the way I started using the #6 chrome dll with no luck except for one time. then while trying to delete the browser folder, Windows reported an error window not allowing me to delete it due to ''swiftshader'' file I performed a quick scan with Hitman Pro 3.8 and it turns out the 360 loader of all rebuild 8 folders was infected or suspicious I restarted the computer with the aim of testing this on another clean partition. the same problem *swiftshader* still arises so I have to rename the two main browser folders with a single letter to able to delete them. while trying the #5 chrome dll I found out the possible issue.... the name of the two main folders combined is way to long !!!! now the browsers work as expected with the stock chrome dll if I ''shrink down'' the folders name
    1 point
  27. Many thanks @UCyborg , much appreciated! So, it wasn't actually "new and exotic", just "old and exotic (Googlism)" ... Interestingly/funnily enough, Mozilla were quick to concoct their own implementation in Fx 56.0, which turned out to be problematic and had to be retracted in v57.0: ... Yes, as early as version 50 (!) of Chromium ... ... What I still don't get (being a non-coder) is why disabling JS works around it - and any answer to my uBO-related "plea-for-help", please ?
    1 point
  28. @NotHereToPlayGames Your efforts are always appreciated, I really like 360Chrome. Thank you so much for that. Continue on your hard work, and never let people who don't like your personal work discourage you!
    1 point
  29. I've tried playing around with my game again. I also downloaded my game from the internet because it has the latest update from Steam. I have decided to keep a file named steam_api.dll Windows XP compatible file, I tried that file with the latest update(November 19, 2022 2.2.2.6) of the game. Because I saw no one experimenting with it. dated file 21 december 2020 Get the game back to work in Windows XP. because of my language display in the game It's been a problem since Windows Vista because developers never cared.
    1 point
  30. Hello @flameI, prior to answering your question let me please put one at you: Are you aware that this model has an 8th gen CPU, and it's got official support by Dell for Win 10/11 only? That said, i would like to confirm that imo there should be a certain probabilty that a tweak of the 368.81 (XP) driver will allow it to handle the MX130 gpu, since it's Maxwell based as you wrote above. I recently got to work a GT710 with an older driver under XP by editing the .inf (link), however, the difference is: that model had official XP support by Nvidia, in contrary to the MX130 which hasn't.
    1 point
  31. you can't do much with 1GB of RAM these days and your snapshot is proof of it, with barely 2 open tabs you ran out of memory. try this browser instead https://www.dropbox.com/s/90of6ljan32ivm6/360ChromePortable_13.5.1030_rebuild_7_regular.zip?dl=1
    1 point
  32. https://hackaday.com/2022/04/15/javascript-is-everywhere-even-msdos/ https://github.com/SuperIlu/jSH For writing DOS applications using JavaScript programming language.
    1 point
  33. 1 point
  34. It seems to be incompletely list. http://blog.livedoor.jp/blackwingcat/archives/2024080.html
    1 point
  35. it seems that the latest .net framework 1.1 SP1 patch is kb2833941
    1 point
  36. Says who ? If one has a good HDD - it's absolutely fantastic . Besides , many users have SDD nowadays. Anyway , I tend to disable it too ( in most cases ) because I have quite fast RAM .
    1 point
  37. also disable the Windows ReadyBoost service. the Vista version of Readyboost is not good (when I had Vista several years ago I turned that off)
    1 point
  38. @VistaEX, have you considered vLite to cut off the bloat from ISO before the installation ? It really helps , you should try. I can send Vlite ready-made presets. P.S. to Vistapocalypse. Do you see the key words in the topic's name ? "The best way" , so in the previous topic he just needed help (like urgent, emergency) , but here he wants to find the best way . Well , maybe he wants a batch script to disable all of the junk services at once , smth like that , like in the best possible (maybe the fastest) way. By the way , I didn't see any advice from you to this poor fella in that topic . How come ? Maybe some good advice from a long time Vista user ? No ? And I think our glorious moderators do know how to do their job , they will delete , if needed ! Also , in almost every topic he starts , I see lots of mockery from some certain members . And you , do you have smth to say on-topic ? He would really appreciate . Regarding trying different Windows , he is young and still learning , nothing wrong with that.
    1 point
  39. Well battle.net is one of the biggest enemies of mine. all games including overwatch would otherwise work, but some really smart dick in blizzard said no Vista.
    1 point
  40. Well you can still run minecraft even on windows 98 until microsoft kills off this old launcher. I hate to think that this is like 4th game I know that doesn’t work only because of game launcher and not the game itself..
    1 point
  41. Please, do not post the Extended Kernel binaries on MSFN, with the exception of my own original creations, which are the NTEXT wrapper, the registry keys and the installer script (which I plan to post in one of the code example threads soon, as it serves as a good template for a script to replace in-use system files on NT 6.x).
    1 point
  42. Hello! I'm new here too and I hope to find many answers to my questions
    1 point
  43. https://en.wiktionary.org/wiki/err#English The third definition is the most fitting in this case, instead of going ahead and fulfilling the first definition by falsely claiming that this was the Milky Way's best source for Vista enhancements.
    1 point
  44. http://blog.livedoor.jp/blackwingcat/archives/1994102.html What do you want to set it ? :3
    1 point
  45. The HFSLIP 2000 FullPack is the best slipstreaming option around: It includes many updates not available through Windows Update, including post-EOL updates and XP Embedded updates. IE6 SP1 and DX 9.0c are also integrated. Just a few notes: -it works in Windows 10 but UAC should be disabled -run nLite for driver slipstreaming before running HFSLIP However, I currently recommend excluding the .NET Framework 2.0 SP2 cab as a program (Vegas Pro 10) broke with the integrated version. You run the HFSLIP script after extracting it, where a set of folders is created. The HFSLIP FullPack has the same folder structure IIRC, so extract everything to the applicable sections and everything should work fine. The extended kernel and core cannot be integrated. Someone made an nLite addon for the extended core. Not sure how it fits in with the HFSLIP 2000 FullPack since that updates some of the kernel-mode files as well. I guess you could use the alternative way of using nLite by feeding it a file explaining file changes (look for posts from late April 2019 in 2000 USP 5.2 thread) or someone could make a package compatible with HFSLIP: The extended kernel could also be integrated in the same way I guess, but its customiziability poses a problem.
    1 point
  46. hmm, this appears to be 7/8: http://en.kremlin.ru/events/president/news/62124/photos/62208 The systray area looks kinda like Luna, but the start button? the icons don't really look like XP to me either. Or he is just proficient at skinning XP. He always seemed like a win2k guy to me. Anyway I saw XP in a dry cleaner's shop on Friday, located in one of the halls leading out of Central Station in Montreal. As it was the evening rush hour things were moving along briskly so I couldn't take a photo.
    1 point
  47. This thread is now locked! It continues in the thread pointed to in the post just above this one.
    1 point
  48. Last night I was looking at Steam to see if there were any 2000/XP-compatible games I would want. I found isometric 2D games and noticed they wanted Windows 7 (DX11/12) or worse! I wonder what DX11/12 would even bring to them. Though web browsing is still mostly enjoyable on my T60, there are outliers. And those are Google services. I swear that a Core Duo T2400 can do 480p perfectly (and maybe 720p), but 480p is incredibly choppy on YouTube. I also had to use Google Docs for some group thing (would never touch that junk for something I, and only I would work on) and that was incredibly slow compared to anything else. Not only that, I couldn't even paste stuff in using the right-click menu; I'd get a message telling me to use keyboard shortcuts! So not only do they bloat stuff to the max; it is left incomplete!
    1 point
  49. Yes, though the site is a load of popover junk: http://techgenix.com/DisableWindowsScriptingHostWSH/
    1 point
  50. Most of the browers on that list were last updated in 2015/16, but I found some obscure ones that have been updated recently and claim to support XP (Vista): http://browserss.ru/qutebrowser.html http://browserss.ru/superbird.html http://browserss.ru/torch-browser.html http://browserss.ru/sputnik-brauzer.html Everything else is too old or for 7 and up Please note that the giant green "skachat" button will not lead you to the desired browser and will download something else called "Elements". Oddly enough, what appears to be a link to the installer (for example, http://browserss.ru/assets/sputnik_browser_4.1.2811.0.exe) leads you to a 404 message.
    1 point
×
×
  • Create New...