Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 04/19/2024 in Posts

  1. ListDisk This tool provides detailed information about connected physical disks, including their partitions and volumes. Download https://github.com/GeorgeK1ng/ListDisk/releases Features Mounting/unmounting partitionsSetting partition labelsModifying MBR partition attributes Available Commands /mount - Mounts a partition to a specified drive letter./unmount - Unmounts a specified partition or drive letter./setlabel - Sets a new label for a specified partition./setactive - Sets or clears the bootable flag of a partition./settype - Changes the MBR type of a partition. Usage Examples /mount 0 1 U - Mounts Partition 1 on Disk 0 as U: drive./unmount 0 1 - Unmounts Partition 1 on Disk 0./unmount U - Unmounts U: drive./setLabel 0 1 Lbl - Sets 'Lbl' as the label for Partition 1 on Disk 0./setactive 0 1 - Marks Partition 1 on Disk 0 as bootable./setactive 0 1 80 - Sets the boot flag for Partition 1 on Disk 0./setactive 0 1 00 - Clears the boot flag for Partition 1 on Disk 0./settype 0 1 0x17 - Sets Partition 1 on Disk 0 to type NTFS Hidden (0x17)./settype 0 1 0x07 - Sets Partition 1 on Disk 0 to type NTFS (0x07). Requirements Operating System: Windows XP and newer. Note for Windows XP Users: This tool requires the installation of the Microsoft Visual C++ Redistributable. Please install it from this link.Compatible with Windows Preinstallation Environment (WinPE).Place ListDisk in %WinDir%\system32 to make it easy accessible from commandline! Note: Use this utility with caution. Incorrect usage may affect data integrity.
    8 points
  2. No, those are two completely different guys. To clarify: Supermium is made by @win32 - Canada, Thorium (100% based on Supermium) but made by Alex F. "Alex313031" - Russia.
    6 points
  3. Fully updated Windows is always key, specially in XP days. I can't uderstand why a lot of people ignoring UpdatePacks and they crying and complaining. It's still same after another 10 years. Yes, and of course there could be bugs. But I quess I must face these issues, when testing images on real machines. Another point is, many "Windows XP Enthusiast" never have real XP machine and never used them, they are just too young..
    6 points
  4. Very strange, I can post different links. I remember some users that were constantly posting random youtube videos were restricted, but you never spammed this forum. So, it's strange, indeed. As proof I can post: Crocodile Monitor (Varanus salvadorii) https://a-z-animals.com/animals/crocodile-monitor/
    5 points
  5. I can remember very well that there was a problem with the sporadic disappearance of the Clean Links' toolbar icon in the past. This seems to be fixed in CleanLink2 as far as I can tell at the moment. In any case, I have installed this version and will see how it behaves.
    5 points
  6. Well then Tutonota cant send anyone not using Tutanota email messages and MXtoolbox or other tools that can check for SMTP will say no stmp found, oh wait it says there is MX record and SMTP https://mxtoolbox.com/SuperTool.aspx?action=mx%3atutanota.de&run=toolpage STMP is not just for sending emails from client it is also means which email server communicate with other email server. Just because you cant connect to SMTP to send message does not mean it wont exist. If there is email server you can send email to there is SMTP on both ends. Now STMP can (and should be) wrapped in SSL/TLS tunnel where it is encrypted similar to HTTPS traffic but if encryption is breached it is readable. And all this time I am referring to standard email, one other side will receive. There are similar commercial solutions with ability to send link to protected mail server but that mail telling you got secured mail is still sent using SMTP between two mail servers. I highly recommend you do more research on email system before you start argue about this topic. I work almost daily with email servers and know how it runs under the hood on any of them. Even Microsoft Exchange despite using MAPI protocol uses SMTP to talk with other mail servers.
    5 points
  7. I don't have to prove anything to anyone, I only wrote what I saw a very long time ago, I don't have a github account, I don't follow what's up there. But someone who distributes cr*cks would logically want to hide the real location, no? BTW, the username is still very Russian, and his English speaks for itself. By this very logic you would demand proof win32 is from Canada, right? As for me, I'm 100% certain win32 is from Canada. Alex F., on other hand, well, you know. In any case, don't use the browser if you're worried. Solved.
    5 points
  8. Then something's wrong on your end, according to @George King, and I quote. "When I installed Windows XP SP3+ (All updates until 04-2019 and .NET and Visual C++)" "it (Supermium) works like a charm." @George Kingwouldn't tell crap, trust me. https://github.com/win32ss/supermium/issues/493#issuecomment-2067100117
    5 points
  9. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20240420-3219d2d-uxp-552db66da0-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20240420-3219d2d-uxp-552db66da0-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-20240420-3219d2d-uxp-552db66da0-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-20240420-d849524bd-uxp-552db66da0-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20240420-d849524bd-uxp-552db66da0-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20240420-d849524bd-uxp-552db66da0-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20240420-d849524bd-uxp-552db66da0-xpmod.7z Official UXP changes picked since my last build: - Issue #2470 - Check for failure of getting IDXGIKeyedMutex. (07cc276a10) - Issue #2472 - Enable dialog element by default. (f2c576b12c) - [DOM] Add nullcheck on mDoc in GetEventTargetParent (2811d30051) - Issue #2503 - Part 1: add CPU IS support flags to Navigator interface (35d7a1fe5a) - Issue #2503 - Part 2: Add CPU IS support flags to UpdateUtils URL substitutions. (a211c7d7f3) - Issue #2503 - Part 2b: Fix missing navigator in UpdateUtils. (baf98e0dde) - Issue #2503 - Part 3: Add CPU capabilities to about:support. (407a79e79f) - [XPCOM] Warn about .xrm-ms files on Windows (treat as executable) (f6204a7ca8) - [network] Keep track of and check HTTP/2 header sizes. (1ddd3ea76b) - [js] Simplify tracing of arguments in MarkThisAndArguments. (dc52303799) - [gfx] Pull several OTS fixes from upstream to improve data safety. (9b6c2f36f1) - [dom media] Avoid a potential issue when assigning a media data buffer. (9eaee03eb4) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. My changes since my last build: - dom: check mDoc before use, as it can be null (0acd996e03) 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.
    5 points
  10. 5 points
  11. Yes it is. That's what "Alex F." (Thorium) wrote at his official github page. Not long after "Alex F." edited his profile and changed location from Russia to US. "I just tweak a few things, and do the necessary steps to remove Supermium branding..." He didn't, the maker himself did. Familiarize yourself with his statement. https://github.com/win32ss/supermium/issues/363#issuecomment-1998666719
    5 points
  12. Good decision! Hi to you, too!
    4 points
  13. Hardware specs? I don't observe this on an el-cheapo Pentium G3470 (bought for 5 Euros).
    4 points
  14. Is this triple posting glitch back again?
    4 points
  15. The article is obviously old, it was a glitch in SP1, in RTM and SP2 - they do.
    4 points
  16. From what I understood, they want to power down the drive first.
    4 points
  17. I think you missed my point. Even though you send link trough email it is not standard email anymore as I cant read and answer it using email client of my choice. Tutanota and Proton while internally encrypting all still cant talk to outside world without utilising SMTP which is like sending your email on postcard. Even if over ssl it is just writing message to postcard using some secret language, if someone cracks it can read you message. Also you are relying on their server to be secured and not get compromised and even if they actually would be not storing encryption key on their server like they claim some hacker could just inject malicious javascript to steal your secret key and access all your mails. No system is hacker proof and point you become valuable enough target it is matter of time is hacked. And even if they made is hacker proof you still trust for them to run what they claim on their server. Unless you walked there without warning and scanned all server code you can only take their word for it. Showing server source code wont mean they run it on server side unless can inpsect the servers. On the other hand PGP I mentioned is standard and decryption key is only stored locally, if you try read email on server there is nothing to read. While there been exploit like Efail for PGP those been since patched and it did not affect Claws mail.
    4 points
  18. Such as thing as secure email does not exist due to email nature. It was never built to be secure in first place. Even if you encrypt SMTP traffic with ssl and only access email using some client with perhaps even ip based blocking it is still not 100% secure. Solutions like that only add bandages into root issue. Point you are sending email outside "secure" provider it is as secure as on any other provider. Even if you use something like deltagon secure mail which many companies uses it does not offer full security as all i need is link for secure email and open it before original recipient does. And that email link is sent to any insecure email server. Even got SMS MFA to view secure messages there are means to intercept text messages (which i cant talk here) Closest for secure email is to use PGP to encrypt email but I just opt not send anything confidential over the email and treat it like sending postcards.
    4 points
  19. https://codeberg.org/Theodor2/Mypal68/releases github still not, don't know, I have set autoupdate from codeberg https://www.mypal-browser.org/download.html just now
    4 points
  20. That's pre-release for Microsoft, actually. I need them to remove update block as I'm unable to work it around without a jigsaw.
    4 points
  21. That's not the question I asked. Anyways, we can't even be sure it's on the level of the 114 engine. Many flags and/or functions are missing, just read on github.
    4 points
  22. Is Chrome telemetry stripped away from this browser? Someone checked?
    4 points
  23. Yep! And even New Moon 28 can deal with these certificates:
    4 points
  24. Thorium still has a dedicated website (not sure how old it is), but I don't advise to link to it, it has loads of Windows cr-cks, including his own, so don't get banned for posting his site! Or this topic might be locked, too! Thorium is still a distributor of highly illegal content.
    4 points
  25. Why off-top? It's not off-top. I'll tell you where. Alex had his own website long before he made that github account. Several MSFN members linked to that site, but it was not allowed for posting because Alexei hosted cr*cks on his site along with the browser Thorium. Then he deleted that site after the scandal with the child p0rn distribution (but we are forbidden to go into further details) by Dave-H. As you may remember, the old Thorium topic was locked, probably due to the reason of Alex (Thorium) distributing cr*cked Windows loaders, etc...
    4 points
  26. uBlock Origin 1.16.6b1 by @UCyborg: https://github.com/UCyborg/uBlock-for-firefox-legacy/releases
    4 points
  27. BTW, I do not watch YouTube videos in browsers under Windows XP. YouTube has become bloated and cumbersome for many years. Under Windows XP and older, weaker machines, there are different ways to watch them more unbloated and less resource-consuming. @NotHereToPlayGames One way is to use the extension uTube from RealityRipple Software for UXP browsers. Doing so, you won't see any ads, even not these annoyances at the end of the Adblocker Test Video. All you have to do is to edit the install.rdf to make it compatible with New Moon 28 or Serpent 52.
    4 points
  28. Fixed in the next version, I shall to publish it upon a week most likely
    4 points
  29. That's unfortunately not enough. What about all default uBlock filters? For blocking YouTube ads, you can enable uBlock filters – Quick fixes and GoodbyeAds-YouTube-AdBlock-Filter. In my thread, you will find my latest release containing all these filter lists and more. And in my article, you will find corresponding images of the tab Filter lists. In any case, I don't get ads in YouTube videos when using my mod uBlock Origin Legacy.
    4 points
  30. 4 points
  31. People write it's dangerous Tutanota - "Either fraud or incompetence. No support. Hundreds lost. Absolute fraud. I don't know why I thought to go with these people over an established, reputable company. Can't believe how stupid I am. This company ate up ALL of the operating funds that my nonprofit had to work with, on what? Some bug? We never, ever agreed to this. Literally just signed up yesterday. Invoices are incorrect and mangled. If not intentional, VERY broken. Unresponsive support. SCAM." https://www.trustpilot.com/users/627cf4485f93600012c20263 Date of experience: December 09, 2023 More at TrustPilot Trustpilot. https://www.trustpilot.com/review/tutanota.de
    3 points
  32. Of course, this is all a little confusing. But the multi-process mode of Mypal 68 has nothing directly to do with a multi-core CPU. In multi-process mode, Mypal 68 opens every single tab, all extensions and other things into new browser processes, just as Chrome (including 360Chrome) has been doing for a long time. The advantage of Mypal 68 is that the single-process mode still exists and can be switched on if desired. Each of these modes has advantages, but also disadvantages, as you surely know.
    3 points
  33. Ok. As usual the proof is in the pudding. I have two partitions with Windows XP installed. One with POSReady 2009 and one without. I will test that and report here.
    3 points
  34. Yes, strange, me neither! Probably some soft conflict?
    3 points
  35. The Chrome engine is bloated, it's no surprise, DDR4 improves the situation. Very little the they can do.
    3 points
  36. oops, this is a false positive due to bad coding practice. problem is inside wintz.cpp and I finally got it fixed. https://github.com/roytam1/UXP/commit/92e1373e8c7dc28bcc715aaad0bd9558b11a7909 (EDIT: from my limited testing, it seems to be fine with AutoDST on or off, so no further change will be made about it)
    3 points
  37. Even worse they expect you to have whatever smartphone app for something. For example if I need pay someone something they want me to use app called Mobilepay for it and look me like I am crazy when I say I will pay with bank transfer or cash as in Finland transferring money between IBAN addresses is common and does not require any mobile app, it can be done by going to bank or from their website. Or I can just go ATM and get some cash to pay it which can be instantly verified and does work even if phone battery runs out. Some people also only store their train tickets on phone app and then whine when train is on area without cellular or phone battery runs out.
    3 points
  38. Well come back, I'm glad you're here! I asked one man who was in contact with you (allegedly), he didn't mention any of these tragic events, I wish you recover and live a long life!
    3 points
  39. Ok! I checked my system once again. In my Windows XP main partition, I unfortunately discovered that one of four registry keys relating to the region and language options had disappeared. No idea why. However, the time and time zone display was still intact. Fortunately, I have a second Windows XP partition from which I was able to export the missing key HKEY_CURRENT_USER\Control Panel\International and import it into my main partition. Now, all is working again. This fixing has actually led to a change in Firefox ESR 52.9.0. Now I also get the correct time and time zone displayed there:
    3 points
  40. I thouht what is it, because it works to me, then got that this is only bug when switched to single process. There no good point to do this unless your machine is very weak with poor RAM 1gb and less. On regular machine like core2dua with 2gb RAM use default multiprocess mode And I try fix this menu next version. 68.14 is now cooking for publish.
    3 points
  41. I have done a test to check the behavior of the Paragon GPT Loader driver with the 2TB limit in an XP system configured in IDE mode. After formatting my 4TB Seagate ST4000LM024 GPT disk in Win10, I started to fill it always in Win10 by copying in a progressive way the files numbered from 01 to 432 until to reach 2,194,897,825,792 bytes (at the end of the copy I made sure that all the files were uncorrupted): After connecting the disk to the XP system with Paragon GPT Loader installed, I first verified again that all files were not corrupted and then copied a single file to the disk reaching a total of 2,199,889,600,512 bytes: Checking once again the integrity of all files, I noticed that the first file copied a few days earlier (the one marked with the number 01) was now corrupt while all the others were intact. But on the next system reboot, here is what happened: The problem encountered is almost the same as the one I detected using the asmedia asahci32.sys driver in a system configured in SATA/AHCI mode. The difference, which is no insignificant, is that at least with the asmedia driver, by following the identical procedure above, the drive was still accessible in XP and other files were still correctly available although the 2,199,023,255,552 bytes limit was exceeded. At this point, I also have serious doubts whether the GPT Loader can effectively work on 3TB GPT disks. It certainly does not work on 4TB GPT disks.
    3 points
  42. Encrypted ClientHello is currently supported, and it wasn't "teared" by Google. But it's absent in Thorium. This topic is about Thorium, not Supermium, some here still isnist those two "aren't clones". https://blog.cloudflare.com/announcing-encrypted-client-hello/
    3 points
  43. Regarding Mypal 68, all related to localisation and internationalisation has not been implemented yet. No correct local times. No time zones. This was reported by me long time ago: https://github.com/Feodor2/Mypal68/issues/96
    3 points
  44. It doesn't require hardware acceleration. Even a C2D has enough performance to open 1080p h265. You need h265 in mp4 to test it. But I've already checked, the h265 video does open. Tested in Win XP.
    3 points
  45. Latest release published mere minutes ago; the first one (non-BETA) to officially support WinXP on both 32 & 64-bits, the same is true for Windows Vista SP2: https://github.com/Alex313031/thorium-legacy/releases/tag/M122.0.6261.168 As instructed, read all the Release Notes very carefully and then be extra meticulous on selecting and running the most suitable installation files (including Fonts) for your OS+bitness!
    3 points
  46. I have ran (in VM only) some Thorium releases in the past. LONG before Supermium was ever a thing! I did find Thorium to be STABLE. Even with only 2GB RAM allocated to the VM. Like it or not, Supermium is simply NOT THERE -- *yet* I personally don't mind, in the least, viewing Thorium EXACTLY as we did 360Chrome "in the days of forgotten lore". Nobody trusted 360Chrome in the beginning either. It was MSFN Members that evolved it into something we were comfortable with. Logging its every connection, hex editing .dll's, customizing GUI, et cetera. Nothing wrong, in the least, with doing the same to Thorium... And Supermium... Show a screen cap of Thorium making a questionable connection. The "throw granny from the cliffs" scare tactic approach isn't doing anybody any good.
    3 points
  47. Done, upvoted your post, as asked.
    3 points
  48. I wouldn't go out and just buy a 3090 Ti, all of that because a random entity on the internet wrote it "worked" for him, just saying. Gather more info before the purchase!
    3 points
×
×
  • Create New...