Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Process Killer Icon

A simple .NET Core application for managing running processes on Windows. Users can view and terminate processes while seeing key details like Process ID, memory usage, and file path.

Features

  • List running processes with icons.
  • Display process details (ID, memory usage, file path).
  • Kill selected processes.

Prerequisites

  • .NET 8.0 or higher
  • Windows operating system

How to Run

  1. Clone the repository:
    git clone https://github.com/yourusername/ProcessKiller.git
    
  2. Open the project in Visual Studio or Visual Studio Code.
  3. Restore dependencies and run the project:
      dotnet restore
      dotnet run
    

Usage

  1. Start the application to see the list of running processes.
  2. Select a process to view its details.
  3. Click the Kill button to terminate the selected process.

About

A simple .NET Core application for managing running processes on Windows. Users can view and terminate processes while seeing key details like Process ID, memory usage, and file path.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages