Sunday, 2 March 2014

Command line or removed from the running process


If you must know how the Task Manager process is finished . But you can do it from the command line ? If not, we will tell you more .Any task from the command line to finish first you must know the name of the task . The easiest way to know if the name is the Details tab of the Task Manager process name you see .
The task list can be seen at the command prompt . This command is used tasklist .If you know of one then you can easily do your work . For example, if a process called chrome finish to give this command .
TAsk

chrome

PowerShell command prompt if you are using an old version so it will be easier to finish the process .Just give the command :
Get-Process | Where Name-Like "chrome *" | Stop-Process
Use wildcard process will remove all the chrome .
Hail to get work ...!
Also you processed the following command from the command prompt can also find :
tasklist | find "notepad"
This process of ' notepad ' Enter the place you want to search .

No comments:

Post a Comment