Which of the following commands may be used on a computer, running Windows 11, to stop a single process from the command line?
taskkill
shutdown
stop
del
The taskkill command in Windows is used to manually stop a process from running. Example: TASKKILL /IM notepad.exe, will stop the notepad.exe process.
TASKKILL /IM notepad.exe
In computing, kill is a command that is used in several popular operating systems to send signals to running processes.
Subscribe to view your scores and track your exam readiness!