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.
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.
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.
deleted by creator
Epic?
I’m assuming Epic as in the healthcare charting system
deleted by creator
Please elaborate
Shutdown.exe -r -t 00 -f
Fast , no mucking around with graceful exiting of stuff. Kicks it in the teefs
Some clarification of the command
-r #restart
-s #shutdown
-t 00 #wait 0 seconds
-f #forced