How to stop a bat process on Windows?

SpawnST

I have BAT file running in background on Windows which lasts about ten minutes. Now I want to stop it while it's running, but I can't find its name in the process-list in the task manager. So how can I approach this? Thanks!

UPDATE1

It seems difficult to stop a running BAT process in backgroud.And I decide to try to kill every process involved by the BAT file by name,which may be overkilled.It's acceptable to me since most processes in my BAT file are not used frequently,such as ping,tracert,netstat etc.If you have any better solution please let me know.Thanks.

UPDATE2

BAT process tree

alt text

William Hilsum

Processes usually get launched in a tree like fashion, I would advise launching Microsoft / Sysinternals Process Explorer, Start by clicking on the Show Process Tree (1) option, then find your process and right click and choose Kill Process Tree (2) This should kill both the original file and everything that it has launched.

alt text

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

How to stop the Windows Update process when Windows refuses to stop it?

분류에서Dev

How to sign a Windows batch (.bat) file?

분류에서Dev

how to get all the arguments in a command captured in a windows .bat file

분류에서Dev

How to stop server process during a post on client side?

분류에서Dev

How do I stop hg child process when using hglib

분류에서Dev

How to detach process in a server with X windows?

분류에서Dev

How to detach process in a server with X windows?

분류에서Dev

How can I stop windows from always booting first?

분류에서Dev

How to stop Socket Server in Windows From C#?

분류에서Dev

How to disable "igfxHK Module" process from starting up with Windows

분류에서Dev

Windows Bat 파일에 IF 중첩

분류에서Dev

Stop a process when my PC sleeps

분류에서Dev

Powershell stop process using process age behaving wierd

분류에서Dev

Two cronjobs not working (one to start a process, one to stop a process)

분류에서Dev

How Do I Stop MATE From Switching Windows When I Middle-Click the Title Bar?

분류에서Dev

How do I stop a windows from closing after I raise wx.EVT_CLOSE in wxPython?

분류에서Dev

How can I force stop a program without using the mouse in Windows 10?

분류에서Dev

How can I stop windows re-positioning after waking from sleep?

분류에서Dev

How do I stop the Linux terminal in Windows from making the error sound?

분류에서Dev

How to stop HostedService programmatically?

분류에서Dev

How to stop a background service?

분류에서Dev

Windows .bat 폴더 생성 후 .bat 파일 삭제

분류에서Dev

How to start an application Maximized using a .bat file?

분류에서Dev

FTP BAT 파일-Windows 예약 된 작업

분류에서Dev

Windows의 .bat 파일에서 간단히

분류에서Dev

zsh에서 .bat 파일 실행 (Windows)

분류에서Dev

How can I unlock a folder locked by ‘System’ process on Windows Server 2008?

분류에서Dev

In nodejs on windows, how do I use the `uid` option with child_process.spawn?

분류에서Dev

How to reduce the CPU speed to 1% of actual CPU speed for a specific Windows process?

Related 관련 기사

  1. 1

    How to stop the Windows Update process when Windows refuses to stop it?

  2. 2

    How to sign a Windows batch (.bat) file?

  3. 3

    how to get all the arguments in a command captured in a windows .bat file

  4. 4

    How to stop server process during a post on client side?

  5. 5

    How do I stop hg child process when using hglib

  6. 6

    How to detach process in a server with X windows?

  7. 7

    How to detach process in a server with X windows?

  8. 8

    How can I stop windows from always booting first?

  9. 9

    How to stop Socket Server in Windows From C#?

  10. 10

    How to disable "igfxHK Module" process from starting up with Windows

  11. 11

    Windows Bat 파일에 IF 중첩

  12. 12

    Stop a process when my PC sleeps

  13. 13

    Powershell stop process using process age behaving wierd

  14. 14

    Two cronjobs not working (one to start a process, one to stop a process)

  15. 15

    How Do I Stop MATE From Switching Windows When I Middle-Click the Title Bar?

  16. 16

    How do I stop a windows from closing after I raise wx.EVT_CLOSE in wxPython?

  17. 17

    How can I force stop a program without using the mouse in Windows 10?

  18. 18

    How can I stop windows re-positioning after waking from sleep?

  19. 19

    How do I stop the Linux terminal in Windows from making the error sound?

  20. 20

    How to stop HostedService programmatically?

  21. 21

    How to stop a background service?

  22. 22

    Windows .bat 폴더 생성 후 .bat 파일 삭제

  23. 23

    How to start an application Maximized using a .bat file?

  24. 24

    FTP BAT 파일-Windows 예약 된 작업

  25. 25

    Windows의 .bat 파일에서 간단히

  26. 26

    zsh에서 .bat 파일 실행 (Windows)

  27. 27

    How can I unlock a folder locked by ‘System’ process on Windows Server 2008?

  28. 28

    In nodejs on windows, how do I use the `uid` option with child_process.spawn?

  29. 29

    How to reduce the CPU speed to 1% of actual CPU speed for a specific Windows process?

뜨겁다태그

보관