All Activity
- Past hour
-
It is recommended to add an option Right-click the taskbar program to execute the closing program command
-
JYBCN joined the community
-
Hello, for a few weeks now I can't get jump lists to show up when right clicking taskbar icons . I need to shift+ right click, I'd like for only right click to work again.
-
My Browser Builds (Part 5)
Ben Markson replied to roytam1's topic in Browsers working on Older NT-Family OSes
I'm observing this for a FRITZ!Box 7530 running FRITZ!OS: 8.02 – which is insanely difficult to debug as it comprises screens that are constantly being rendered using javascript in real time. I'm not sure how to properly explain this but here goes... using Serpent v52.9.0 (2025-07-09) (32-bit) this works: <article class="page-blocks"> <div class="page-blocks__block" :hide="isMeshClient || isIpClient" hidden=""> <----- <div class="text-block"> <div class="text-block__container"> <p :show="hwf.isBox"> The table shows all of the network devices connected with the FRITZ!Box via LAN or Wi-Fi, as well as VPN connections to the home network that were established by FRITZ!Box users and apps (such as MyFRITZ!App, FRITZ!VPN). All of the devices in the home network are connected in a computer network and can exchange data, images, music, and videos with each other. Network devices in the home network can also be reached from the internet through port sharing.</p> </div> </div> </div> : </article> -----> :where([hidden], [print-only]) { display: none !important; } After (2025-07-09) the display: none is not being applied. This causes page areas to be shown that should be hidden. As this is all javascript driven it's very difficult to assign a specific cause to any effect. Obviously, it's not the display: none itself but maybe something to do with the :where() pseudo-class? Or is it the :hide="isMeshClient || isIpClient" hidden="" stuff? Or <article>? As Serpent's inspector doesn't seem to like javascript driven html and only displays the initial state of the web page, I've gained this much insight using an up-to-date version of Firefox, this means I can only inspect the display: none being applied when it's working. There are no errors being logged. Would anyone like to hazard an explanation. Ben. -
grotula joined the community
- Today
-
My iso had a different file version, I think I got the right one by extracting files from updates of some windows vista update pack, but I don't remember which one, Searching this version also brings some results, you can try downloading this version directly from the internet if you don't have time for scavenging from unpacked updates (may be less safe tho) And it didn't work anyway on the laptop that I tried this patch on, your mileage may vary
-
My Browser Builds (Part 5)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
broken link edited they have different meanings for the values, better look it up in source for actual meaning and choose which value suits your needs. -
My Browser Builds (Part 5)
modnar replied to roytam1's topic in Browsers working on Older NT-Family OSes
@roytam1 Thank you for the update! Also: boc-uxp/mailnews link does not work (404). There are two referer settings, network.http.referer.XOriginTrimmingPolicy and network.http.referer.trimmingPolicy, both set to 0 in my Serpent 52.9 - should both be 2? Edit: network.http.sendRefererHeader is default at 2 though - isn't that enough? :-) -
-
another_human joined the community
-
My Browser Builds (Part 5)
Mathwiz replied to roytam1's topic in Browsers working on Older NT-Family OSes
And another surprise. I set referer.trimmingPolicy to 2 on my work PC, then went to do the same thing on my home PC - and my home PC was already set to 2! Where did that come from? Turns out it's in the "UOC Patch" - a set of preferences intended to improve performance, developed by @looking4awayout long ago. Since this particular setting has little to do with performance, I assume he set it for privacy reasons, and it found its way into his UOC Patch by accident. Apparently he was ahead of his time, since it's now the default setting in newer FF versions. -
Official link: https://nvidia.custhelp.com/app/answers/detail/a_id/5695/kw/windows 10 NVIDIA will support Windows 10 with GRD and Studio drivers until October 2026. After October 2026, Windows 10 driver support will transition to a quarterly security update through October 2029. --------- Maxwell, Pascal, and Volta GPUs will only receive driver updates for critical security items beginning October 2025 and continuing through October 2028. https://nvidia.custhelp.com/app/answers/detail/a_id/5676/kw/windows 10/related/1
-
kylinsure joined the community
- Yesterday
-
My Browser Builds (Part 5)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of post-deprecated Serpent/moebius for XP! * Notice: This repo will not be built on regular schedule, and changes are experimental as usual. ** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 https://o.rthost.win/basilisk/basilisk55-win32-git-20250802-450ca22c4-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250802-450ca22c4-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: Issue #2835 - Part 1: Expose nsCSSRuleProcessor::CascadeSheet (be3d8491) (90903923a) - import from UXP: Issue #2835 - Part 2: Implement processing of import rules based on order of appearance (37230e7b) (c36257aad) - import from UXP: No issue - Regenerate devtools CSS database (2c39bb79) (28ff7ce39) - import from UXP: Issue #2489: Add CSS color-mix keyword support (055a685c) (509d89953) - import from UXP: - Issue #2489: ColorMixValue support and structure (7800eb01) - Issue #2489: Add color-mix serialization support (b42cca5f) - Issue #2489: Add color-mix computation support (58d72062) - Issue #2489: Include color-mix to avoid filtering (6b938c48) - Issue #2489: Update enum class syntax (99d7fb8e) - Issue #2489: Create ColorMixValue structure (cb60df21) (2a5c28b87) - ported from UXP: Issue #2489: color-mix function parsing (7899850a) (ce3a0f957) - import from UXP: - Issue #2489: Fix CSS color-mix() percentage parsing (a3cb7991) - Issue #2489: Remove unnecessary initializations (eb7eacc5) (d9b6054ab) - import from UXP: Issue #2489: Improve color-mix() computation algorithm (ff5f3b2b) (102fddce4) - import from UXP: Issue #2489: Adding RGB to HSL function (cb2547ef) (1e079074e) - import from UXP: Issue #2489: Allow color-mix() to differentiate color spaces (01b0b825) (d6fd0467e) - import from UXP: Issue #2489: Allow HSL with alpha mixing (22be9f7f) (b65401f37) - import from UXP: Issue #2489: Allow SRGB with alpha mixing (5fe574de) (d8462ab02) - import from UXP: Issue #2489: Disallow percentage overflow and underflow (052b5d1f) (37719c1ad) - import from UXP: Issue #2489: Produce more accurate computations (2855cd6d) (45cf9eb91) - import from UXP: Issue #2790 - Part 1: Add: event state, pseudo-class mapping, SetAutofilled methods (13d10540) (0a5f1cc14) - ported from UXP: - Issue #2790 - Part 2: Address BZ bugs: 1355438 and 1341230 (d99eab0d) - Issue #2790 - Part 3: Address BZ bug 1849122 and resolve build issues (4cdfb9e1) (eff68ee91) - ported from UXP: Issue #2790 - Part 4: Working non persistent autofill highlight (bf8cfcc9) (2fae301fd) - ported from UXP: - Issue #2790 - Part 5: Persistent highlight despite blur click (156c7550) - Issue #2790 - Cleanup: Remove debugging lines (459ed6ea) - Issue #2790 - Cleanup: Remove whitespaces (70cbf0df) - Issue #2790 - Part 6: Highlight color change and remove important (61ad3b8d) - Issue #2790 - Part 7: Setting of contrasting color and fixing of last commit's issues (61f92f89) (8c244cfe3) - import from UXP: Issue #2489 - Follow-up: Add `color-mix()` manual test. (cea125a0) (8377e97b3) - import from UXP: [DOM] Fix crash in `<object>` scheme checking code. (838be261) (59c6b3671) - [SSUAO] update youtube's SSUAO (9fbf05a39) - import from UXP: [DOM] Simplify `<object>` scheme check code and fix plugin handling. (ace2c1c1) (450ca22c4) -
My Browser Builds (Part 5)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20250802-40a79c75-uxp-3553319265-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20250802-40a79c75-uxp-3553319265-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-20250802-id-656ea98-uxp-3553319265-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20250802-id-656ea98-ia-c642e3c-uxp-3553319265-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild -
My Browser Builds (Part 5)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250802-3219d2d-uxp-3553319265-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250802-3219d2d-uxp-3553319265-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-20250802-3219d2d-uxp-3553319265-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-20250802-d849524bd-uxp-3553319265-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250802-d849524bd-uxp-3553319265-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250802-d849524bd-uxp-3553319265-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250802-d849524bd-uxp-3553319265-xpmod.7z Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250802-d849524bd-uxp-3553319265-w7plus-avx2.7z Official UXP changes picked since my last build: - Issue #2835 - Part 1: Expose nsCSSRuleProcessor::CascadeSheet (be3d8491c7) - Issue #2835 - Part 2: Implement processing of import rules based on order of appearance (37230e7b21) - No issue - Regenerate devtools CSS database (2c39bb7901) - Issue #2489: Add CSS color-mix keyword support (055a685c2e) - Issue #2489: ColorMixValue support and structure (7800eb0126) - Issue #2489: Add color-mix serialization support (b42cca5fa5) - Issue #2489: Add color-mix computation support (58d7206259) - Issue #2489: Include color-mix to avoid filtering (6b938c48a5) - Issue #2489: Update enum class syntax (99d7fb8e95) - Issue #2489: Create ColorMixValue structure (cb60df2169) - Issue #2489: color-mix function parsing (7899850a19) - Issue #2489: Fix CSS color-mix() percentage parsing (a3cb799126) - Issue #2489: Remove unnecessary initializations (eb7eacc565) - Issue #2489: Improve color-mix() computation algorithm (ff5f3b2b2d) - Issue #2489: Adding RGB to HSL function (cb2547efa3) - Issue #2489: Allow color-mix() to differentiate color spaces (01b0b8251d) - Issue #2489: Allow HSL with alpha mixing (22be9f7fc6) - Issue #2489: Allow SRGB with alpha mixing (5fe574de22) - Issue #2489: Disallow percentage overflow and underflow (052b5d1ffa) - Issue #2489: Produce more accurate computations (2855cd6ded) - Issue #2790 - Part 1: Add: event state, pseudo-class mapping, SetAutofilled methods (13d1054046) - Issue #2790 - Part 2: Address BZ bugs: 1355438 and 1341230 (d99eab0d9d) - Issue #2790 - Part 3: Address BZ bug 1849122 and resolve build issues (4cdfb9e16b) - Issue #2790 - Part 4: Working non persistent autofill highlight (bf8cfcc980) - Issue #2790 - Part 5: Persistent highlight despite blur click (156c755085) - Issue #2790 - Cleanup: Remove debugging lines (459ed6ea85) - Issue #2790 - Cleanup: Remove whitespaces (70cbf0dfd3) - Issue #2790 - Part 6: Highlight color change and remove important (61ad3b8d6e) - Issue #2790 - Part 7: Setting of contrasting color and fixing of last commit's issues (61f92f89ea) - Issue #2790 - Cleanup: Correct whitespaces (429e05c8a1) - Issue #2489 - Follow-up: Add `color-mix()` manual test. (cea125a01d) - [DOM] Fix crash in `<object>` scheme checking code. (838be26145) - [DOM] Simplify `<object>` scheme check code and fix plugin handling. (ace2c1c1ee) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. 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. -
My Browser Builds (Part 5)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
(dup) -
released: bug fix for win32k.sys/CreateXlateObject
Start Me Up replied to Start Me Up's topic in Windows 2000/2003/NT4
A very small bit of news: The update "WINDOWS2000-OTSKB000001-V4-X86-INTL.exe" has been released to the general public. Users of version 3 are advised to update to version 4. The help file "OTSKB.chm" has been updated slightly. --- things to do: Windows XP update: Analysis of the version "5.1.2600.7334" of the file "win32k.sys". Then update "code.htm". Write the version "5.1.2601.0001" of the file "win32k.sys". Then update "code.htm". add the update "Windows XP/OTSKB000001-V1" to the help file write the update test it release it Windows Server 2003 update: Analysis of the version "5.2.3790.6946" of the file "win32k.sys". Then update "code.htm". Write the version "5.2.3791.0001" of the file "win32k.sys". Then update "code.htm". add the update "Windows Server 2003/OTSKB000001-V1" to the help file write the update test it release it Windows Embedded POSReady 2009 update: Analysis of the version "5.1.2600.7684" of the file "win32k.sys". Then update "code.htm". Write the version "5.1.2602.0001" of the file "win32k.sys". Then update "code.htm". add the update "Windows Embedded POSReady 2009/OTSKB000001-V1" to the help file write the update test it release it -
Fullmetal1212 changed their profile photo
-
Fullmetal1212 started following StartAllBack for Windows 11
-
Hey there, I just want to thank you for all your work on Start All Back. It's been extremely helpful. Especially as I use this machine on a order picker and quite often need my notifications to be at the top of the screen so being able to put the taskbar up there is extremely helpful. I have encountered an issue I want to ask if anybody else has run into. I have this on one of my Windows 11 machines at work and I use the Windows key followed by a number to switch windows all the time. (WIN+1, 2, 3, Depending on the position of the app I want it to switch to.) But about a month and a half ago it started scrolling to the left on the taskbar icons instead of directly selecting the program regardless of what button I press. I'm running Start All Back 3.9.13 on Windows 11 Enterprise 24H2 OS build 26100.4270 Feature Pack 1000.26100.66.0 So if I try to switch to the first program on my taskbar,(using WIN+1) For example, it will highlight the one at the end and then just continue highlighting down the programs, but never actually switch to the window. This functionality works perfectly fine on my 24H2 system at home, and used to work perfectly on this machine too. I have also tried shutting down every running application other than start all back, as well as a multiple complete reinstalls, The only other piece of software on here that is new would be the Dell peripheral manager that they forcibly installed, despite me not using any Dell peripherals. The software was working fine with SAB, when this was installed, but that's the most recent piece of software added. Besides that, I have my Microsoft keyboard driver, which I've had for the entire time I've owned this machine, However, shutting down this software has no change. If I switch back to the original taskbar the function works perfectly, so I'm unsure as to what happened. So I'm wondering if you guys have any ideas. Thanks for your time.
-
Flatts joined the community
-
Fullmetal1212 joined the community
-
My Browser Builds (Part 5)
Mathwiz replied to roytam1's topic in Browsers working on Older NT-Family OSes
Fascinating. The setting was always there (since FF 28 or so); Mo just changed the default. -
Do you have exact same installation ISO? I think mine is different.
-
Lars-Erik started following Strange behaviour together with Open-Shell
-
I found a very strange bug/vehaviour in StartAllBack when used together with Open-Shell menu extension :-/ I wanted to use a start manu icon from Open-Shell that I could not get to function properly when selected from StartAllBack. So I created a blank SVG and choose that as the icon in StartAllBack. Then I set Open-Shell to replace the start menu button. At start it look allright and everything is fine.... But then I inserted a USB and the "eject" icon appeared in the tray. Then the whole StartAllBack taskbar switch to the left. When I removed the USB (and the "eject" icon disappeared) the StartAllBack taskbar moved even further to the left... And as you can see from the attached picture it just goes on... Why is this happening, and is there a way to fix this?
-
My Browser Builds (Part 5)
adata replied to roytam1's topic in Browsers working on Older NT-Family OSes
1. The map is not loading; only a white background is visible. https://plan.tomtom.com 2. The map is not loading https://www.electricitymaps.com https://portal.electricitymaps.com 3. AI DuckDuck is not working https://duck.ai When attempting to write a query, we always receive the message: Oops... Duck.ai is temporarily unavailable. Please try again later. -
There are only three "requirements" for Win11 that I am aware of. TPM, Secure Boot, and 8+ GB RAM. RUFUS removes all three. Legal and legit OS by all metrics. Just modifies the installation to install on systems not meeting all three of those "requirements". (edit: though I'm not sure why a Win11 requirements post was placed in a Win10 ESU thread, but regardless, use RUFUS to remove those ARBITRARY "requirements", be it Win10 or Win11)
-
I enrolled in the ESU program for both the desktop & the laptop. The desktop meets the requirements for Windows 11. The laptop, despite having TPM 2.0, does not. The laptop does have a Blu-Ray player, however, so I'm not replacing it.
-
A general personal opinion on the actions of an anonymous large group of people many years ago is fine as far as I'm concerned, as long as it's not based on something like racism of course. That is my final word on this, and it should be yours too. Thank you.
-
EOL notifications after installing for any update from July 2022 and onwards: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\EOSNotify] "DiscontinueEOS"=dword:00000001
-
The patch that you are referring to https://www.wincert.net/forum/topic/18176-vistaw2k8-x64-on-modern-hardware/ has to be applied to this exact version of acpi.sys 6.0.6002.24312 (vistasp2_ldr_escrow.180308-1636) make sure you have the right version But the necessary patch can be different for various hardware platforms
-
I totally agree with both hands! Windows 7 was very unstable, and needed to reboot frequently. luckily I don't use 7. If it says one needs to make a donation, seems scummy, yes, but the free ones could also be gathering info, phishing.., No one actually knows, the OP @Atom99, we are sorry.