β² 948 βΌ Linux For Life (lemm.ee) submitted 1 year ago by azha@lemm.ee to c/linuxmemes@lemmy.world 169 comments fedilink hide all child comments
[β] raltoid@lemmy.world 325 points 1 year ago* (8 children) 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. permalink fedilink source hideshow 16 child comments replies: [β] LouSlash@sh.itjust.works 47 points 1 year ago (5 children) You can force it on windows if you really want. Please elaborate permalink fedilink source parent hideshow 10 child comments replies: [β] flambonkscious@sh.itjust.works 127 points 1 year ago (12 children) Shutdown.exe -r -t 00 -f Fast , no mucking around with graceful exiting of stuff. Kicks it in the teefs permalink fedilink source parent hideshow 17 child comments replies: [β] Sonicdemon86@lemmy.world 26 points 1 year ago (2 children) I use that as a bat file so all I have to do is double click it. permalink fedilink source parent hideshow 4 child comments replies: [+] sprite0@sh.itjust.works 49 points 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent [β] jmacapp@lemm.ee 3 points 1 year ago (1 child) I donβt use windows. Not sure if this is a joke or serious. permalink fedilink source parent hideshow 2 child comments replies: [β] laurelraven@lemmy.zip 8 points 1 year ago (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [β] jmacapp@lemm.ee -1 points 1 year ago (2 children) Thanks, Iβm familiar with batch files. This just seems like a very bad way to perform a shutdown, especially when running a UI Desktop windowing system. And even if that shutdown command is fully supported from the GUI, I would guess you need to be admin to run it, which means you can run the bat file as admin, so if you can edit the file or modify the env in which it runs (e.g. PATH) it seems like it could be a security problem. And if you donβt need to be root to run the shutdown command, that seems like its own problem. I suppose Windows still has the βrun as administratorβ from the context menu so maybe that helps. permalink fedilink source parent hideshow 4 child comments replies: [β] Sonicdemon86@lemmy.world 5 points 1 year ago As it is a simple command you don't need to be an admin or run as administrator. Listen kids don't run batch files if you don't know where they came from or who made them. permalink fedilink source parent [β] laurelraven@lemmy.zip 3 points 1 year ago You did say "I don't use Windows" which sounded like you were saying you didn't know if what they were saying was technically plausible or reasonable, and without knowing what you do or don't know about Windows or DOS, figured I'd respond with the presumption that it's possible you're only really familiar with *NIX systems (which is not a judgement). I find it kludgey and unnecessary to shut down that way, but it's not exactly a bad idea, and it does not require admin rights. And there's no reason it wouldn't be supported: when you run the file, it opens it in a terminal window, it's exactly like if you manually opened it and typed it from a technical point of view. And if someone malicious has the ability to edit a file on your desktop, they could do a lot more dangerous things, pretty much anything you could put in the batch file, more or less directly. Really, the only issue here is that you'd always be force closing your programs when you shut down which increases the odds that eventually they might corrupt one of their files... Not a huge risk, but non-zero. permalink fedilink source parent [β] criticon@lemmy.ca 20 points 1 year ago Some clarification of the command -r #restart -s #shutdown -t 00 #wait 0 seconds -f #forced permalink fedilink source parent [β] danc4498@lemmy.world 5 points 1 year ago (3 children) 00? permalink fedilink source parent hideshow 6 child comments replies: [β] Omega_Jimes@lemmy.ca 8 points 1 year ago (1 child) How many seconds you're prepared to wait for Windows to shutdown. permalink fedilink source parent hideshow 2 child comments replies: [β] Siegfried@lemmy.world 5 points 1 year ago (3 children) Yeah, but why 00 and not 00000? Or 0.000? permalink fedilink source parent hideshow 6 child comments replies: [β] fluxion@lemmy.world 7 points 1 year ago Because that's how they do it for Gundams permalink fedilink source parent [β] laurelraven@lemmy.zip 5 points 1 year ago Probably just habit on their part, it's no different than just putting 0 permalink fedilink source parent [+] hydration9806@lemmy.ml 1 point 1 year ago [deleted] permalink fedilink source parent [β] tgxn@lemmy.tgxn.net 4 points 1 year ago (1 child) I've used a single zero and that works fine too. permalink fedilink source parent hideshow 2 child comments replies: [β] danc4498@lemmy.world 7 points 1 year ago Me to permalink fedilink source parent [β] flambonkscious@sh.itjust.works 3 points 1 year ago (1 child) 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... permalink fedilink source parent hideshow 2 child comments replies: [β] danc4498@lemmy.world 1 point 1 year ago 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. permalink fedilink source parent [β] RizzoTheSmall@lemm.ee 1 point 1 year ago (1 child) Also taskkill /im foo.exe /f permalink fedilink source parent hideshow 2 child comments replies: [β] flambonkscious@sh.itjust.works 1 point 1 year ago Well, that's great for killing one thing, for sure permalink fedilink source parent [β] Agility0971@lemmy.world 0 points 1 year ago I will just do the update first /s permalink fedilink source parent load more comments (7 replies) [β] Dave@lemmy.nz 16 points 1 year ago 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. permalink fedilink source parent [β] MadMadBunny@lemmy.ca 4 points 1 year ago 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 permalink fedilink source parent [+] endeavor@sopuli.xyz 4 points 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent [β] madame_gaymes@programming.dev 1 point 1 year ago* 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. permalink fedilink source parent [β] cmgvd3lw@discuss.tchncs.de 32 points 1 year ago* (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [β] mvirts@lemmy.world 2 points 1 year ago I'm waiting for pure GNU/NT. It sure as hell ain't Unix! permalink fedilink source parent [β] Shanmugha@lemmy.world 13 points 1 year ago* 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 permalink fedilink source parent [+] Apytele@sh.itjust.works 8 points 1 year ago* (last edited 1 year ago) (2 children) [deleted] permalink fedilink source parent hideshow 4 child comments replies: [β] acockworkorange@mander.xyz 2 points 1 year ago (2 children) Epic? permalink fedilink source parent hideshow 4 child comments replies: [β] MrShankles@reddthat.com 7 points 1 year ago* (last edited 1 year ago) (1 child) I'm assuming Epic as in the healthcare charting system permalink fedilink source parent hideshow 2 child comments replies: [+] Apytele@sh.itjust.works 1 point 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent [+] entropicdrift@lemmy.sdf.org 0 points 1 year ago (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [β] acockworkorange@mander.xyz 3 points 1 year ago At the workplace? permalink fedilink source parent [β] Moobythegoldensock@lemm.ee 1 point 1 year ago (1 child) Why not Ctrl+Shift+Esc? permalink fedilink source parent hideshow 2 child comments replies: [+] Apytele@sh.itjust.works 1 point 1 year ago (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [β] Moobythegoldensock@lemm.ee 1 point 1 year ago* (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [+] Apytele@sh.itjust.works 1 point 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent [β] derpgon@programming.dev 5 points 1 year ago 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. permalink fedilink source parent [β] SpaceCowboy@lemmy.ca 2 points 1 year ago 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. permalink fedilink source parent [β] nickwitha_k@lemmy.sdf.org 1 point 1 year ago Yeah. This looks me like a kill -9 to me. permalink fedilink source parent [β] JcbAzPx@lemmy.world 1 point 1 year ago 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. permalink fedilink source parent
[β] LouSlash@sh.itjust.works 47 points 1 year ago (5 children) You can force it on windows if you really want. Please elaborate permalink fedilink source parent hideshow 10 child comments replies: [β] flambonkscious@sh.itjust.works 127 points 1 year ago (12 children) Shutdown.exe -r -t 00 -f Fast , no mucking around with graceful exiting of stuff. Kicks it in the teefs permalink fedilink source parent hideshow 17 child comments replies: [β] Sonicdemon86@lemmy.world 26 points 1 year ago (2 children) I use that as a bat file so all I have to do is double click it. permalink fedilink source parent hideshow 4 child comments replies: [+] sprite0@sh.itjust.works 49 points 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent [β] jmacapp@lemm.ee 3 points 1 year ago (1 child) I donβt use windows. Not sure if this is a joke or serious. permalink fedilink source parent hideshow 2 child comments replies: [β] laurelraven@lemmy.zip 8 points 1 year ago (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [β] jmacapp@lemm.ee -1 points 1 year ago (2 children) Thanks, Iβm familiar with batch files. This just seems like a very bad way to perform a shutdown, especially when running a UI Desktop windowing system. And even if that shutdown command is fully supported from the GUI, I would guess you need to be admin to run it, which means you can run the bat file as admin, so if you can edit the file or modify the env in which it runs (e.g. PATH) it seems like it could be a security problem. And if you donβt need to be root to run the shutdown command, that seems like its own problem. I suppose Windows still has the βrun as administratorβ from the context menu so maybe that helps. permalink fedilink source parent hideshow 4 child comments replies: [β] Sonicdemon86@lemmy.world 5 points 1 year ago As it is a simple command you don't need to be an admin or run as administrator. Listen kids don't run batch files if you don't know where they came from or who made them. permalink fedilink source parent [β] laurelraven@lemmy.zip 3 points 1 year ago You did say "I don't use Windows" which sounded like you were saying you didn't know if what they were saying was technically plausible or reasonable, and without knowing what you do or don't know about Windows or DOS, figured I'd respond with the presumption that it's possible you're only really familiar with *NIX systems (which is not a judgement). I find it kludgey and unnecessary to shut down that way, but it's not exactly a bad idea, and it does not require admin rights. And there's no reason it wouldn't be supported: when you run the file, it opens it in a terminal window, it's exactly like if you manually opened it and typed it from a technical point of view. And if someone malicious has the ability to edit a file on your desktop, they could do a lot more dangerous things, pretty much anything you could put in the batch file, more or less directly. Really, the only issue here is that you'd always be force closing your programs when you shut down which increases the odds that eventually they might corrupt one of their files... Not a huge risk, but non-zero. permalink fedilink source parent [β] criticon@lemmy.ca 20 points 1 year ago Some clarification of the command -r #restart -s #shutdown -t 00 #wait 0 seconds -f #forced permalink fedilink source parent [β] danc4498@lemmy.world 5 points 1 year ago (3 children) 00? permalink fedilink source parent hideshow 6 child comments replies: [β] Omega_Jimes@lemmy.ca 8 points 1 year ago (1 child) How many seconds you're prepared to wait for Windows to shutdown. permalink fedilink source parent hideshow 2 child comments replies: [β] Siegfried@lemmy.world 5 points 1 year ago (3 children) Yeah, but why 00 and not 00000? Or 0.000? permalink fedilink source parent hideshow 6 child comments replies: [β] fluxion@lemmy.world 7 points 1 year ago Because that's how they do it for Gundams permalink fedilink source parent [β] laurelraven@lemmy.zip 5 points 1 year ago Probably just habit on their part, it's no different than just putting 0 permalink fedilink source parent [+] hydration9806@lemmy.ml 1 point 1 year ago [deleted] permalink fedilink source parent [β] tgxn@lemmy.tgxn.net 4 points 1 year ago (1 child) I've used a single zero and that works fine too. permalink fedilink source parent hideshow 2 child comments replies: [β] danc4498@lemmy.world 7 points 1 year ago Me to permalink fedilink source parent [β] flambonkscious@sh.itjust.works 3 points 1 year ago (1 child) 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... permalink fedilink source parent hideshow 2 child comments replies: [β] danc4498@lemmy.world 1 point 1 year ago 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. permalink fedilink source parent [β] RizzoTheSmall@lemm.ee 1 point 1 year ago (1 child) Also taskkill /im foo.exe /f permalink fedilink source parent hideshow 2 child comments replies: [β] flambonkscious@sh.itjust.works 1 point 1 year ago Well, that's great for killing one thing, for sure permalink fedilink source parent [β] Agility0971@lemmy.world 0 points 1 year ago I will just do the update first /s permalink fedilink source parent load more comments (7 replies) [β] Dave@lemmy.nz 16 points 1 year ago 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. permalink fedilink source parent [β] MadMadBunny@lemmy.ca 4 points 1 year ago 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 permalink fedilink source parent [+] endeavor@sopuli.xyz 4 points 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent [β] madame_gaymes@programming.dev 1 point 1 year ago* 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. permalink fedilink source parent
[β] flambonkscious@sh.itjust.works 127 points 1 year ago (12 children) Shutdown.exe -r -t 00 -f Fast , no mucking around with graceful exiting of stuff. Kicks it in the teefs permalink fedilink source parent hideshow 17 child comments replies: [β] Sonicdemon86@lemmy.world 26 points 1 year ago (2 children) I use that as a bat file so all I have to do is double click it. permalink fedilink source parent hideshow 4 child comments replies: [+] sprite0@sh.itjust.works 49 points 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent [β] jmacapp@lemm.ee 3 points 1 year ago (1 child) I donβt use windows. Not sure if this is a joke or serious. permalink fedilink source parent hideshow 2 child comments replies: [β] laurelraven@lemmy.zip 8 points 1 year ago (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [β] jmacapp@lemm.ee -1 points 1 year ago (2 children) Thanks, Iβm familiar with batch files. This just seems like a very bad way to perform a shutdown, especially when running a UI Desktop windowing system. And even if that shutdown command is fully supported from the GUI, I would guess you need to be admin to run it, which means you can run the bat file as admin, so if you can edit the file or modify the env in which it runs (e.g. PATH) it seems like it could be a security problem. And if you donβt need to be root to run the shutdown command, that seems like its own problem. I suppose Windows still has the βrun as administratorβ from the context menu so maybe that helps. permalink fedilink source parent hideshow 4 child comments replies: [β] Sonicdemon86@lemmy.world 5 points 1 year ago As it is a simple command you don't need to be an admin or run as administrator. Listen kids don't run batch files if you don't know where they came from or who made them. permalink fedilink source parent [β] laurelraven@lemmy.zip 3 points 1 year ago You did say "I don't use Windows" which sounded like you were saying you didn't know if what they were saying was technically plausible or reasonable, and without knowing what you do or don't know about Windows or DOS, figured I'd respond with the presumption that it's possible you're only really familiar with *NIX systems (which is not a judgement). I find it kludgey and unnecessary to shut down that way, but it's not exactly a bad idea, and it does not require admin rights. And there's no reason it wouldn't be supported: when you run the file, it opens it in a terminal window, it's exactly like if you manually opened it and typed it from a technical point of view. And if someone malicious has the ability to edit a file on your desktop, they could do a lot more dangerous things, pretty much anything you could put in the batch file, more or less directly. Really, the only issue here is that you'd always be force closing your programs when you shut down which increases the odds that eventually they might corrupt one of their files... Not a huge risk, but non-zero. permalink fedilink source parent [β] criticon@lemmy.ca 20 points 1 year ago Some clarification of the command -r #restart -s #shutdown -t 00 #wait 0 seconds -f #forced permalink fedilink source parent [β] danc4498@lemmy.world 5 points 1 year ago (3 children) 00? permalink fedilink source parent hideshow 6 child comments replies: [β] Omega_Jimes@lemmy.ca 8 points 1 year ago (1 child) How many seconds you're prepared to wait for Windows to shutdown. permalink fedilink source parent hideshow 2 child comments replies: [β] Siegfried@lemmy.world 5 points 1 year ago (3 children) Yeah, but why 00 and not 00000? Or 0.000? permalink fedilink source parent hideshow 6 child comments replies: [β] fluxion@lemmy.world 7 points 1 year ago Because that's how they do it for Gundams permalink fedilink source parent [β] laurelraven@lemmy.zip 5 points 1 year ago Probably just habit on their part, it's no different than just putting 0 permalink fedilink source parent [+] hydration9806@lemmy.ml 1 point 1 year ago [deleted] permalink fedilink source parent [β] tgxn@lemmy.tgxn.net 4 points 1 year ago (1 child) I've used a single zero and that works fine too. permalink fedilink source parent hideshow 2 child comments replies: [β] danc4498@lemmy.world 7 points 1 year ago Me to permalink fedilink source parent [β] flambonkscious@sh.itjust.works 3 points 1 year ago (1 child) 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... permalink fedilink source parent hideshow 2 child comments replies: [β] danc4498@lemmy.world 1 point 1 year ago 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. permalink fedilink source parent [β] RizzoTheSmall@lemm.ee 1 point 1 year ago (1 child) Also taskkill /im foo.exe /f permalink fedilink source parent hideshow 2 child comments replies: [β] flambonkscious@sh.itjust.works 1 point 1 year ago Well, that's great for killing one thing, for sure permalink fedilink source parent [β] Agility0971@lemmy.world 0 points 1 year ago I will just do the update first /s permalink fedilink source parent load more comments (7 replies)
[β] Sonicdemon86@lemmy.world 26 points 1 year ago (2 children) I use that as a bat file so all I have to do is double click it. permalink fedilink source parent hideshow 4 child comments replies: [+] sprite0@sh.itjust.works 49 points 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent [β] jmacapp@lemm.ee 3 points 1 year ago (1 child) I donβt use windows. Not sure if this is a joke or serious. permalink fedilink source parent hideshow 2 child comments replies: [β] laurelraven@lemmy.zip 8 points 1 year ago (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [β] jmacapp@lemm.ee -1 points 1 year ago (2 children) Thanks, Iβm familiar with batch files. This just seems like a very bad way to perform a shutdown, especially when running a UI Desktop windowing system. And even if that shutdown command is fully supported from the GUI, I would guess you need to be admin to run it, which means you can run the bat file as admin, so if you can edit the file or modify the env in which it runs (e.g. PATH) it seems like it could be a security problem. And if you donβt need to be root to run the shutdown command, that seems like its own problem. I suppose Windows still has the βrun as administratorβ from the context menu so maybe that helps. permalink fedilink source parent hideshow 4 child comments replies: [β] Sonicdemon86@lemmy.world 5 points 1 year ago As it is a simple command you don't need to be an admin or run as administrator. Listen kids don't run batch files if you don't know where they came from or who made them. permalink fedilink source parent [β] laurelraven@lemmy.zip 3 points 1 year ago You did say "I don't use Windows" which sounded like you were saying you didn't know if what they were saying was technically plausible or reasonable, and without knowing what you do or don't know about Windows or DOS, figured I'd respond with the presumption that it's possible you're only really familiar with *NIX systems (which is not a judgement). I find it kludgey and unnecessary to shut down that way, but it's not exactly a bad idea, and it does not require admin rights. And there's no reason it wouldn't be supported: when you run the file, it opens it in a terminal window, it's exactly like if you manually opened it and typed it from a technical point of view. And if someone malicious has the ability to edit a file on your desktop, they could do a lot more dangerous things, pretty much anything you could put in the batch file, more or less directly. Really, the only issue here is that you'd always be force closing your programs when you shut down which increases the odds that eventually they might corrupt one of their files... Not a huge risk, but non-zero. permalink fedilink source parent
[+] sprite0@sh.itjust.works 49 points 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent
[β] jmacapp@lemm.ee 3 points 1 year ago (1 child) I donβt use windows. Not sure if this is a joke or serious. permalink fedilink source parent hideshow 2 child comments replies: [β] laurelraven@lemmy.zip 8 points 1 year ago (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [β] jmacapp@lemm.ee -1 points 1 year ago (2 children) Thanks, Iβm familiar with batch files. This just seems like a very bad way to perform a shutdown, especially when running a UI Desktop windowing system. And even if that shutdown command is fully supported from the GUI, I would guess you need to be admin to run it, which means you can run the bat file as admin, so if you can edit the file or modify the env in which it runs (e.g. PATH) it seems like it could be a security problem. And if you donβt need to be root to run the shutdown command, that seems like its own problem. I suppose Windows still has the βrun as administratorβ from the context menu so maybe that helps. permalink fedilink source parent hideshow 4 child comments replies: [β] Sonicdemon86@lemmy.world 5 points 1 year ago As it is a simple command you don't need to be an admin or run as administrator. Listen kids don't run batch files if you don't know where they came from or who made them. permalink fedilink source parent [β] laurelraven@lemmy.zip 3 points 1 year ago You did say "I don't use Windows" which sounded like you were saying you didn't know if what they were saying was technically plausible or reasonable, and without knowing what you do or don't know about Windows or DOS, figured I'd respond with the presumption that it's possible you're only really familiar with *NIX systems (which is not a judgement). I find it kludgey and unnecessary to shut down that way, but it's not exactly a bad idea, and it does not require admin rights. And there's no reason it wouldn't be supported: when you run the file, it opens it in a terminal window, it's exactly like if you manually opened it and typed it from a technical point of view. And if someone malicious has the ability to edit a file on your desktop, they could do a lot more dangerous things, pretty much anything you could put in the batch file, more or less directly. Really, the only issue here is that you'd always be force closing your programs when you shut down which increases the odds that eventually they might corrupt one of their files... Not a huge risk, but non-zero. permalink fedilink source parent
[β] laurelraven@lemmy.zip 8 points 1 year ago (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [β] jmacapp@lemm.ee -1 points 1 year ago (2 children) Thanks, Iβm familiar with batch files. This just seems like a very bad way to perform a shutdown, especially when running a UI Desktop windowing system. And even if that shutdown command is fully supported from the GUI, I would guess you need to be admin to run it, which means you can run the bat file as admin, so if you can edit the file or modify the env in which it runs (e.g. PATH) it seems like it could be a security problem. And if you donβt need to be root to run the shutdown command, that seems like its own problem. I suppose Windows still has the βrun as administratorβ from the context menu so maybe that helps. permalink fedilink source parent hideshow 4 child comments replies: [β] Sonicdemon86@lemmy.world 5 points 1 year ago As it is a simple command you don't need to be an admin or run as administrator. Listen kids don't run batch files if you don't know where they came from or who made them. permalink fedilink source parent [β] laurelraven@lemmy.zip 3 points 1 year ago You did say "I don't use Windows" which sounded like you were saying you didn't know if what they were saying was technically plausible or reasonable, and without knowing what you do or don't know about Windows or DOS, figured I'd respond with the presumption that it's possible you're only really familiar with *NIX systems (which is not a judgement). I find it kludgey and unnecessary to shut down that way, but it's not exactly a bad idea, and it does not require admin rights. And there's no reason it wouldn't be supported: when you run the file, it opens it in a terminal window, it's exactly like if you manually opened it and typed it from a technical point of view. And if someone malicious has the ability to edit a file on your desktop, they could do a lot more dangerous things, pretty much anything you could put in the batch file, more or less directly. Really, the only issue here is that you'd always be force closing your programs when you shut down which increases the odds that eventually they might corrupt one of their files... Not a huge risk, but non-zero. permalink fedilink source parent
[β] jmacapp@lemm.ee -1 points 1 year ago (2 children) Thanks, Iβm familiar with batch files. This just seems like a very bad way to perform a shutdown, especially when running a UI Desktop windowing system. And even if that shutdown command is fully supported from the GUI, I would guess you need to be admin to run it, which means you can run the bat file as admin, so if you can edit the file or modify the env in which it runs (e.g. PATH) it seems like it could be a security problem. And if you donβt need to be root to run the shutdown command, that seems like its own problem. I suppose Windows still has the βrun as administratorβ from the context menu so maybe that helps. permalink fedilink source parent hideshow 4 child comments replies: [β] Sonicdemon86@lemmy.world 5 points 1 year ago As it is a simple command you don't need to be an admin or run as administrator. Listen kids don't run batch files if you don't know where they came from or who made them. permalink fedilink source parent [β] laurelraven@lemmy.zip 3 points 1 year ago You did say "I don't use Windows" which sounded like you were saying you didn't know if what they were saying was technically plausible or reasonable, and without knowing what you do or don't know about Windows or DOS, figured I'd respond with the presumption that it's possible you're only really familiar with *NIX systems (which is not a judgement). I find it kludgey and unnecessary to shut down that way, but it's not exactly a bad idea, and it does not require admin rights. And there's no reason it wouldn't be supported: when you run the file, it opens it in a terminal window, it's exactly like if you manually opened it and typed it from a technical point of view. And if someone malicious has the ability to edit a file on your desktop, they could do a lot more dangerous things, pretty much anything you could put in the batch file, more or less directly. Really, the only issue here is that you'd always be force closing your programs when you shut down which increases the odds that eventually they might corrupt one of their files... Not a huge risk, but non-zero. permalink fedilink source parent
[β] Sonicdemon86@lemmy.world 5 points 1 year ago As it is a simple command you don't need to be an admin or run as administrator. Listen kids don't run batch files if you don't know where they came from or who made them. permalink fedilink source parent
[β] laurelraven@lemmy.zip 3 points 1 year ago You did say "I don't use Windows" which sounded like you were saying you didn't know if what they were saying was technically plausible or reasonable, and without knowing what you do or don't know about Windows or DOS, figured I'd respond with the presumption that it's possible you're only really familiar with *NIX systems (which is not a judgement). I find it kludgey and unnecessary to shut down that way, but it's not exactly a bad idea, and it does not require admin rights. And there's no reason it wouldn't be supported: when you run the file, it opens it in a terminal window, it's exactly like if you manually opened it and typed it from a technical point of view. And if someone malicious has the ability to edit a file on your desktop, they could do a lot more dangerous things, pretty much anything you could put in the batch file, more or less directly. Really, the only issue here is that you'd always be force closing your programs when you shut down which increases the odds that eventually they might corrupt one of their files... Not a huge risk, but non-zero. permalink fedilink source parent
[β] criticon@lemmy.ca 20 points 1 year ago Some clarification of the command -r #restart -s #shutdown -t 00 #wait 0 seconds -f #forced permalink fedilink source parent
[β] danc4498@lemmy.world 5 points 1 year ago (3 children) 00? permalink fedilink source parent hideshow 6 child comments replies: [β] Omega_Jimes@lemmy.ca 8 points 1 year ago (1 child) How many seconds you're prepared to wait for Windows to shutdown. permalink fedilink source parent hideshow 2 child comments replies: [β] Siegfried@lemmy.world 5 points 1 year ago (3 children) Yeah, but why 00 and not 00000? Or 0.000? permalink fedilink source parent hideshow 6 child comments replies: [β] fluxion@lemmy.world 7 points 1 year ago Because that's how they do it for Gundams permalink fedilink source parent [β] laurelraven@lemmy.zip 5 points 1 year ago Probably just habit on their part, it's no different than just putting 0 permalink fedilink source parent [+] hydration9806@lemmy.ml 1 point 1 year ago [deleted] permalink fedilink source parent [β] tgxn@lemmy.tgxn.net 4 points 1 year ago (1 child) I've used a single zero and that works fine too. permalink fedilink source parent hideshow 2 child comments replies: [β] danc4498@lemmy.world 7 points 1 year ago Me to permalink fedilink source parent [β] flambonkscious@sh.itjust.works 3 points 1 year ago (1 child) 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... permalink fedilink source parent hideshow 2 child comments replies: [β] danc4498@lemmy.world 1 point 1 year ago 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. permalink fedilink source parent
[β] Omega_Jimes@lemmy.ca 8 points 1 year ago (1 child) How many seconds you're prepared to wait for Windows to shutdown. permalink fedilink source parent hideshow 2 child comments replies: [β] Siegfried@lemmy.world 5 points 1 year ago (3 children) Yeah, but why 00 and not 00000? Or 0.000? permalink fedilink source parent hideshow 6 child comments replies: [β] fluxion@lemmy.world 7 points 1 year ago Because that's how they do it for Gundams permalink fedilink source parent [β] laurelraven@lemmy.zip 5 points 1 year ago Probably just habit on their part, it's no different than just putting 0 permalink fedilink source parent [+] hydration9806@lemmy.ml 1 point 1 year ago [deleted] permalink fedilink source parent
[β] Siegfried@lemmy.world 5 points 1 year ago (3 children) Yeah, but why 00 and not 00000? Or 0.000? permalink fedilink source parent hideshow 6 child comments replies: [β] fluxion@lemmy.world 7 points 1 year ago Because that's how they do it for Gundams permalink fedilink source parent [β] laurelraven@lemmy.zip 5 points 1 year ago Probably just habit on their part, it's no different than just putting 0 permalink fedilink source parent [+] hydration9806@lemmy.ml 1 point 1 year ago [deleted] permalink fedilink source parent
[β] fluxion@lemmy.world 7 points 1 year ago Because that's how they do it for Gundams permalink fedilink source parent
[β] laurelraven@lemmy.zip 5 points 1 year ago Probably just habit on their part, it's no different than just putting 0 permalink fedilink source parent
[β] tgxn@lemmy.tgxn.net 4 points 1 year ago (1 child) I've used a single zero and that works fine too. permalink fedilink source parent hideshow 2 child comments replies: [β] danc4498@lemmy.world 7 points 1 year ago Me to permalink fedilink source parent
[β] flambonkscious@sh.itjust.works 3 points 1 year ago (1 child) 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... permalink fedilink source parent hideshow 2 child comments replies: [β] danc4498@lemmy.world 1 point 1 year ago 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. permalink fedilink source parent
[β] danc4498@lemmy.world 1 point 1 year ago 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. permalink fedilink source parent
[β] RizzoTheSmall@lemm.ee 1 point 1 year ago (1 child) Also taskkill /im foo.exe /f permalink fedilink source parent hideshow 2 child comments replies: [β] flambonkscious@sh.itjust.works 1 point 1 year ago Well, that's great for killing one thing, for sure permalink fedilink source parent
[β] flambonkscious@sh.itjust.works 1 point 1 year ago Well, that's great for killing one thing, for sure permalink fedilink source parent
[β] Agility0971@lemmy.world 0 points 1 year ago I will just do the update first /s permalink fedilink source parent
[β] Dave@lemmy.nz 16 points 1 year ago 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. permalink fedilink source parent
[β] MadMadBunny@lemmy.ca 4 points 1 year ago 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 permalink fedilink source parent
[+] endeavor@sopuli.xyz 4 points 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent
[β] madame_gaymes@programming.dev 1 point 1 year ago* 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. permalink fedilink source parent
[β] cmgvd3lw@discuss.tchncs.de 32 points 1 year ago* (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [β] mvirts@lemmy.world 2 points 1 year ago I'm waiting for pure GNU/NT. It sure as hell ain't Unix! permalink fedilink source parent
[β] mvirts@lemmy.world 2 points 1 year ago I'm waiting for pure GNU/NT. It sure as hell ain't Unix! permalink fedilink source parent
[β] Shanmugha@lemmy.world 13 points 1 year ago* 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 permalink fedilink source parent
[+] Apytele@sh.itjust.works 8 points 1 year ago* (last edited 1 year ago) (2 children) [deleted] permalink fedilink source parent hideshow 4 child comments replies: [β] acockworkorange@mander.xyz 2 points 1 year ago (2 children) Epic? permalink fedilink source parent hideshow 4 child comments replies: [β] MrShankles@reddthat.com 7 points 1 year ago* (last edited 1 year ago) (1 child) I'm assuming Epic as in the healthcare charting system permalink fedilink source parent hideshow 2 child comments replies: [+] Apytele@sh.itjust.works 1 point 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent [+] entropicdrift@lemmy.sdf.org 0 points 1 year ago (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [β] acockworkorange@mander.xyz 3 points 1 year ago At the workplace? permalink fedilink source parent [β] Moobythegoldensock@lemm.ee 1 point 1 year ago (1 child) Why not Ctrl+Shift+Esc? permalink fedilink source parent hideshow 2 child comments replies: [+] Apytele@sh.itjust.works 1 point 1 year ago (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [β] Moobythegoldensock@lemm.ee 1 point 1 year ago* (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [+] Apytele@sh.itjust.works 1 point 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent
[β] acockworkorange@mander.xyz 2 points 1 year ago (2 children) Epic? permalink fedilink source parent hideshow 4 child comments replies: [β] MrShankles@reddthat.com 7 points 1 year ago* (last edited 1 year ago) (1 child) I'm assuming Epic as in the healthcare charting system permalink fedilink source parent hideshow 2 child comments replies: [+] Apytele@sh.itjust.works 1 point 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent [+] entropicdrift@lemmy.sdf.org 0 points 1 year ago (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [β] acockworkorange@mander.xyz 3 points 1 year ago At the workplace? permalink fedilink source parent
[β] MrShankles@reddthat.com 7 points 1 year ago* (last edited 1 year ago) (1 child) I'm assuming Epic as in the healthcare charting system permalink fedilink source parent hideshow 2 child comments replies: [+] Apytele@sh.itjust.works 1 point 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent
[+] Apytele@sh.itjust.works 1 point 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent
[+] entropicdrift@lemmy.sdf.org 0 points 1 year ago (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [β] acockworkorange@mander.xyz 3 points 1 year ago At the workplace? permalink fedilink source parent
[β] acockworkorange@mander.xyz 3 points 1 year ago At the workplace? permalink fedilink source parent
[β] Moobythegoldensock@lemm.ee 1 point 1 year ago (1 child) Why not Ctrl+Shift+Esc? permalink fedilink source parent hideshow 2 child comments replies: [+] Apytele@sh.itjust.works 1 point 1 year ago (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [β] Moobythegoldensock@lemm.ee 1 point 1 year ago* (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [+] Apytele@sh.itjust.works 1 point 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent
[+] Apytele@sh.itjust.works 1 point 1 year ago (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [β] Moobythegoldensock@lemm.ee 1 point 1 year ago* (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [+] Apytele@sh.itjust.works 1 point 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent
[β] Moobythegoldensock@lemm.ee 1 point 1 year ago* (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [+] Apytele@sh.itjust.works 1 point 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent
[+] Apytele@sh.itjust.works 1 point 1 year ago* (last edited 1 year ago) [deleted] permalink fedilink source parent
[β] derpgon@programming.dev 5 points 1 year ago 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. permalink fedilink source parent
[β] SpaceCowboy@lemmy.ca 2 points 1 year ago 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. permalink fedilink source parent
[β] nickwitha_k@lemmy.sdf.org 1 point 1 year ago Yeah. This looks me like a kill -9 to me. permalink fedilink source parent
[β] JcbAzPx@lemmy.world 1 point 1 year ago 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. permalink fedilink source parent