Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/06/2020 in all areas

  1. @echo off (cd /d "%~dp0")&&(NET FILE||(powershell start-process -FilePath '%0' -verb runas)&&(exit /B)) >NUL 2>&1 @echo off pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i" pause
    1 point
  2. OK, I've found the problem, it seems to be just one file causing it! The file is "sunmscapi.dll" which is in the \bin folder. If you replace just that file with the version from Update 241, it all comes good! What is actually wrong with the file I'm not sure, according to CFF Explorer it's still superficially XP compatible, but perhaps someone with more knowledge about this sort of thing could analyse it more deeply and tell us! Cheers, Dave.
    1 point
  3. 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 http://o.rths.ml/basilisk/basilisk55-win32-git-20200502-bf9ce840e-xpmod.7z Win64 http://o.rths.ml/basilisk/basilisk55-win64-git-20200502-bf9ce840e-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import changes from `RFC6367' branch in UXP: - Issue #1462 - Part 3: Add Camellia-GCM capabilities to NSS (51e6c2cf4) - Issue #1462 - Part 4: Add Camellia-GCM suites to NSS (a0aae2586) - Issue #1462 - Part 5: Security manager changes for Camellia-GCM suites. (338888703) - Issue #1462 - Part 6: Don't mess with OIDs, that's a different spec. (d3594baa4) - Issue #1462 - Part 3b: Actually commit -all- the code, and fix space (f23b96fa7) (b39b2e65e) - fixup to previous commit: - reorder alg2Mech to match other related arrays - add back Camellia-GCM lines in ssl_bulk_cipher_defs[] - add Camellia-GCM SEC OID (5581d3275) - Move aom source to a sub-directory under media/libaom (17821a73f) - update libaom to rev c3040cd91cbfb1fb4283f121c617e2da37ce53c3 (without aom_util/aom_thread.h and aom_ports/aom_once.h) (887c7204a) - import changes from tenfourfox: - #593: M1613943 M1613765 M1614971 (e901c0a71) - #593: M1608256 (disable optimization) (6dc231866) - #593: M1608256 (and clean up code) (38794a041) - #593: update pins, TLDs, preloads (e2317e41e) - #596: update pins, HSTS, TLDs (85161d573) - #596: M1620203 (f1303f04c) - #596: update TLDs, HSTS (444a1c1fc) - #596: chemspill M1626728 1620818 (98aa66e3a) - #600: update TLDs, HSTS (692e730fa) (bf9ce840e) Changes that is not commited: - WIP freebl works on Camellia-GCM support - pref changes for disabling Camellia-GCM for release since it is not functional
    1 point
  4. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200502-e315ed55-uxp-2375e5ebe-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200502-e315ed55-uxp-2375e5ebe-xpmod.7z source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20191123.7z Official repo changes since my last build: - Update platform commit pointer (b056f3e2) - Remove application moz.configure files (337eaa70) - Update platform commit pointer (5abcc521) - Profile Switcher 1.2.0 (59fa87cd) - Update some navigator prefs (c8e78d9f) - Update platform commit pointer (dd1277c6) - Stop being an as***** when it comes to navigator's modern theme (18673b48) - Change the EULA button from Agree to Accept so that it makes sense with the EULA (e9d8730d) - Add Borealis Unstable branding (b0bb4f87) - Rename directory in navigator (9ef6af31) - [Navigator] Move search to components (1f6b2512) - [Navigator] Remove unused dup nsISidebar.idl (6c63334c) - [Navigator] Change the last of the Data Manager consumers to use their original managers (e5b9d969) - [Navigator] Remove the unused and inferior hang-prone Data Manager (ddb4f238) - [Comm] Move Profile Manager to the Communicator Toolkit (d376b633) - [Mail] Add the old Scratchpad to the blocklist (f31ff9c7) - [Mail] Use the communicator profile manager (3b02c71f) - [Comm] Use brandFullName for the wizard header (e315ed55) -- New build of IceApe-UXP for XP! Test binary: https://o.rths.ml/gpc/files1.rt/iceape.win32-20200502-id-088353e-ia-041bf6a-uxp-2375e5ebe-xpmod.7z
    1 point
×
×
  • Create New...