Leaderboard
Popular Content
Showing content with the highest reputation on 05/23/2023 in Posts
-
1 point
-
You can uninstall OneDrive with Programs and Features applet from Control Panel. I once left OneDrive running, and it synced everything from my Microsoft account, completely cluttering my desktop. I've had this happening many times, and this is the main reason I uninstall OneDrive.1 point
-
Wrong, in such laptops the HDMI is hooked via Intel. NVidia GPU acts as a slave. Intel is the primary one.1 point
-
1 point
-
No meds here. Just a multi-vitamin in the morning. Along that note. In the 3rd grade, maybe 4th, my teacher handed me an envelope to take home to my parents. I did not know the contents and mom did volunteer work at the school so nothing seemed out of the ordinary. The next morning, DAD drove us to school. Dad NEVER drove us to school! But DAD drove us on this day. Dad sat me down in the lunch room and proceeded to the principal's office just around the corner. I could hear dad YELLING at he principal, behind closed door. Mind you, I went to a CATHOLIC school, my principal was a NUN. Turns out, the envelope contained a letter where my teachers were recommending me be put on Prozac or Ritalin or whatever Tic-Tac the doctors were handing out at the time. I can still, 40-some years later, hear dad YELLING at a NUN, "We have learned to handle his energetic spirit, you better find a way also because we WILL NOT drug our son and you WILL NOT tell us how to raise our children!" Still to this day, my peers cannot keep up with me. And that energetic spirit has served me well! Luv Ya, Dad. R.I.P.1 point
-
MSFN seems much calmer today - almost as if everyone is on Xanax. Keep taking those meds everyone, and I hope the remainder of Mental Health Awareness Month will be pleasant for you.1 point
-
OK, understood. I'm actually very happy with the apparent speed of this version of 360Chrome.1 point
-
1 point
-
1 point
-
1 point
-
The same. "Page is restored for something lost" error message and resets to the start. It might be my ancient ATI graphics card falling over, I will try with the other one!1 point
-
I used https://browserbench.org/Speedometer2.0/. I will try 2.1.1 point
-
I tried my new install of 2036 on Speedometer, and it crashes every time at test 377 or thereabouts, and restores back to the start. I actually do think it feels generally faster than the previous version.1 point
-
I'm quite certain that he meant "stay away" not in the sense of abstinence, but in the sense of not expressing his opinion on the matter as he suspects his opinion would offend other MSFN members. In that regard, I too kind of "stay away". But I'm sure I have more then TEN posts, lol.1 point
-
If anyone is searching for a solution, problem was solved by the command : netsh int tcp set heuristics disabled Weird that the setting is enabled on the another laptop which is the same model and no throttling can be observed there. Many thanks to Jerry Jongerius and his excellent article on this topic : https://www.duckware.com/blog/how-windows-is-killing-internet-download-speeds/index.html1 point
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20230520-73569c73-uxp-733864917-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20230520-73569c73-uxp-733864917-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20230520-id-656ea98-uxp-733864917-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20230520-id-656ea98-ia-93af9a0-uxp-733864917-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild for UXP changes please see above.1 point
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20230520-3219d2d-uxp-733864917-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20230520-3219d2d-uxp-733864917-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-20230520-3219d2d-uxp-733864917-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-20230520-d849524bd-uxp-733864917-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20230520-d849524bd-uxp-733864917-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20230520-d849524bd-uxp-733864917-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win64-git-20230520-d849524bd-uxp-733864917-xpmod.7z Official UXP changes picked since my last build: - Issue #2241 - Part 1: Move {js::,JS_}{{Strictly,Loosely}Equal,SameValue} into their own header and implementation files (ec2fb7256) - Issue #2241 - Part 2: Add SameValueZero implementation to mfbt/FloatingPoint.h (621868a34) - Issue #2241 - Part 3: Extend DOMMatrixReadOnly to allow instantiation with a Matrix4x4. (d2c3ea08e) - Issue #2241 - Part 4.1: Get DOMPoint, DOMQuad, DOMRect, DOMMatrix a bit closer to spec. (60c88dd11) - Issue #2241 - Part 4.2: Resurrect DOMQuad.bounds, but deprecated. (840658ab3) - Issue #2241 - Part 4.3: Move devtools over to getBounds(). (69e45fd84) - Issue #2241 - Part 5: Expose Geometry interfaces to web workers. (c3042a2f4) - Issue #2241 - Part 4&5 Follow-up: Fix WebIDL errors (51f812bb8) - Issue #2241 - Part 6: Implement DOMMatrix.fromMatrix. (10bdcb7e5) - Issue #2241 - Part 7.1: Implement .fromFloat{32/64}Array. (0e2f687f4) - Issue #2241 - Part 7.2: Implement .fromRect and .fromQuad. (4ec35fdcf) - Issue #2241 - Part 8: Remove non-working layout.css.DOM*.enabled prefs. (e072ef0df) - Issue #2241 - Part 7.2 Follow-up: Fix build bustage due to unified building in Basilisk. (ae27fff4b) - Issue #1765 - Part 1: Move ReduceNumberCalcOps struct up higher, rename IsCSSTokenCalcFunction to CSSParserImpl::IsCalcFunctionToken (73a6dc312) - Issue #1765 - Part 2: Implement calc() parsing inside rgb/a() and the non-hue component of hsl/a() (d678cc2c4) - Issue #1765 - Part 3: Provided token type should be used in LookForTokenType (6ae0a69ac) - Issue #2246 - Implement Array find from last. (bbb91e483) - Issue #2221 - Follow-up: Ensure jit_ioncheck{1|2|3}_deunified_sources is defined. (a2b45a9d5) - Issue #2221 - Follow-up: Simplify jit_ioncheck{1|2|3}_deunified_sources assignment. (a00793acf) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build.1 point
-
1 point
-
Did anyone tried out porting back Spotify 1.2.10 to Windows 7 (or 8.1) ? They introduced a new Design after ending Support for them1 point
-
1 point
-
Here is the future of Chromium on Windows 7: https://github.com/win32ss/supermium I have been closely tracking the many changes made to Chromium since November 2022, made with the intent of dropping support for Windows 7 and 8.x. As of version 111, it became very difficult to keep the newest versions running on Vista with the extended kernel; shared memory allocation changes made it impossible to do so as subtle changes to the API (which were done in kernel mode) prevented stable operation of the browsers. So I decided to build my own Chromium. I discovered that a further change was made to the shared memory allocation which broke it even further; the successor to mojo, IPCZ, was forced on by default. It only works properly with Windows 8.1+'s shared memory API. I disabled IPCZ for pre-8.1 and this made the sandbox work again on Vista and 7. Perhaps I will see exactly why IPCZ is broken (from the Windows API level) and try to fix it for the next release. The only win32 API link I can find is CreateFileMappingW, which I need to test with an IPCZ-enabled build on both 8 and 8.1 to see what makes it fail.1 point
-
UpdatePack from ukrainian developer https://blog.simplix.info/updatepack7r2/1 point
-
windows update should still work all you need is the sha-2 update and whatever the other needed update is and it should work again (theres also legacy update fix for if the update fix wont work)1 point
-
Yeah the multiaccount guy should definitely calm down1 point