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.
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.
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.
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.
Today could be the day! I bet 90% of Lemmy would at least try to help.
It really is an issue of laziness. I dont want to have to re-mod New Vegas.
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.
So, I have every conceivable setting off for automatically installing updates. It won’t let me not do it.
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.
Here’s a one liner that disables wake on all devices in your PC.
powershell -Command “powercfg /devicequery wake_armed | ForEach{ powercfg /devicedisablewake $_ }”
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.