To view all processes run tasklist with elevated privileges
tasklist
To filter/search for a process name e.g. Notepad.exe
tasklist /FI "imagename eq note*"
To force end a process e.g. Notepad.exe
taskkill /F /IM Notepad.exe
To view all processes run tasklist with elevated privileges
tasklist
To filter/search for a process name e.g. Notepad.exe
tasklist /FI "imagename eq note*"
To force end a process e.g. Notepad.exe
taskkill /F /IM Notepad.exe