How to kill hanged program from command line [ Windows ] Come uccidere impiccati programma da riga di comando [Windows]
Task Manager is one good place to kill program which hangs though you can make them Task Manager è un buon posto per uccidere programma che si blocca se è possibile renderli auto kill Auto uccidere but sometimes its not preferable and sometime even the task manager hangs. ma a volte non è preferibile e talvolta anche il Task Manager si blocca. Here is a nifty trick which makes you to kill program from command line or windows dos. Ecco un trucco nifty che fa per voi uccidere programma da riga di comando DOS o Windows.
Windows has two programs called as Taskkill and Tasklist. Windows ha due programmi chiamati come Taskkill e Tasklist. While one allows you to kill programs another lists all the programs running Now you need both of them as taskkill needs a PID or Process ID of that program which can be found through tasklist. Mentre uno consente di uccidere un altro programma elenca tutti i programmi in esecuzione Ora avete bisogno di ciascuno di essi come TASKKILL ha bisogno di un PID o ID del processo di quel programma che può essere trovata attraverso Tasklist. So lets give it a run ( Go to command prompt by typing cmd or command and then change to system32 folder windows or WINNT Quindi, consente di dare una corsa (Vai al prompt dei comandi digitando cmd o comando e quindi passare alla cartella System32 di Windows o WINNT
Task List ( tasklist.exe ) Task List (tasklist.exe)

Task Kill ( taskkill.exe) Compito Kill (taskkill.exe)

Here are the options for Task Kill Qui ci sono le opzioni per Kill Task
C:\WINDOWS\system32>taskkill /? C: \ WINDOWS \ system32> TASKKILL /?
TASKKILL [/S system [/U username [/P [password]]]] TASKKILL [/ S sistema [/ U nome utente [/ P [password]]]]
{ [/FI filter] [/PID processid | /IM imagename] } [/F] [/T] ([/ FI filtro] [/ PID processid | / IM imagename]) [/ F] [/ T]
Description: Descrizione:
This command line tool can be used to end one or more processes. Questo strumento della riga di comando può essere usato per terminare uno o più processi.
Processes can be killed by the process id or image name. I processi possono essere uccisi dal processo di identificazione o l'immagine nome.
Parameter List: Lista di parametri:
/F Specifies to forcefully terminate / F Specifica per denunciare con forza
process(es). processo (sp).
/PID process id Specifies the PID of the process that / PID processo id Specifica il PID del processo che
has to be terminated. deve essere chiuso.
/IM image name Specifies the image name of the process / IM nome immagine immagine Specifica il nome del processo
that has to be terminated. che deve essere chiuso. Wildcard ‘*’ Jolly '*'
can be used to specify all image names. può essere utilizzato per specificare tutti i nomi immagine.
/T Tree kill: terminates the specified process / T Tree uccidere: termina il processo specificato
and any child processes which were started by it. e ogni bambino processi che sono stati avviati da essa.
There are more but you will need 2 of these max. Ci sono più, ma hai bisogno di questi 2 max. Get the PID from Task List and then kill it forcefully using /F option or /T for child process. Ottenere il PID da Task List e poi si uccide con forza utilizzando / F o opzione / T per il processo figlio. This is pretty neat way of killing programs and just needs 10 minutes of learning. Questo è abbastanza pulito modo di uccidere i programmi e hanno bisogno solo 10 minuti di apprendimento. Give it a try Fare un tentativo
Tags: Tag: command line tool strumento della riga di comando , dos windows due finestre , process id id processo , task list elenco compiti , taskkill TASKKILL , tasklist Tasklist

Posted on 18th March 2008 by Pubblicato il 18 marzo 2008 Ashish Mohta Ashish Mohta , A tech blogger who writes about solving day to day problems of people who use computer. , Una tecnologia blogger che scrive circa la risoluzione di giorno in giorno i problemi delle persone che usano i computer. He also writes on How to use the applications like Office, PC tips, Online tools,Browsers and more. All posts by Egli scrive anche su come utilizzare le applicazioni di Office come, PC suggerimenti, strumenti on-line, browser e molto altro ancora. Tutti i posti da Ashish Mohta Ashish Mohta | Connect with me @ | Collegare con me @ Twitter Twitter | | Linkedin LinkedIn | | Facebook Facebook | | Stumble Stumble | Need more help? | Serve ulteriore aiuto? Ask your Questions at our Le vostre domande al nostro Support Center Support Center






























Free Email Subscription


[...] have talked about How to kill hanged program from command line [ Windows ] which requires some skills on using the command line and understanding the commands. [...] Hanno parlato Come uccidere impiccati programma da riga di comando [Windows], che richiede una certa capacità di utilizzare la riga di comando e di comprendere i comandi. In short some [...] In breve alcuni [...]
Leave your response! Lascia la tua risposta!