2013年2月20日 星期三

Create Quick-Kill Shortcuts for Runaway Applications


Got an unstable application that you can't give up for whatever reason that also freezes up on you regularly? Weblog CyerNet details how to create quick-kill shortcuts for specific applications using either the built-in Windows command line tool taskkill, or a third-party command line tool called taskill (notice one less 'k'). With the default taskkill, just create a shortcut that runs the following:
taskkill /f /im firefox.exe
 Where firefox.exe is replace the text with the application you want to force to quit. Lastly, if you're a *nix user (Mac or Linux), you can use the killall command, so a similar command would look something like killall firefox-bin, though you can dig deeper when killing apps on your Mac if you want.
Shortcuts to End Processes and Programs [CyberNet]
Related Stories
 How to Crack a Wi-Fi Network's WEP Password with BackTrack 
 Boom Is a Badass Text Snippets Tool for the Command Line 
 The Interactive Vim Tutorial Teaches You How to Use Vim, the Fast, Mouseless Text Editor

沒有留言: