In: Computer Science
In this scenario, we have a poorly performing PC, and we suspect it might be a process that is causing issues. In our process of troubleshooting, we want to:
1, to view a list of all running processes to examine which ones are using the most RAM (Memory).
2, to view the list of all non-running processes (e.g. the status is suspended, not responding, or unknown).
3, to view all running processes under the user account, System. Not processes with the word, System, in the process name.
4, to stop all processes begin with the letter S.
1 To get the Task manager press the short cut keys "Ctrl-Shift-Esc". under the processes tab we can see the list of processes running now on PC.
2. In the Task manager press the short cut keys "Ctrl-Shift-Esc". under the details tab we can see the list of non running processes.
3. In the Task manager press the short cut keys "Ctrl-Shift-Esc". under the details tab we can see all running processes under the user account, System.
4. actually there is no option to find the process which start with and end all such process.
one method is that we can click the processes tab we can see the list of processes , expand the process name column and can sort alphabetically and select individually the process name starting with 's' and click the end task button for each process.