Hofmaimaier@feddit.org to memes@lemmy.world · 10 hours agoOh Boy!feddit.orgimagemessage-square26fedilinkarrow-up1289arrow-down112
arrow-up1277arrow-down1imageOh Boy!feddit.orgHofmaimaier@feddit.org to memes@lemmy.world · 10 hours agomessage-square26fedilink
minus-squareFiveMacs@lemmy.calinkfedilinkarrow-up54·10 hours ago*clicks shut down on windows *goes to boot computer up into the morning… sees message ‘attempting to close programs’ fu microsoft
minus-square0ops@piefed.ziplinkfedilinkEnglisharrow-up1·5 hours ago*clicks sleep on windows *computer turns itself on in the middle of the night and starts playing YouTube fuck you ms
minus-squareAnyOldName3@lemmy.worldlinkfedilinkarrow-up2·4 hours agoThat’s almost certainly because you’ve got wake on LAN enabled in your BIOS settings and something else on your network wants to have a late-night chat with your computer.
minus-squareDhs92@piefed.sociallinkfedilinkEnglisharrow-up1·1 hour agoOr they’re using S0 sleep and the computer is waking itself up to update
minus-squareOnomatopoeia@lemmy.cafelinkfedilinkEnglisharrow-up10arrow-down1·10 hours agoWinKey+R Shutdown -s -f -t 0
minus-squareUnpledgedCatnapTipper@piefed.blahaj.zonelinkfedilinkEnglisharrow-up1·5 hours agoIf you do shutdown -s -t 1 you can skip the -f and it’ll shutdown after 1 second.
minus-squareSadbutdru@sopuli.xyzlinkfedilinkarrow-up1·6 hours agoCan I get a breakdown of the meaning of this?
minus-squarehunkyburrito@lemmy.ziplinkfedilinkarrow-up1·edit-25 hours agoWin + R: opens run dialog to run the next command shutdown -s -f -t 0: cli shutdown command where -s is poweroff, -f is force, and -t 0 is a timeout of 0
minus-squareNightwatch Admin@feddit.nllinkfedilinkarrow-up2·8 hours agoMate, you’re lucky you still got that secure boot manager thingy… drops from my disks far too often.
*clicks shut down on windows
*goes to boot computer up into the morning… sees message ‘attempting to close programs’
fu microsoft
*clicks sleep on windows
*computer turns itself on in the middle of the night and starts playing YouTube
fuck you ms
That’s almost certainly because you’ve got wake on LAN enabled in your BIOS settings and something else on your network wants to have a late-night chat with your computer.
Or they’re using S0 sleep and the computer is waking itself up to update
WinKey+R
Shutdown -s -f -t 0
If you do shutdown -s -t 1 you can skip the -f and it’ll shutdown after 1 second.
Can I get a breakdown of the meaning of this?
Win + R: opens run dialog to run the next command
shutdown -s -f -t 0
: cli shutdown command where -s is poweroff, -f is force, and -t 0 is a timeout of 0Mate, you’re lucky you still got that secure boot manager thingy… drops from my disks far too often.