Can you tell me how to kill running applications via cmd.

Recommended Answers

All 6 Replies

my favorite one
taskkill /f /im explorer.exe

I'm just using:
taskkill /IM [application.exe] without [].

Try the following one:
taskkill /f /im explorer.exe

this is great, iam also trying to kill apps using cmd.

Try the following one:
taskkill /f /im explorer.exe

Why don't you read the posts in this thread??? That has already been suggested by someone else. You mearly parroted what he said.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.