Hi i need a small code that makes so that it opens the taskmanager(Ctrl+Alt+Del) or just runs it outside the taskmanager.
-however-
i wanna make so that i tell it to kill certain tasks in the taskmanager by just simply click the "KillTasks.bat"
-Thanks in advance
-Thomas
Hi, code to killtasks in taskmanager?
Moderator: DosItHelp
Code: Select all
taskkill /f /im explorer.exe
kill more then one task:
for help run this code:
and read text in black window
Code: Select all
taskkill /f /im notepad.exe /im mspaint.exe /im calc.exe
for help run this code:
Code: Select all
cmd /k taskkill /?
and read text in black window