this post was submitted on 19 Apr 2025
1085 points (100.0% liked)
linuxmemes
25111 readers
923 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Linux normally does a nice shutdown as well, unless you force it.
You can force it on windows if you really want.
I'm so tired of linux memes posted/made by people who don't know much about windows or linux.
Please elaborate
Shutdown.exe -r -t 00 -f
Fast , no mucking around with graceful exiting of stuff. Kicks it in the teefs
I use that as a bat file so all I have to do is double click it.
and then you can growl menacingly and say 'don't make me get the bat, punk'
I donβt use windows.
Not sure if this is a joke or serious.
I can't speak for them if they're joking or not but it's something you can absolutely do. *.bat files (short for "batch", as in a batch of commands to execute in sequence) are the script files for the Windows command line, and can be executed by double clicking on them
Some clarification of the command
-r #restart
-s #shutdown
-t 00 #wait 0 seconds
-f #forced
If -t is specified -f is assumed and redundant, but also it will try to do graceful l, but with a patience of a cranky toddler
Not really. If -f (force) is removed windows will shutdown similar to pressing the shutdown button and will wait for your input regarding open programs. -f is needed to just just βdo itβ with no hesitation or response from the user.
Straight from the doc
/t Sets the time-out period before shutdown to xxx seconds. The valid range is 0-315360000 (10 years), with a default of 30. If the timeout period is greater than 0, the /f parameter is implied.
Sooo when you use the prompt
You would need the -f since we defined the timeout period as 0. Because:
Yeah fair enough -f -s does the same thing as -t 0?
I don't trust windows enough, I always input both parameters
Ah nice. I have only used it with -t 0. Iβm glad to have learn something today.
00?
How many seconds you're prepared to wait for Windows to shutdown.
Yeah, but why 00 and not 00000? Or 0.000?
Because that's how they do it for Gundams
Probably just habit on their part, it's no different than just putting 0
I've used a single zero and that works fine too.
Me to
I know! I wasn't sure when I posted it, so stuck to memory to be safe.
I reckon I've confused the double digits needed for the silly shutdown explanation thing (planned/unplanned, various reasons) instead...
lol, I honestly just thought the elite hackers used double zeros and I was just a lazy dummy. Maybe Iβm the elite hacker then.
Also
taskkill /im foo.exe /f
Well, that's great for killing one thing, for sure
I will just do the update first /s
The process manager lets you kill any process.
You can also click the do it anyway button when it's waiting on shutdown, but I've had less consistent success with that.
Theres a button on the back of the psu that comes in handy a LOT with windows. Useless on linux unless you want to use that button for its intended purpose.
Back in the day if I wanted to quit Windows the fastest way, Iβd rename the c:/windows folderβ¦
Back to the DOS prompt faster than you could blink
There's also a hardware way, works on practically any device. Phone, tablet, laptop, desktop, etc. Doesn't matter what the OS is.
Press and hold power button for anywhere between 5 - 15 seconds. The second half of this meme describes this method the best, methinks.
Absolutely, if people agree or not, the core windows is still a pretty powerful operating system. Its sad that they are ruining it by adding crap into it.
I'm waiting for pure GNU/NT. It sure as hell ain't Unix!
Oh, p-lease, can force it my ass, Linux has never failed to shutdown on me when using plain obvious GUI method. windows - can easily hang on forever as long as computer stays powered. The point of all the memes is exactly insane windows defaults, not the things that can or can't be done by someone with enough knowledge
It was simpler using Linux to just kill things unceremoniously, but my coworkers are also consistently amazed when Epic throws a temper tantrum (rare, but it happens) and I walk over and ctrl-alt-delete and tell it to sit down and shut the fuck up until it's ready to reboot and act right.
Epic?
I'm assuming Epic as in the healthcare charting system
βοΈ
At the workplace?
Why not Ctrl+Shift+Esc?
Idek what that is I learned ctrl-alt-del 20 years ago and haven't needed to learn anything else since.
So prior to Win 7 or so, Ctrl+Alt+Del brought up the task manager. Now it brings up a lock screen from which you can select additional options.
Ctrl+Shift+Esc pulls up the task manager, like it did back when you learned it.
It's one more click, why fix what ain't broke?
Linux programs either HAVE to be quick while receiving shutdown signal, otherwise the state will be fucked, work will be lost, and people will be mad, and program will stop being used.
Clicking the Windows button to force shutdown will straight up kill the program and won't care at all.
Yeah this is more of a situation where because more applications are built for windows you're more likely to encounter poor quality application level software on windows than on Linux. Especially if you stay within the walled garden that most distros provide.
People see a pattern with having a lot more problems with applications on windows than they do on linux and wrongly assume it's because of the OS.
It's really silly since there's plenty of real bullshit going on with windows people could meme about. There's no need to make up shit about windows being bad at something it actually does ok with.
Windows also has to worry about getting sued by another multinational conglomerate when some idiot loses the only copy if a super critical file because they were too lazy to save and forced their laptop to shutdown so they could pickup lunch.