Jump to content

NotHereToPlayGames

Member
  • Posts

    5,116
  • Joined

  • Last visited

  • Days Won

    83
  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by NotHereToPlayGames

  1. 4 minutes ago, superleiw said:

    Disabling WU may prevent those certificates from being updated ( I haven't tested it myself so can't confirm)

     

    Enable or disable the Windows AutoUpdate of the trusted CTL:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SystemCertificates\AuthRoot]
    "DisableRootAutoUpdate"=dword:00000000

    0 to enable or 1 to disable. This key is not present by default. Without a key present, the default is enabled.

     

    Enable or disable the Windows AutoUpdate of the untrusted CTL:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SystemCertificates\AuthRoot]
    "EnableDisallowedCertAutoUpdate"=dword:00000001

    1 to enable or 0 to disable. This key is not present by default. Without a key present, the default is enabled.

    Thanks.  I personally disable WU and will also now be disabling these CTL updates.  "My computer, my preference."  :cool:

  2. Intriguing.  I'll see if I can find anything this evening.

    I'd be flagged by IT in three different countries if I so much as downloaded Supermium or Thorium here at work.
    Irony there is they've never noticed my 360Chrome 1030 but they did "slap my hand" when I tried 2044.

  3. 1 hour ago, Dixel said:

    It sounds more like a bug

    Not a bug, it's a design flaw.  That's how Windows 7 ejects a USB flash drive.  That's how KDE (Linux) ejects a USB flash drive.

    XP will power down on eject without any third-party apps.

    Unsure on 10 as I migrated my USB Safely Remove from XP installations.

  4. I use "USB Safely Remove" because I had it when I ran XP which was right up to just a month ago.

    It's a "must" for me because the built-in modern Windows USB eject does not power down the USB device first, the built-in will halt all read/write activity but it forces you to remove the USB device WHILE POWERED.

  5. Why open any window at all?

    And why minimize anything you have open in order to access a desktop shortcut?

    What you want is a utility that sits in your systray next to the clock.

    Hover over the icon, eject USB.  Takes two seconds with no windows at all and only one mouse click.

    Zentimo xStorage Manager is one such utility.  I'm sure that others exist as well.

  6. Email servers and communication protocols are "above my paygrade".

    My mantra is that if you are ONLINE, then your privacy is compromised.  "End of story."

    We each, every one of us, has to decide just where to draw the line.

    On one extreme, you live in a hill, no phone service, no electricity, no running water, in a house weaved together from small tree limbs.

    On the other extreme, you're on FACEBOOK or TIKTOK but cite privacy or security "concerns" on web sites like MSFN.

  7. Sending on a postcard is hilarious.

    Secure is secure only if all the players follow the rules.

    The last three "certified" letters I received via United States Postal Service were left at my house without so much as a SIGNATURE acknowledging receipt.

    H3ll, one of those three was left on my front door step where any light breeze could have sent it flying.

  8. 3 minutes ago, Nokiamies said:

    Such as thing as secure email does not exist due to email nature.

    Bingo!

    I once had an ONLINE bank account try to DENY me an account because I *refused* to give them an email address for them to SOLICIT.

    I had to include THEIR corporate lawyers - it is ILLEGAL to conduct FINANCIAL BUSINESS over email, therefore you do NOT "need" my email address.

    NONE of my bank accounts have an email address!!!  NONE of them.

    I do not need three emails telling me my statement is ready, four emails to confirm/verify a transfer between accounts, seven emails to solicit me into an account type I did not ask for, et cetera.

  9. 4 minutes ago, 66cats said:

    The Industrial Revolution smartphone and its consequences have been a disaster for the human race.

    AGREED!

    I remember telling DOZENS of mobile phone users that were begging for their landline number to be trasnferred to their mobile that they are not thinking through the consequences.

  10. 28 minutes ago, UCyborg said:

    If regular expressions aren't your thing, Proxomitron won't be either.

    Very true.

    I only cite Proxomitron's POWER because if people want to STAY on XP, they can NOT do this just with polyfills alone.

    They will also need a way to do things that Proxomitron and Proxomitron ALONE can do.

    Two such examples that I required when still on XP + 360Chrome is the ability to "degrade" a CSS Level 4 :not() to a Level 3 :not() and the ability to "defuse" a CSS :where().

    https://caniuse.com/?search=%3Anot()%20level%204

    https://caniuse.com/?search=%3Awhere

    And only only ONLY with Proxomitron can you take a javascript section of code that is 150 pages long and rip 50 of those pages completely out and only send 100 pages to the browser.

    They are ripped out before the browser ever sees them, before uBO ever sees them, before NoScript ever sees them, before uMatrix ever sees them, et cetera.

    And they don't have to be 50 consecutive "pages", you can rip out page 2, page 12, pages, 20 thru 25, page 56, you name it.

    You can keep page 75 and the 200 words on page 75, but you can change 10 of those 200 words - before the browser ever sees them, before uBO ever sees them, et cetera.

  11. Agreed.

    Here is today's Browser Irony - we have a lot of folks that polyfill old browsers to perform new tricks, myself included.
    This is mainly the XP Crowd though the Vista Crowd isn't much far behind in this regard - "keep old at all costs" (without any "cost analysis" that doing this COSTS MORE (both in personal time and CPU/RAM usage) then UPGRADING).

    But now that I'm on Win10 + Ungoogled Chromium v114, I've actually found myself intentionally doing the OPPOSITE - tracking down what javascript functions run in v114 or newer and BREAKING THEM so that they do NOT "execute".

  12. That's exactly why I use Proxomitron but it is "too complex" for most people to "learn", they want something like uBO where "lists" are put together for them.

    Instead of teaching a man to fish and feeding him for a lifetime, web browser users just want that one fish to be fed to them one at a time, they have no interest in "learning how to fish".

    For example, the very MSFN page we are on right now has FIFTY scripts.

    My Proxomitron blocks 13 of them before the web browser even sees them (also why I do not need 20/30/60 uBO lists and my FIVE do just fine.

    I guarantee that my FIVE uBO lists coupled with my Proxomitron config is blocking way way wwaayyy more than those 20/30/60 uBO "spoon-fed" lists.

    ps - Proxomitron counts actual physical scripts, inline and fetched, unlike uMatrix or uBO which only counts fetched files.

    image.png.6ed84b295cb1066aa2acf074b97a3db3.png

    image.png.4ec354088a0c7ce1a2212d953a5dc6bd.png

  13. 49 minutes ago, Anbima said:

    How can I integrate this into Windows XP?
    Is there an installation file or a ready-made file that I can copy to a specific folder?
    Unfortunately, I am not familiar with this.

    It looks to me like this port is NOT something that you port directly into your XP.

    Rather, it is something that is "compiled" with the program that you want to then run on XP.

    ie, you use this to create a version of Supermium or Thorium that will "do" ECC when ran on XP.

×
×
  • Create New...