π A C# console application for managing processes on the operating system.
π This C# console application provides a simple interface for managing processes on the operating system. It allows users to start new processes, list running processes, terminate processes, and display processes in a hierarchical tree-like structure for easy visualization.
- Start Process: π Start a new process by providing its name.
- List Processes: π View a list of all running processes with their process IDs and parent process IDs.
- Kill Process: β οΈ Terminate a process by specifying its process ID.
- Display Processes Tree: π³ View processes in a hierarchical tree structure for easy visualization.
Alireza Ansari
This project is licensed under the MIT License.