Skip to content

killall for Microsoft Windows, killall is a (Unix) command that kills all processes with a specified name

Notifications You must be signed in to change notification settings

wis/killall-for-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Killall for Microsoft Windows

This is a basic implementation of the killall command for Microsoft Windows.

The killall command on Unix-like operating systems is used to terminate running processes based on their name. Unlike the kill command, which requires a process ID (PID) to terminate a single process, killall can terminate all processes that match the name provided as an argument. This makes it particularly useful for stopping multiple instances of a process at once.

The basic syntax of the killall command is as follows:

killall process_name

Where process_name is the name of the process you want to kill.

About

killall for Microsoft Windows, killall is a (Unix) command that kills all processes with a specified name

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages