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.
- List running processes with icons.
- Display process details (ID, memory usage, file path).
- Kill selected processes.
- .NET 8.0 or higher
- Windows operating system
- Clone the repository:
git clone https://github.com/yourusername/ProcessKiller.git
- Open the project in Visual Studio or Visual Studio Code.
- Restore dependencies and run the project:
dotnet restore dotnet run
- Start the application to see the list of running processes.
- Select a process to view its details.
- Click the Kill button to terminate the selected process.