Windows 10: Batch kill all processes with the same name

Discus and support Batch kill all processes with the same name in Windows 10 Support to solve the problem; I tried the apps on this site but it doesn't work as it says. For instance, I have 50 Chrome.exe processes. I don't want to tick them 1 by 1 to kill... Discussion in 'Windows 10 Support' started by tententwenty, Aug 18, 2021.

  1. Batch kill all processes with the same name


    I tried the apps on this site but it doesn't work as it says. For instance, I have 50 Chrome.exe processes. I don't want to tick them 1 by 1 to kill it. As long as it's named Chrome.exe, I want to kill them all. How can I do it in 1 swop? 6 Ways to Kill Multiple Windows Processes at Once • Raymond.CC

    :)
     
    tententwenty, Aug 18, 2021
    #1

  2. Non-existent process needs killing!

    Hi,

    Thank you for posting in Microsoft community.

    Follow the steps below and check if it helps.

    I would like to inform you that, sometimes task manager doesn't kill the process. It's also possible to kill processes from command line with
    'taskkill'.

    taskkill /im process-name /f
    taskkill /pid process-id /f


    This can be done by clicking Windows logo+x and selecting Command prompt (admin).

    if issue persist, I suggest you to boot in safe mode and check if that helps.

    Check the link below to boot in safe mode:

    http://windows.microsoft.com/en-us/windows-10/start-your-pc-in-safe-mode


    Hope this helps. Get back to us for further assistance.
     
    Swathi Ravichandran, Aug 18, 2021
    #2
  3. dalchina Win User
    Auto-kill a process


    As I said, a trivial Autohotkey script - a permanent loop
    loop {
    If process exists - kill it
    sleep n
    }

    (very roughly)
     
    dalchina, Aug 18, 2021
    #3
  4. borgus Win User

    Batch kill all processes with the same name

    Auto-kill a process


    Appreciate the suggestion. I use a .bat file here to do essentially what you describe, but my aim is to automate the process - no user intervention. A specified process opens; it spots and kills it. Closest that I have seen is an app that claims to do this on a schedule.
     
    borgus, Aug 18, 2021
    #4
Thema:

Batch kill all processes with the same name

Loading...
  1. Batch kill all processes with the same name - Similar Threads - Batch kill processes

  2. two processes with the same name at the same time

    in Windows 10 Gaming
    two processes with the same name at the same time: Hi. I am running Windows 7 Ultimate 32-Bit with Service Pack 1 on acer laptopEvery time when I turn on my laptop and open the task manager and open the "Processes" tab I see two processes with the same name at the same time, those two processes called "dwm.exe" .the first...
  3. two processes with the same name at the same time

    in Windows 10 Software and Apps
    two processes with the same name at the same time: Hi. I am running Windows 7 Ultimate 32-Bit with Service Pack 1 on acer laptopEvery time when I turn on my laptop and open the task manager and open the "Processes" tab I see two processes with the same name at the same time, those two processes called "dwm.exe" .the first...
  4. Background processes can't be killed.

    in Windows 10 Gaming
    Background processes can't be killed.: I updated from Windows 10 to 11 almost 2 months ago. All the applications I use regularly are updated as is WIndows. When I start an application, whether it is a Microsoft application or other applications such as Adobe, Autodesk, Spotify, and so on. If the application starts...
  5. Background processes can't be killed.

    in Windows 10 Software and Apps
    Background processes can't be killed.: I updated from Windows 10 to 11 almost 2 months ago. All the applications I use regularly are updated as is WIndows. When I start an application, whether it is a Microsoft application or other applications such as Adobe, Autodesk, Spotify, and so on. If the application starts...
  6. Windows kills every process

    in Windows 10 BSOD Crashes and Debugging
    Windows kills every process: Windows kills 90% of my applications on startup i can watch it happen in task manager.Stuff like chrome and discord work ok while a miriad of programs like notepad, Photoshop, edge, and my games will not open... Even system restore stops after 2 seconds.Idk what to do as...
  7. Batch file to move all the files to folders that start with the same name

    in Windows 10 Network and Sharing
    Batch file to move all the files to folders that start with the same name: I have a folder with pdf files like this TCH_123.pdf TCH_573.pdf EHUB_456.pdf EHUB_764.pdf and subfolders with names like TCH and EHUB I want to write a batch file to move all the files to the folder with the name that the files start with. I am a total beginner to...
  8. All files changed to same name

    in Windows 10 Network and Sharing
    All files changed to same name: This refers to the following link, which has been locked for comment: https://answers.microsoft.com/en-us/windows/forum/windows8_1-files/file-names-changed-in-1-folder-to-the-same-name/edc4bc91-3283-4921-89ac-3c98a2a13f96 The person who replied is wrong to an extent. If...
  9. Kill a Process in Windows 10

    in Windows 10 Tutorials
    Kill a Process in Windows 10: How to: Kill a Process in Windows 10 [img] Information A process is an instance of a program that is being executed. Each process running in Windows is assigned a unique decimal number called the process ID, or PID. If you notice a running process is reducing your...
  10. Auto-kill a process

    in Windows 10 Support
    Auto-kill a process: Is there a way to auto-sense that a process has started and automatically kill it, without user intervention? I am aware of Auto-kill any process v.2.2, but that, according to one reviewer, requires user input. Thanks. 27047