Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/14/2022 in all areas

  1. The forum is not bound by what is and isn't supported. Windows 7 is a top-level sub-forum due to the activity. It has come up in private discussion to move it, the question was then: why? There is no harm to keep it the way it is.
    3 points
  2. I don't think that was what he meant. Sounded to me like he thinks the Rust language (used for FF 56+) has some inherent vulnerabilities, regardless of OS. I do run MBAE on my XP VM; hopefully that's good enough....
    2 points
  3. New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20220212-850741b59-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20220212-850741b59-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20220212-850741b59-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20220212-850741b59-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1158090 - Fix documentation for nsDisplayListBuilder constructor. r=roc (773b76e1b3) - Bug 1153510 - Improve handling of vertical writing mode in SVG text frames. r=longsonr (bd513aa02e) - Bug 1156366 - Support vertical writing modes and upright/sideways gly# ph orientation in SVG text-on-a-path. r=longsonr (325c3c2e00) - Bug 1157951 patch 1 - Rename fields and variables in nsCharClipDisplayItem etc using VisIStart/End instead of left/right. r=roc (bc4aa0e75a) - Fix nsDisplayCanvasBackgroundColor to invalidate on color changes. (bug 1205970 part 1, r=mattwoodrow) (e51b8489a6) - Bug 1151663 - Initialize display list builder flags earlier in nsLayoutUtils::PaintFrame(). r=tn (fb55eaf2d8) - Remove willFlushRetainedLayers, which is superceded by DLBI. (bug 1205970 part 2, r=mattwoodrow) (0651277211) - Bug 1166301 - Layerize background images fixed to child elements. r=mattwoodrow (fb979f8c89) - Bug 1166301 - If APZ is enabled, only clip fixed background images to the viewport area. r=mattwoodrow (96944fa488) - Bug 885515 - Part 1: Add an analysis for detecting non-heap allocations of MOZ_HEAP_CLASS, r=ehsan (b1c53befae) - Bug 1192271 - Add helper method CustomTypeAnnotation::reportErrorIfAbsent to clang-plugin, r=ehsan (627b9d0c4c) - Bug 1195960 - Correct naming of CustomTypeAnnotation::reportErrorIfAbsent, r=me (cdba688d80) (5c42a5c6d) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1149416 - Don't make free-nonheap-object warning an error on a CLOSED TREE . r=glandium (e968f5f2ac) - Bug 1145781 - Fix hazard on a CLOSED TREE. (c6a424b4e9) - Bug 1187982 - Fix building clang-plugin with clang 3.5; r=mystor (0e1ba88dfd) - spacing (38d98645d8) - Run clang-format on clang-plugin.cpp, no bug (cce9551ab2) - Bug 1156802 - Part 1: Add an analysis which prohibits explicit move constructors, r=ehsan (1ba4769e7b) - Bug 1178806. IndexedDB autoincrement overflow should be throwing ConstraintError per spec. r=bent (1820974774) - Bug 1149815 - Guard against using deleted IDBObjectStore and IDBIndex objects, r=janv. (c63293e770) - Bug 1149815 - Don't assume that index creation always succeeds, r=janv. (e123630c3d) - Bug 1149815 - Properly handle IDBDatabase.close() called during a versionchange transaction, r=janv. (e1a00a34e7) - Bug 1149815 - Fix IndexedDB tests to expect InvalidStateError rather than TransactionInactiveError when touching a deleted IDBObjectStore or IDBIndex object, r=janv. (2fde727baa) - Bug 1168166 - Ignore failed IndexedDB optimization if disk is too full, r=janv. (0bd7dd94db) - Bug 1168606 - Part 1: Extract Cursor response data population into shared function. r=bent (b42b353eec) - Bug 1168606 - Part 2: Convert DelayedDeleteRunnable into reusable DelayedActionRunnable class. r=bent (db6a8969a9) - Bug 1170746 - Getting mutable files over a cursor crashes the browser; r=bent (70225fd031) - Bug 1168606 - Part 3: Allow multiple ObjectStoreCursorResponses in a CursorResponse. r=khuey (744c1798d4) - Bug 1179025 - Protect against using cursors on a deleted objectStore/index, r=janv. (c82d018719) - Bug 1168606 - Part 4: Allow current key to be provided with PBackgroundIDBCursor::Continue. r=khuey (a7faf38498) - Bug 1168606 - Part 5: Send two records with every ObjectStoreCursorResponse. r=khuey (50a8955f62) - Bug 1156802 - Part 2: Remove all explicit move constructors, r=ehsan (07144b7b8f) - Bug 1201309 - Make MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS work with MOZ_NON_MEMMOVABLE. r=ehsan f=mystor (6cd540cd1b) - partial of Bug 1076787 - Add expectation data for running web-platform-tests on debug builds (848508f9dd) - Bug 1149815 - Enable wpt tests that now pass, r=janv. (757331780f) - Bug 1201190 - Part 1: Add an analysis to prevent a type from being allocated in a temporary, r=ehsan (f67cfef0ce) - spaces (1f29d5c9bb) (8e0043d5b) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 622657 - catch invalid bookmark items and delete them when syncing bookmarks. r=rnewman (bd91e14c9a) - Bug 1166853 - Sync "hangs" when trying to apply a livemark to a reconciled folder. r=rnewman (94a6a19753) - Bug 1012597 - Part 1: provide a way to invalidate the Places GUIDs cache. r=rnewman (66f43cb831) - Bug 1012597 - Part 2: ensure Sync invalidates the Places GUIDs cache when needed. r=rnewman (2a67b0dfa8) - Bug 1182366 - avoid an invalid bookmark from preventing all bookmarks syncing. r=rnewman (df895d4c35) - let -> var (e9c382c761) - Bug 1188170 - log the url string when the Sync bookmarks engine fails to get a URI. r=rnewman (424e5405f7) - Bug 1195603 - prevent Sync from blocking app shutdown. r=rnewman (94c3091f9c) - Bug 1183934 - only log an error saving JSON if an error actually occurred. r=rnewman (6b4358035c) - Bug 1198385 - Use MFBT guard macros in the editor guard objects; r=froydnj (72e5e9f66f) - Bug 1198385 follow-up: Fix the build bustage on a CLOSED TREE (d626e56e92) - Bug 1177013 - Use CancelCurrentTransaction to avoid crashes (r=dvander) (362e5fc343) - Bug 1154990 - Better error messages when IPC send fails (r=bent) (b311fb94aa) - Bug 1177013 - Avoid memory leaks when returning errors from IPC Send (r=dvander) (f453a8feb5) - Bug 1176096 - Ensure we don't do self-moves in move assignment (r=bent) (31aca4ad89) - Bug 1177013 - Crash in IPC situations where we don't know what to do (r=dvander) (0e86cc437e) - Bug 1185639 - Allow deferred message processing to happen between consecutive IPC message dispatches. r=jimm (7782c9caaf) (d7ccda56e) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1189709 - Reduce scope of MessageChannel window neutering. r=jimm (a73623101e) - Bug 1202051 - Use a PersistentRooted to automate tracing of unwrappedException_; r=sfink (32964b4bcb) - missing part of Bug 1135236 - Remove unused print callbacks in profiler backend. (a6427e4a23) - Bug 1164785 - Append line number to systrace scopedTrace object name. r=BenWa (be4fb076b0) - missing parts of Bug 779291: Implement SPS stackwalk (fefa7c961c) - Bug 1186709 - Remove MOZ_IMPLICIT from security/sandbox/chromium. r=bobowen (7c1419cd3a) - Bug 1274253. Properly test the cpuid bits. (039f594ab3) - Bug 1168291 - Install mozcrt.lib instead of mozglue.lib in the SDK. r=mshal (00d4309281) - Bug 1198334 (follow-up) - Fix SM(e) bustage (which doesn't show up on try pushes, grr). r=bustage. (4431457ede) - Bug 1194560 - Add tools/power/rapl, a RAPL-reading program for power rofiling. r=erahm,glandium. (47b61fd39c) - Bug 1147243 - Build memory/jemalloc in unified mode; r=glandium (81173f8bc2) - Bug 1201738 - Update jemalloc4 to 594c759 + two pending patches. r=njn (66f4f3fe49) - Bug 1135583: Prevent the inclusion of Char16.h in VS2015's fallible.obj. r=glandium (3e5ac84efb) - bug 1171122 - Swap some XP_MACOSX for XP_DARWIN in mozalloc. r=glandium (6d03543291) - Bug 1170177 - Disable our own abort() method with MOZ_ASAN. r=froydnj (cdc43fcb8c) - Bug 1120793 - Remove obsolete _Throw wrapping. r=froydnj (a5c53780ec) - Bug 1189967 - Avoid conflicting declarations for our raise wrappers on Windows. r=nfroyd (e0a606ef14) - Bug 1203476 - Fix an Android-only warning in mozalloc_abort.cpp. r=glandium. (806b791d54) - pointer style (97a2b4ffea) - Bug 1147353 - Odin: simplify the masked index bounds check test. r=sfink, r=luke (fa6007c8dd) (850741b59)
    2 points
  4. I released .NET Framework 3.5 SP1 for Windows 2000 RC2b on 11th May. http://blog.livedoor.jp/blackwingcat/archives/1095338.html (Japanese) System requirement * Windows 2000 SP4 and SRP1. * .NET Framework 2.0 SP2 Better settings * KDLLInst Ez KD Registry * Ez Install kernel32 to \WINNT\Microsoft.NET\Framework\v2.0.50727 I Checked application which works on Windows 2000. * Seesmic for Desktop / Seesmic Look * Manictime * Equation Graph Maker * Pinta * softalk + XComBCX * Paint.NET v3.5.4 * TMPGEnc MPEG Editior 3 * sobees * Radika * web.config security analyzer * SlimDX * XNA Uncompletely worked application. * Evernote 3.5 * NicoPITA SE How to install and usage described on my blog (Japanese) Almost WPF application requires ezinstall kernel32 and user32. Some software requires also ws2_32 and wtsapi32.
    1 point
  5. I don't force it, just advice And as you said , He can speak in his language as long as he provide an English translation to his own post.
    1 point
  6. Actually, you can speak in your language as long as you provide an English translation to your own post. MSFN Rule 2.d:
    1 point
  7. I have the same question. The thing is that Windows XP and 2000 require an older VMware to get rid of the sound distortion sometimes. But apparently we can't install multiple vmware versions in the same OS, we would need another Windows installation.
    1 point
  8. @Win95rtm If I can get my ntoskrnl extender working, it should be possible to install an unmodified 368.91 driver on windows 2000.
    1 point
  9. at 18:12 look at the run prompt! It has the acrylic title bar! YAS!
    1 point
  10. Some interesting news is that I posted this over in the Windows 11 part of this forum, but Ill do a TLDR here since it relates to Aero Glass. There is a possibility that the next major insider Dev build this week will include Acrylic title bars out of the box, implimented by Microsoft. It was "shown" in a PowerToys stream. We'll see if this actually goes through this week. Build in specifics was 2505x related
    1 point
  11. I view it more along the lines that hackers want to hack as many computers as they can. Between 2018 and 2021, Firefox has lost 50 million users. In 2018, there were about 244 million users, that number is now down to below 200 million. That loss is staggering now matter how you look at it - "rose-colored lenses" can't even make those numbers look 'good'. So if Firefox overall is down that huge, what percentage of those are Quantum versus Pre-Quantum, Rust versus Pre-Rust? Why would a hacker target 1 million users if s/he can target 199 million users?
    1 point
  12. @TSNH That's an answer to a completely different question, not the one in OP. And a bad one since it basically tells how to modify UAC configuration, which as a person who just wants old search bar, you don't want to do. The correct way to get back an old search bar would be this registry tweak: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Classes\CLSID\{1d64637d-31e9-4b06-9124-e83fb178ac6e}\TreatAs] @="{64BC32B5-4EEC-4de7-972D-BD8BD0324537}"
    1 point
  13. My slide rule is traditional: In the picture I am in front of my Lenovo all in one pc.
    1 point
  14. Me too. And we're not old....if life starts at 40 we're still in the prime of our youth. And I have no anti-XP sentiments. Look I wrote elsewhere on Saturday: https://www.wilderssecurity.com/threads/how-much-ram-have-you-got.444036/#post-3067449 Unfortunately I don't have my C64 anymore, even that is broken, but I still have my slide rule similar to those used in the movie Apollo 13.
    1 point
  15. I'm "old". My first computer was a Commodore 64 (still have it). I've been using XP non-stop since it was released in August of 2001 (when it was released to manufacturing [Research & Development Laboratory where I worked as a college intern], retail stores did not receive it until October 2001). I was running AutoCAD at the time that still used a "tablet" mouse (a mouse with a magnetic crosshairs pickup zone and a huge tablet with "icons" and large "template" sheets where you could change the tablet "icons"). I remember it to this day because IT was concerned about whether that "tablet" mouse would run on XP (it did!). My point remains - I have no interest in this thread turning into a conversation on how "unsafe" it is to be using XP - we that use it are already aware of this and we do not read an NT-Family OS thread to be hit with "use Linux" or "use 10" or "XP is insecure" !!!
    1 point
  16. As soon as you delete the certificate in the ProxhttpsProxy folder and open the program again, a new one will be generated.
    1 point
  17. Yes, this appears to be correct. Here are instructions to patch the latest (as of writing) onedrive installer so that it will install and work on Windows 7. OneDrive installer version 21.245.1128.0002, download link: https://oneclient.sfx.ms/Win/Prod/21.245.1128.0002/OneDriveSetup.exe 1. Open OneDriveSetup.exe in HxD or any other hex editor 2. Ctrl+F and search for hex string "84 C0 75 11 C7" 3. Change "84 C0 75 11 C7" at the beginning to "84 DB 75 11 C7" 4. Ctrl+F and search for hex string "8B F0 89 B5 30" 5. Change "8B F0 89 B5 30" to "31 F6 89 B5 30" 6. Save and exit 7. Run installer and it will work. I don't have a microsoft onedrive account and I'm not interested in making one, so you'll have to test by yourself to see if it actually works. Honestly, I don't understand why one would install windows 7 and then add modern MS garbage on top of it, but at least it was an interesting technical exercise to get the installer running. I don't know whether the auto update will f*k everything up when it runs, so do this at your own risk yada yada. Uninstalling the app from the control panel does appear to work fine. Known Issues: The taskbar icon of OneDrive is blank. You have to hover over the blank space to find where the icon is.
    1 point
  18. Anybody know how to get fully workable OOBE on XP x64?
    1 point
  19. 1. Hardware Certainly more powerful computer you have, more faster building your will get then, consider two cores CPU and 4G RAM will be sufficient. Also i suggest to have two hdds, the first for source, compiler, build tools and the second for output. 2. Virtual drive If you have more RAM it is good to make virtual drives, no need second hdd then. Why this you ask, so building things such as browsers put heavy stress on the hdd, with ramdrive you save hdds life and increase building speed greatly. For last time i used 10gb drive for all stuff except compiler 3. Software 3.0 OS For msvc build win7+ is required,, and assuming you have x64 3.1 Git Download at https://git-scm.com and install, i did not try portable, but you can i think. 3.2 Compiler I do not like regular Visual Studio, with its junk and onlineness requirement, so i do not use it. Good Microsoft cares for me too, and made available good build tools without junk. They are in the iso file, and ready for usage anywhere, no need to do install. Download, unpack or mount iso. EWDK with Visual Studio Build Tools 15.6 May want to delete files vctip.exe in "Program Files\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\bin\Hostx64\x64" and same on x86, they leak data to internet (spyware and telemetry) 3.3 DirectX SDK Download june 2010 and install 3.4 Mozilla build tools i use version 3.2 But for building on winxp the latest version is 2.2 You are to craft own bat file for use with alternate compiler. Write your actual paths there and put inside MozillaBuild floder (C:\mozilla-build). assume EWDK on G: @ECHO OFF SET TOOLCHAIN=32-bit SET MOZILLABUILD=%~dp0 SET MOZ_TOOLS=%MOZILLABUILD%moztools SET INCLUDE="G:\Program Files\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\include";"G:\Program Files\Windows Kits\10\Include\10.0.16299.0\shared";"G:\Program Files\Windows Kits\10\Include\10.0.16299.0\um";"G:\Program Files\Windows Kits\10\Include\10.0.16299.0\winrt";"G:\Program Files\Windows Kits\10\Include\10.0.16299.0\ucrt" SET LIB="G:\Program Files\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\lib\x86";"G:\Program Files\Windows Kits\10\Lib\10.0.16299.0\um\x86";"G:\Program Files\Windows Kits\10\Lib\10.0.16299.0\ucrt\x86" SET PATH="G:\Program Files\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\bin\Hostx64\x86";"G:\Program Files\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\bin\Hostx64\x64";"G:\Program Files\Windows Kits\10\bin\10.0.16299.0\x86";%PATH% %MOZILLABUILD%msys\bin\bash --login -i (bat file may be need rewrite) 3.5 Other software For virtual drive SoftPerfect RAM drive free 4. Source 4.0 Download source Your are type commands in the command line, i prefer far manager assume you installed git on c:\dev\git C:\dev\git\bin\git clone --no-checkout https://github.com/roytam1/UXP.git you will get new folder UXP where there actual source packed inside .git folder 4.1 .mozconfig Enter to the UXP folder and create there text file named .mozconfig this will be your building config mk_add_options MOZ_OBJDIR=d:/dev/uxp.32 mk_add_options MOZ_CO_PROJECT=browser ac_add_options --enable-release ac_add_options --enable-application=application/basilisk ac_add_options --enable-optimize="-O2 -GF" ac_add_options --enable-jemalloc ac_add_options --disable-debug ac_add_options --disable-accessibility ac_add_options --disable-necko-wifi ac_add_options --disable-skia ac_add_options --disable-tests ac_add_options --disable-webrtc ac_add_options --disable-webspeech WIN32_REDIST_DIR="G:\Program Files\Microsoft Visual Studio\2017\BuildTools\VC\Redist\MSVC\14.13.26020\x86\Microsoft.VC141.CRT" WIN_UCRT_REDIST_DIR="G:\Program Files\Windows Kits\10\Redist\ucrt\DLLs\x86" Pay attentions on this things 4.1.1 MOZ_OBJDIR This is where it will get built files, may out anything valid path, prefer another hdd or ramdrive. 4.1.2 --enable-application This choose what it will build basilisk-serpent or palemoon-newmoon, or other thing any anotherapp\anotherstuff 4.1.3 MOZ_MAKE_FLAGS Usually when you build all computer power you have is ocuppied, therefore you hardly can do other things, however with mk_add_options MOZ_MAKE_FLAGS="-j1" it will build slower time but for example you can play heavy 3d game in the same time. 4.2 Unpack source and apply changes Unpack source for custom branch (assume custom is right branch in roytams source) C:\dev\git\bin\git checkout custom apply patches if needed or edit files by hand C:\dev\git\bin\git apply --ignore-whitespace file.patch 4.3 Save changes to the git If you not going to publish dont bother, thoug i can write about. 5. Building launch your bat file inside mozillabuild (look 3.4) assume you source folder in C:\dev\uxp type cd /c/dev/uxp then enter type .\mach build then enter So it begins, if you set another destination drive building will stop with message: 1:23.14 ValueError: path is on drive c:, start on drive d: 1:23.18 *** Fix above errors and then restart with\ Well, let them fix: edit the following file d:\dev\uxp.32\_virtualenv\Lib\ntpath.py go to the lin 527 and put # signs, this will cancel the stupid code # else: # raise ValueError("path is on drive %s, start on drive %s" # % (path_prefix, start_prefix)) Keep then _virtualenv to not bother with this again If you get error you can look for details in D:\dev\uxp.32\.mozbuild\last_log.json That's all for now, happy building...
    1 point
  20. I released RDP7.0 for Win2000 some packeges. I think you used lastest package, Windows2000-KB969084-v4-x86-int.wlu
    1 point
  21. I just described the article http://blog.livedoor.jp/blackwingcat/archives/1990724.html It had any problems on Cygwin. :3
    1 point
  22. Hi. KB3244476/KB324446(5.0.3900.xxxx) based on Windows 2000 "SP5". It breaks some compatibility. So, I does not recommended to use it.
    1 point
  23. "Chrome Tool for Windows 2000" does not bases on extended kernel but KDW. They don't have compatibility. If you want to use SRWare Iron 30 on Extended kernel. We should only set executable XP mode with fcwin2k.exe. ( Of course it requires --no-sandbox option.)
    1 point
  24. No, W2kRP only replaces browseui.dll and comdlg32.dll. I will fix display icon issue ( for example Google Earth Icon ) which is not transparency one on next version extended kernel. # If anyone provide me modified browseui.dll and comdlg32.dll by W2kRP, I may be able to apply it Extended kernel. :3
    1 point
  25. It seems to come from Win2k Revolution Pack or OpenGL(d3dcompiler_47.dll) problem.
    1 point
  26. I think FileZilla FTP Client problem does not related their functions. Filezilla v3.16 and later can not connect server without Security Protocol. Filezilla v3.22 and later breaks setting XML file. Filezilla v3.43 still works SFTP Server without Saving Setting on Extended kernel.
    1 point
  27. I think The Verge article is fake news. It is only that Microsoft does not stuck new feature but fix the defective of Windows 10. [The VERGE] It is a Fake News about "Microsoft confirms you really, really don’t need to ‘safely remove’ USB flash drives anymore" http://blog.livedoor.jp/blackwingcat/archives/1981305.html Microsoft confirms you really, really don’t need to ‘safely remove’ USB flash drives anymore - The Verge https://www.theverge.com/2019/4/8/18300734/microsoft-safely-remove-eject-usb-flash-drive-not-needed-windows-10
    1 point
  28. - Install win2k - Install IE6SP1 - Install Windows 2000 SP4 SRP1v2 - Root Certs Update - Set QFE Registry - Install IE6.0SP1-KB2817183-WINDOWS2000-X86 and KB951748-v2 - Install exKernel - Install VC++ Runtimes - Install Windows-Update-Agent30-x86.exe - Install Windows Installer 3.1 - Install BITS - Enable TLS 1.0 and Disable SSL 2.0/3.0 - apply all Windows Update (except root certs update and IE6SP1 update) http://blog.livedoor.jp/blackwingcat/archives/1959184.html
    1 point
  29. For Windows 98 there is this (which has however a few limitations): jaclaz
    1 point
  30. v4.5.30 seems to work on extended kernel. it shows icons background image is black. :3 The installer may be blocked on HK_CLASS_ROOT\exefile\shell by access right
    1 point
×
×
  • Create New...