this post was submitted on 14 Jun 2025
932 points (98.0% liked)

memes

15614 readers
3177 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Trollception@lemmy.world 3 points 4 days ago* (last edited 4 days ago) (2 children)

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 1 points 3 days ago

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

[–] filcuk@lemmy.zip 1 points 4 days ago (2 children)

I don't know about others, but I've tried and failed to stop my pc waking from sleep.
At some point, it just stops providing wake reason codes. It just wakes up. The system doesn't know or tell why.
Hibernation has never failed me, at least.

[–] Trollception@lemmy.world 2 points 3 days ago* (last edited 3 days ago)

Try running this in Powershell, after running this it should only wake from either a wake timer and maybe wake on lan.

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