• LastWish@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    19 days ago

    Why the hell does my PC turn itself on from hibernate when there is an update pending? Fuck you windows.

    Going to switch to Linux as soon as I stop being lazy… any day now.

    • Trollception@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      19 days ago

      Because you have configured it to install updates when you are not using your PC and windows is leveraging a system wake timer. If Linux was configured to do the same it would be no different.

      • LastWish@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        18 days ago

        So, I have every conceivable setting off for automatically installing updates. It won’t let me not do it.

    • ZeldaFreak@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      19 days ago

      You can configure it. Whats worse, my current PC actually allows every device to wake up my PC. My old PC didn’t allowed it and only allowed the power button and WoL. You can turn it off for each device (there is no bulk option, thanks MS), but when you plug in a new device… Recently I forgot to unplug my mouse from charging and my PC started right away.

      I have no problem that there is this option. Might be handy in the right situation. I have a problem that you can’t configure it easily. But I guess hibernation is something that Devs forget these days. I have a few programs that don’t play along nicely.

      • Trollception@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        18 days ago

        Here’s a one liner that disables wake on all devices in your PC.

        powershell -Command “powercfg /devicequery wake_armed | ForEach{ powercfg /devicedisablewake $_ }”

        • ZeldaFreak@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          18 days ago

          Doesn’t work Invalid parameter --. I have zero clue where it gets the --. But the issue would be new devices or other ports. I did this manually once, needed to unplug my PC and needed to do this once again. At least there seems to be an option doing this in bulk but it’s not optimal.