• @_____@lemm.ee
    link
    fedilink
    English
    447 days ago

    meanwhile Windows users: let me drop into this random strangers discord who claims he will make my PC faster by dropping this .bat file that will run thousands of commands to “debloat” my install. also let me edit the registry and add random values to keys that I don’t know what they’re used for. this process is basically irreversible because I will inevitably forget which keys I’ve edited over time, wow windows is so simple and easy and intuitive 🤡

    • @the_crotch@sh.itjust.works
      link
      fedilink
      157 days ago

      That’s not a windows problem, it’s a user problem. The same scenario could play out with a shell script that modifies a hundred dotfiles. Lots of solutions on Linux help forums are “Paste this into your terminal. Don’t forget the sudo!”

      • LoudWaterHombre
        link
        fedilink
        87 days ago

        I used to reinstall Windows once a year. Now with Debian stable I just fix the problem if there is any and that’s it.

    • @ulterno@programming.dev
      link
      fedilink
      English
      37 days ago

      I actually used to make backups (Export) of each edited key and keep them in folders with context, so I could later look them up or even set them again in case of a reinstall.

      Now, they are lying, forgotten, on some NTFS drive that I haven’t opened in years.

      • @ftbd@feddit.org
        link
        fedilink
        47 days ago

        I wonder if registry keys can be set with an ansible script? Granted, that is still not as nice as a declarative config (yay NixOS), but better than having to write down and do by hand again on a new install

        • lime!
          link
          fedilink
          English
          27 days ago

          yeah, reg set <key> <value> i think it is