Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
fuss:dos [2022/04/19 08:28] – external edit 127.0.0.1fuss:dos [2023/12/16 03:33] (current) – [Reload / Refresh Environment Variables] office
Line 105: Line 105:
     echo .     echo .
 </code> </code>
 +
 +====== Kill all Processes ======
 +
 +In order to batch-kill multiple instances of the same process, the ''taskkill'' command can be used using the ''/IM'' parameter:
 +<code>
 +taskkill /IM firefox.exe /F
 +</code>
 +where:
 +  * ''/IM'' kills all processes,
 +  * ''/F'' forcibly terminates the process
 +
 +The command can be useful after a long session of various programs that tend to crash and do not remove themselves from the process list. Typically, this includes browsers like Chrome or Firefox that launch one instance of the browser per tab due to isolation and then end up crashing such that killing each and every single process from the task manager would be inconvenient.
 +
  

fuss/dos.txt · Last modified: 2023/12/16 03:33 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.