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 $_ }”
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 $_ }”
You don’t have to use the platform.
I’ve never used Twitter and do not plan to. That doesn’t mean that everyone else has to stop using it because I don’t approve of it.
Sure, once it is no longer one of the most popular social media platforms.
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.
Pretty sure that’s debatable. I’ve seen quite a bit of American hate on Lemmy
In general Lemmy is a fairly hateful place, lots of bitter individuals.
Same here buddy. It’s what I use every day. Welcome to Lemmy, apparently being American is unwelcome around here.
Oh also. Windows, OneDrive and Google really russles some jimmies round here.
You can’t hear anything, the phone answers and then immediately hangs up and disconnects the call.
Stop that! You and your logic, no logic allowed here, just hate
So does having a voicemail? How is that any different.
You need to setup your phone to answer and then hang up automatically on the callers. On my Pixel I only get VMs from spam callers if I didn’t have any signal at the time.
Better hang onto them for another 10 years, you’ll never know when IDE makes a comeback.
Orange man
Amazing
You literally just brought politics into a discussion about not bringing up politics.
Yea I’ve found that if you take the experiences you have on Lemmy and then just invert it, then it will give you a more accurate estimation of reality.
I considered setting up Syncthing since I have a server running 24/7 at home. My biggest concern would be around opening more ports and potentially exposing myself further. I guess I trust Microsoft with my data as do many other corporations. If Microsoft or AWS had a data leak of epic proportions then I honestly don’t know what might happen to technology
The world does not suck, you are just a negative nancy
That’s absolutely not been my experience. Political topics are normally deleted in other forums I’ve been on.
Here’s a one liner that disables wake on all devices in your PC.
powershell -Command “powercfg /devicequery wake_armed | ForEach{ powercfg /devicedisablewake $_ }”