this post was submitted on 14 Jun 2025
937 points (98.1% liked)

memes

15710 readers
2706 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
[โ€“] filcuk@lemmy.zip 1 points 1 week 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 1 week ago* (last edited 1 week 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 $_ }"