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 $_ }”
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.
Apparently (if you believe things from Lemmy) the American date format is ‘barbaric’ because it’s different from the norm.
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.
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
Yea. I use it daily so I can share files between my PCs without any thought.
It’s much easier to avoid on other platforms to be fair.
Oh Lemmy. Will you ever crawl out of your pit of depression and despair?
That’s quite disrespectful to compare what we have today to actual slavery.
This. It’s a typical grass is greener mentality.
One word for you. Antidepressants
Probably a carrier thing. I’m on TMobile
Here’s a one liner that disables wake on all devices in your PC.
powershell -Command “powercfg /devicequery wake_armed | ForEach{ powercfg /devicedisablewake $_ }”