My laptop (win10) does not recognize my mouse and the touchpad. I want to stop all processes with cmd now because my mouse is blocked by an app. Which command do I have to enter, in order to stop all processes?
If you stop all processes then Crash Windows and go out.
Windows itself also consists of processes.
If you really manage to stop all system processes, your Windows will be disabled immediately.
Which app blocks your mouse?
Open the command line.
taskList
gives you a list of running processes including the process ID (PID),
taskkill / F / PID pid_number
Ends the process with the corresponding ID.
Taskkill has the command without killing windows
https://im-coder.com/taskkill-f-beendet-keinen-prozess.html