ProcX is a small and simple program based on c++ designed to help you stop processes on your Windows system. It allows you to terminate processes by their Process IDs (PIDs).
- Windows operating system
- g++ compiler
- No additional software or libraries are required.
- Compile the c++ file using the compile command below.
- Double-click on ProcX to run it.
- A window will appear with a text box.
- Enter the PID (Process ID) of the process you want to stop.
- Click the "Kill" button.
- The program will attempt to terminate the specified process.
- You'll receive a message indicating whether the process was terminated successfully or if there was an error.
If you're a developer and want to compile the program, you can use the following simple command:
gcc ProcX.cpp -o ProcX.exe -mwindows -luser32