For my “convenience” and because in this way they can show ads and clickbait

Also: I SET A FUCKING GROUP POLICY THAT DISABLES THE SEARCH BAR; WHY THEY FUCKING IGNORE IT???

  • TalesFromTheKitchen@lemmy.ml
    link
    fedilink
    English
    arrow-up
    50
    arrow-down
    1
    ·
    9 months ago

    Same with ‘compatibility telemetry runner’ after every update I have to disable it and delete the .exe from system32. None of the permanently disable tricks work. Plus I always have to run “oo shutup” to disable the other privacy stuff. I wish I could switch to another is, but most of my software is windows only.

    • silly goose meekah@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      ·
      9 months ago

      isn’t WINE for running windows only stuff on linux? or is the software you use actually utilizing some windows specific API?

      • TalesFromTheKitchen@lemmy.ml
        link
        fedilink
        English
        arrow-up
        6
        ·
        9 months ago

        Yeah I’ve heard Wine has gotten really decent. Maybe I should give it a shot. Change is always a bit hard, when it comes to habits.

        • silly goose meekah@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          9 months ago

          absolutely agree on that last part. but yeah, apparently valve really accelerated the development of those translation layers for the steam deck.

          • Flaky@iusearchlinux.fyi
            link
            fedilink
            English
            arrow-up
            3
            ·
            edit-2
            9 months ago

            For regular gaming experiences, WINE and Proton are brilliant. For some .NET stuff it’s still lacking. On WINE, MusicBee for example lacks proper CJK font redirection and dragging the tabs on it causes MusicBee to throw errors. You might also run into issues gaming if you have certain setups + controllers too.

            • dan@upvote.au
              link
              fedilink
              English
              arrow-up
              4
              ·
              edit-2
              9 months ago

              For some .NET stuff it’s still lacking.

              .NET runs natively on Linux now. so newer apps should work fine unless they’re using Windows-specific APIs. For the legacy .NET Framework 4.x, they should work in Mono.

            • barsoap@lemm.ee
              link
              fedilink
              English
              arrow-up
              3
              ·
              9 months ago

              .NET stuff

              Have you tried using mono? It does winforms by now though apps doing direct Win32 API calls (bypassing the actual .NET stuff) are iffy no matter what.

    • FooBarrington@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      9 months ago

      Could it be possible to place a read-only dummy .exe in its place? I think FS attributes should be respected by the update process.

      • i_stole_ur_taco@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        9 months ago

        They ought to be. You might have to change ownership of the file to some other local user (and disable permission inheritance for that file so admin can’t touch it), but I bet this would work for most use cases except like a system restore.