OPERATING SYSTEMS FOR COMPUTERS
COMMAND LINE INTERFACE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
You suspect malware is running on the computer. From the Windows command line, which command will allow you to stop this process from running?
|
Process-stop
|
|
Taskkill
|
|
Taskstop
|
|
Stoptask
|
Explanation:
Detailed explanation-1: -At the command line, you can terminate a Windows process with the command taskkill.
Detailed explanation-2: -Ends one or more tasks or processes. Processes can be ended by process ID or image name. You can use the tasklist command command to determine the process ID (PID) for the process to be ended. Note. This command replaces the kill tool.
Detailed explanation-3: -The taskkill command allows a user running any version of Microsoft Windows from XP on to “kill” a task from a Windows command line by PID (process id) or image name. This command is similar to end tasking a program in Windows.
There is 1 question to complete.