• LovableSidekick@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    3 months ago

    Getting ready to go back to Linux, just waiting to get some other stuff out of the way. Taskbar autohide on my Win10 box stopped working this morning. Minor annoyance, I looked it up and found a simple fix - restart the Windows Explorer process. Okay, did that, autohide started working. Bur srsly, the taskbar is almost 30 years old, low-level shit like this SHOULD JUST WORK. Now 12 hours later I just noticed it’s not working again. What the Actual Fuck, guys? Unbelievable.

    • 0^2@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      10
      ·
      3 months ago

      chkdsk /scan If any errors found, stop and /f them

      Then:

      DISM.exe /Online /Cleanup-image /Restorehealth

      Finally:

      sfc /scannow

      • InFerNo@lemmy.ml
        link
        fedilink
        arrow-up
        4
        arrow-down
        4
        ·
        edit-2
        3 months ago

        Is that command line stuff? Hard pass for Windows users.

        Edit: I guess the Windows users didn’t like that joke

        • madeline@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          6
          ·
          3 months ago

          yes, it is. those are pretty much the definitive windows commands to try to fix random stuff like this too, if they fail then it’s reinstall time lmao

        • DacoTaco@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          3 months ago

          Sure, but then they shouldnt complain. Stuff break on linux too and when fixing them you also often have to open a terminal. When things are broken, a terminal is often the goto on any system…

  • ayyy@sh.itjust.works
    link
    fedilink
    arrow-up
    9
    ·
    3 months ago

    Have you seen old 80’s-90’s style C driver code? Lines of code is an even more terrible metric for this than it usually is.

    • Neshura@bookwormstory.social
      link
      fedilink
      English
      arrow-up
      9
      ·
      3 months ago

      Technically yes but (without reading the article) going by what drivers were removed previously any affected device has been incompatible with modern linux kernels for a while so this probably doesn’t affect anyone’s experience using linux

  • finitebanjo@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    I’m sure a lot of people started taking unnecessary code executed at low levels a lot more seriously after the Crowdstrike fiasco.

    • Tux@lemmy.worldOP
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      Well, Windows implemented kernel-level protection to prevent another Crowdstrike situation. lt actually makes kernel-level game anti-cheats to break.